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