summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorLines
2024-08-24Merge tag 'input-for-v6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+14
2024-08-04Input: uinput - reject requests with unreasonable number of slotsDmitry Torokhov-0/+14
2024-07-19Merge tag 'input-for-v6.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-325/+204
2024-07-12Input: yealink - simplify locking in sysfs attribute handlingDmitry Torokhov-52/+20
2024-07-12Input: yealink - use driver core to instantiate device attributesDmitry Torokhov-8/+3
2024-07-12Input: ati-remote2 - use driver core to instantiate device attributesDmitry Torokhov-33/+17
2024-07-11Input: twl4030-pwrbutton - fix kernel-doc warningDmitry Torokhov-2/+2
2024-07-04Merge branch 'ib-mfd-input-regulator-6.11' into ibs-for-mfd-mergedLee Jones-0/+106
2024-06-28input: Add onkey driver for Marvell 88PM886 PMICKarel Balej-0/+106
2024-06-28Input: cs40l50 - Add support for the CS40L50 haptic driverJames Ogletree-0/+566
2024-06-20Input: ims-pcu - switch to using cleanup functionsDmitry Torokhov-73/+62
2024-06-20Input: ims-pcu - use driver core to instantiate device attributesDmitry Torokhov-25/+28
2024-06-20Input: ims-pcu - drop repeated "input" in error messageJavier Carrasco-2/+1
2024-06-20Input: ims-pcu - annotate struct ims_pcu_flash_fmt with __counted_byJavier Carrasco-1/+1
2024-06-11Input: adxl34x - switch to using "guard" notationDmitry Torokhov-41/+20
2024-06-11Input: adxl34x - switch to using managed resourcesDmitry Torokhov-53/+17
2024-06-11Input: adxl34x - use input_set_capability()Dmitry Torokhov-19/+13
2024-06-11Input: adxl34x - use device core to create driver-specific device attributesDmitry Torokhov-8/+10
2024-06-09Input: add missing MODULE_DESCRIPTION() macrosJeff Johnson-0/+2
2024-06-02Input: misc - use sizeof(*pointer) instead of sizeof(type)Erick Archer-9/+9
2024-05-27Merge tag 'v6.9' into nextDmitry Torokhov-18/+16
2024-05-24Merge tag 'input-for-v6.10-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-48/+91
2024-05-22Merge branch 'next' into for-linusDmitry Torokhov-48/+91
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König-21/+21
2024-05-06Input: da7280 - remove an unused field in struct da7280_hapticChristophe JAILLET-1/+0
2024-04-17input: pm8xxx-vibrator: add new SPMI vibrator supportFenglin Wu-9/+43
2024-04-17input: pm8xxx-vibrator: refactor to support new SPMI vibratorFenglin Wu-16/+25
2024-04-15Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculationFenglin Wu-3/+4
2024-04-08Input: atlas - drop owner assignmentKrzysztof Kozlowski-1/+0
2024-03-28Input: ims-pcu - fix printf string overflowArnd Bergmann-2/+2
2024-03-17Merge tag 'input-for-v6.9-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-13/+113
2024-03-15Merge branch 'next' into for-linusDmitry Torokhov-13/+113
2024-03-07Input: iqs7222 - add support for IQS7222D v1.1 and v1.2Jeff LaBundy-0/+112
2024-01-22Input: 88pm80x_onkey - add SPDX and drop GPL boilerplateDuje Mihanović-13/+1
2024-01-18Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-95/+333
2024-01-13Merge branch 'next' into for-linusDmitry Torokhov-95/+333
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-8/+8
2024-01-04Input: da9063_onkey - avoid explicitly setting input's parentDmitry Torokhov-1/+0
2024-01-04Input: da9063_onkey - avoid using OF-specific APIsDmitry Torokhov-3/+4
2024-01-01Input: iqs269a - add support for OTP variantsJeff LaBundy-3/+89
2024-01-01Input: iqs269a - add support for slider gesturesJeff LaBundy-29/+191
2023-12-22Input: soc_button_array - add mapping for airplane mode buttonChristoffer Sandberg-0/+5
2023-12-20pwm: Rename pwm_apply_state() to pwm_apply_might_sleep()Sean Young-8/+8
2023-12-14Input: da9063 - use dev_err_probe()Biju Das-9/+6
2023-12-14Input: da9063 - drop redundant prints in probe()Biju Das-15/+4
2023-12-14Input: da9063 - simplify obtaining OF match dataBiju Das-15/+12
2023-12-13Input: iqs269a - use sysfs_emit() instead of scnprintf()ye xingchen-12/+11
2023-12-13Input: ims-pcu - use sysfs_emit() instead of scnprintf()ye xingchen-5/+5
2023-12-12Input: max77693-haptic - add device-tree compatible stringsMarek Szyprowski-3/+11
2023-11-06Merge branch 'next' into for-linusDmitry Torokhov-98/+55