summaryrefslogtreecommitdiff
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
2025-10-15Input: uinput - zero-initialize uinput_ff_upload_compat to avoid info leakZhen Ni1-0/+1
2025-09-19Input: iqs7222 - avoid enabling unused interruptsJeff LaBundy1-0/+3
2025-07-10Input: iqs7222 - explicitly define number of external channelsJeff LaBundy1-2/+5
2025-07-10Input: cs40l50-vibra - fix potential NULL dereference in cs40l50_upload_owt()Yunshui Jiang1-0/+2
2025-06-27Input: sparcspkr - avoid unannotated fall-throughWangYuli1-6/+16
2025-06-27Input: ims-pcu - check record size in ims_pcu_flash_firmware()Dan Carpenter1-0/+6
2025-03-22Input: iqs7222 - preserve system status registerJeff LaBundy1-28/+22
2025-02-17Input: bbnsm_pwrkey - add remove hookPeng Fan1-0/+8
2024-12-05Input: cs40l50 - fix wrong usage of INIT_WORK()Yuan Can1-2/+4
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro2-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-09-24Merge tag 'input-for-v6.12-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-8/+43
2024-09-11Input: ims-pcu - fix calling interruptible mutexDavid Lechner1-1/+1
2024-09-10treewide: correct the typo 'retun'WangYuli1-1/+1
2024-09-06Merge branch 'ib/6.11-rc6-matrix-keypad-spitz' into nextDmitry Torokhov5-0/+686
2024-08-26Input: wistron_btns - use kmemdup_array instead of kmemdup for multiple alloc...Shen Lichuan1-2/+2
2024-08-24Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+14
2024-08-05Input: uinput - reject requests with unreasonable number of slotsDmitry Torokhov1-0/+14
2024-07-20Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds16-325/+204
2024-07-16Input: bbnsm_pwrkey - fix missed key press after suspendJacky Bai1-0/+38
2024-07-16Input: iqs269a - use device_for_each_child_node_scoped()Javier Carrasco1-5/+2
2024-07-16Merge tag 'v6.10' into nextDmitry Torokhov1-1/+0
2024-07-13Input: yealink - simplify locking in sysfs attribute handlingDmitry Torokhov1-52/+20
2024-07-13Input: yealink - use driver core to instantiate device attributesDmitry Torokhov1-8/+3
2024-07-13Input: ati-remote2 - use driver core to instantiate device attributesDmitry Torokhov1-33/+17
2024-07-11Input: twl4030-pwrbutton - fix kernel-doc warningDmitry Torokhov1-2/+2
2024-07-04Merge branch 'ib-mfd-input-regulator-6.11' into ibs-for-mfd-mergedLee Jones3-0/+106
2024-06-28input: Add onkey driver for Marvell 88PM886 PMICKarel Balej3-0/+106
2024-06-28Input: cs40l50 - Add support for the CS40L50 haptic driverJames Ogletree3-0/+566
2024-06-21Input: ims-pcu - switch to using cleanup functionsDmitry Torokhov1-73/+62
2024-06-21Input: ims-pcu - use driver core to instantiate device attributesDmitry Torokhov1-25/+28
2024-06-20Input: ims-pcu - drop repeated "input" in error messageJavier Carrasco1-2/+1
2024-06-20Input: ims-pcu - annotate struct ims_pcu_flash_fmt with __counted_byJavier Carrasco1-1/+1
2024-06-11Input: adxl34x - switch to using "guard" notationDmitry Torokhov1-41/+20
2024-06-11Input: adxl34x - switch to using managed resourcesDmitry Torokhov4-53/+17
2024-06-11Input: adxl34x - use input_set_capability()Dmitry Torokhov1-19/+13
2024-06-11Input: adxl34x - use device core to create driver-specific device attributesDmitry Torokhov4-8/+10
2024-06-10Input: add missing MODULE_DESCRIPTION() macrosJeff Johnson2-0/+2
2024-06-03Input: misc - use sizeof(*pointer) instead of sizeof(type)Erick Archer8-9/+9
2024-05-28Merge tag 'v6.9' into nextDmitry Torokhov6-18/+16
2024-05-24Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds15-48/+91
2024-05-23Merge branch 'next' into for-linusDmitry Torokhov15-48/+91
2024-05-14Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König12-21/+21
2024-05-07Input: da7280 - remove an unused field in struct da7280_hapticChristophe JAILLET1-1/+0
2024-04-18input: pm8xxx-vibrator: add new SPMI vibrator supportFenglin Wu1-9/+43
2024-04-18input: pm8xxx-vibrator: refactor to support new SPMI vibratorFenglin Wu1-16/+25
2024-04-16Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculationFenglin Wu1-3/+4
2024-04-08Input: atlas - drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-03-28Input: ims-pcu - fix printf string overflowArnd Bergmann1-2/+2
2024-03-17Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-13/+113