summaryrefslogtreecommitdiff
path: root/drivers/input
AgeCommit message (Expand)AuthorFilesLines
2026-03-25Input: iqs5xx - switch to using cleanup functionsDmitry Torokhov1-81/+64
2026-03-25Input: ipaq-micro-ts - use guard notation when acquiring mutex/spinlockDmitry Torokhov1-6/+2
2026-03-25Input: imx6ul_tsc - use guard notation when acquiring mutexDmitry Torokhov1-10/+9
2026-03-25Input: imagis - use guard notation when acquiring mutexDmitry Torokhov1-14/+16
2026-03-25Input: hycon-hy46xx - use guard notation when acquiring mutexDmitry Torokhov1-20/+11
2026-03-25Input: hideep - switch to using cleanup functionsDmitry Torokhov1-34/+20
2026-03-25Input: goodix - switch to using cleanup functions in firmware codeDmitry Torokhov1-14/+15
2026-03-25Input: exc3000 - use guard notation when acquiring mutexDmitry Torokhov1-21/+10
2026-03-25Input: elo - use guard notation when acquiring mutexDmitry Torokhov1-16/+16
2026-03-25Input: elants_i2c - switch to using cleanup facilitiesDmitry Torokhov1-52/+39
2026-03-25Input: ektf2127 - use guard notation when acquiring mutexDmitry Torokhov1-4/+4
2026-03-25Input: eeti_ts - use guard notation when acquiring mutexesDmitry Torokhov1-17/+10
2026-03-25Input: edt-ft5x06 - use guard notation when acquiring mutexDmitry Torokhov1-56/+31
2026-03-25Input: cyttsp - use guard notation when acquiring mutexDmitry Torokhov1-12/+8
2026-03-25Input: chipone_icn8318 - use guard notation when acquiring mutexDmitry Torokhov1-4/+4
2026-03-25Input: bu21029_ts - use guard notation when acquiring mutexDmitry Torokhov1-4/+4
2026-03-25Input: auo-pixcir-ts - use guard notation when acquiring mutexesDmitry Torokhov1-21/+22
2026-03-25Input: atmel_mxt_ts - switch to using cleanup functionsDmitry Torokhov1-154/+136
2026-03-25Input: ads7846 - switch to using cleanup functionsDmitry Torokhov1-28/+16
2026-03-25Input: ad7879 - use guard notation when acquiring mutexesDmitry Torokhov1-31/+15
2026-03-25Input: ad7877 - use guard notation when acquiring mutexes/locksDmitry Torokhov1-20/+12
2026-03-18Input: atlas - convert ACPI driver to a platform oneRafael J. Wysocki1-10/+12
2026-03-17input: trackpoint - Enable doubletap by default on capable devicesVishnu Sankar2-0/+51
2026-03-12Input: psmouse - remove dedicated kpsmoused workqueueDmitry Torokhov2-27/+7
2026-03-12Input: alps - use standard workqueue when registering supplemental deviceDmitry Torokhov2-8/+7
2026-03-12Input: psmouse - replace flush_workqueue() with disable_delayed_work_sync()Duoming Zhou1-1/+1
2026-03-12Input: hgpk - remove protocol supportDmitry Torokhov6-1156/+2
2026-03-12Merge tag 'v7.0-rc3' into nextDmitry Torokhov151-196/+237
2026-03-11Input: mpr121 - drop redundant wakeup handlingbui duc phuc1-8/+0
2026-03-01Input: atkbd - fix various formatting issuesDmitry Torokhov1-53/+32
2026-03-01Input: atkbd - switch to using explicitly sized typesDmitry Torokhov1-15/+15
2026-03-01Input: atkbd - use dev_warn_ratelimited()Dmitry Torokhov1-5/+3
2026-03-01Input: atkbd - use __free() cleanup facility in when parsing FW keymapDmitry Torokhov1-5/+1
2026-03-01Input: atkbd - validate scancode in firmware keymap entriesAriel Silver1-0/+6
2026-02-24Input: synaptics-rmi4 - fix a locking bug in an error pathBart Van Assche1-2/+2
2026-02-24Input: cros_ec_keyb - factor out column processingDmitry Torokhov1-20/+27
2026-02-24Input: cros_ec_keyb - do not allocate keyboard state separatelyDmitry Torokhov1-10/+2
2026-02-24Input: cros_ec_keyb - simplify cros_ec_keyb_work()Dmitry Torokhov1-15/+15
2026-02-24Input: cros_ec_keyb - use BIT() macro instead of open-coding shiftsDmitry Torokhov1-5/+4
2026-02-24Input: cros_ec_keyb - use u8 instead of uint8_tDmitry Torokhov1-6/+5
2026-02-24Input: cros_ec_keyb - add function key supportFabio Baltieri1-16/+166
2026-02-24Input: export input_default_setkeycodeFabio Baltieri1-3/+20
2026-02-24Input: i8042 - add TUXEDO InfinityBook Max 16 Gen10 AMD to i8042 quirk tableChristoffer Sandberg1-0/+7
2026-02-23Input: adxl34x - drop redundant error variable in adxl34x_i2c_probeThorsten Blum1-4/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds5-5/+5
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds143-176/+176
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook147-185/+184
2026-02-19Input: bcm5974 - recover from failed mode switchLiam Mitchell1-1/+41
2026-02-18Input: drv260x - fix unbalanced regulator_disable() callYauhen Kharuzhy1-0/+18
2026-02-18Input: drv260x - handle calibration timeoutYauhen Kharuzhy1-0/+13