summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)Author
2026-03-24Input: mk712 - use guard notation when acquiring spinlockDmitry Torokhov
2026-03-24Input: melfas_mip4 - switch to using cleanup functionsDmitry Torokhov
2026-03-24Input: lpc32xx_ts - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: iqs7211 - use cleanup facility for fwnodesDmitry Torokhov
2026-03-24Input: iqs5xx - simplify parsing of firmware blobDmitry Torokhov
2026-03-24Input: iqs5xx - switch to using cleanup functionsDmitry Torokhov
2026-03-24Input: ipaq-micro-ts - use guard notation when acquiring mutex/spinlockDmitry Torokhov
2026-03-24Input: imx6ul_tsc - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: imagis - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: hycon-hy46xx - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: hideep - switch to using cleanup functionsDmitry Torokhov
2026-03-24Input: goodix - switch to using cleanup functions in firmware codeDmitry Torokhov
2026-03-24Input: exc3000 - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: elo - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: elants_i2c - switch to using cleanup facilitiesDmitry Torokhov
2026-03-24Input: ektf2127 - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: eeti_ts - use guard notation when acquiring mutexesDmitry Torokhov
2026-03-24Input: edt-ft5x06 - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: cyttsp - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: chipone_icn8318 - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: bu21029_ts - use guard notation when acquiring mutexDmitry Torokhov
2026-03-24Input: auo-pixcir-ts - use guard notation when acquiring mutexesDmitry Torokhov
2026-03-24Input: atmel_mxt_ts - switch to using cleanup functionsDmitry Torokhov
2026-03-24Input: ads7846 - switch to using cleanup functionsDmitry Torokhov
2026-03-24Input: ad7879 - use guard notation when acquiring mutexesDmitry Torokhov
2026-03-24Input: ad7877 - use guard notation when acquiring mutexes/locksDmitry Torokhov
2026-03-17Input: atlas - convert ACPI driver to a platform oneRafael J. Wysocki
2026-03-17input: trackpoint - Enable doubletap by default on capable devicesVishnu Sankar
2026-03-12Input: psmouse - remove dedicated kpsmoused workqueueDmitry Torokhov
2026-03-12Input: alps - use standard workqueue when registering supplemental deviceDmitry Torokhov
2026-03-12Input: psmouse - replace flush_workqueue() with disable_delayed_work_sync()Duoming Zhou
2026-03-12Input: hgpk - remove protocol supportDmitry Torokhov
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov
2026-03-10Input: mpr121 - drop redundant wakeup handlingbui duc phuc
2026-02-28Input: atkbd - fix various formatting issuesDmitry Torokhov
2026-02-28Input: atkbd - switch to using explicitly sized typesDmitry Torokhov
2026-02-28Input: atkbd - use dev_warn_ratelimited()Dmitry Torokhov
2026-02-28Input: atkbd - use __free() cleanup facility in when parsing FW keymapDmitry Torokhov
2026-02-28Input: atkbd - validate scancode in firmware keymap entriesAriel Silver
2026-02-23Input: synaptics-rmi4 - fix a locking bug in an error pathBart Van Assche
2026-02-23Input: cros_ec_keyb - factor out column processingDmitry Torokhov
2026-02-23Input: cros_ec_keyb - do not allocate keyboard state separatelyDmitry Torokhov
2026-02-23Input: cros_ec_keyb - simplify cros_ec_keyb_work()Dmitry Torokhov
2026-02-23Input: cros_ec_keyb - use BIT() macro instead of open-coding shiftsDmitry Torokhov
2026-02-23Input: cros_ec_keyb - use u8 instead of uint8_tDmitry Torokhov
2026-02-23Input: cros_ec_keyb - add function key supportFabio Baltieri
2026-02-23Input: export input_default_setkeycodeFabio Baltieri
2026-02-23Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to i8042 quirk tableChristoffer Sandberg
2026-02-22Input: adxl34x - drop redundant error variable in adxl34x_i2c_probeThorsten Blum
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds