summaryrefslogtreecommitdiff
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorFilesLines
2024-06-12Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculationFenglin Wu1-3/+4
2024-06-12Input: ims-pcu - fix printf string overflowArnd Bergmann1-2/+2
2024-01-01Input: soc_button_array - add mapping for airplane mode buttonChristoffer Sandberg1-0/+5
2023-10-20Input: powermate - fix use-after-free in powermate_config_completeJavier Carrasco1-0/+1
2023-09-19Input: iqs7222 - configure power mode before triggering ATIJeff LaBundy1-4/+4
2023-07-19Input: pm8941-powerkey - fix debounce on gen2+ PMICsCaleb Connolly1-4/+15
2023-07-19Input: adxl34x - do not hardcode interrupt trigger typeMarek Vasut1-2/+1
2023-07-19Input: drv260x - sleep between polling GO bitLuca Weiss1-0/+1
2023-06-28Input: soc_button_array - add invalid acpi_index DMI quirk handlingHans de Goede1-0/+30
2022-12-31Input: iqs7222 - add support for IQS7222A v1.13+Jeff LaBundy1-0/+111
2022-12-31Input: iqs7222 - report malformed propertiesJeff LaBundy1-8/+36
2022-12-31Input: iqs7222 - drop unused device node referencesJeff LaBundy1-194/+146
2022-12-31Input: wistron_btns - disable on UMLRandy Dunlap1-1/+1
2022-12-31Input: iqs7222 - protect against undefined slider sizeJeff LaBundy1-1/+8
2022-11-07Input: soc_button_array - add Acer Switch V 10 to dmi_use_low_level_irq[]Hans de Goede1-0/+7
2022-11-07Input: soc_button_array - add use_low_level_irq module parameterHans de Goede1-1/+6
2022-10-10Merge branch 'next' into for-linusDmitry Torokhov16-56/+373
2022-09-29Input: ims-pcu - fix spelling mistake "BOOLTLOADER" -> "BOOTLOADER"Colin Ian King1-1/+1
2022-09-28Input: ibm-panel - add missing MODULE_DEVICE_TABLEZeng Heng1-0/+1
2022-09-27Input: twl4030-pwrbutton - add missing of.h includeDmitry Torokhov1-0/+1
2022-09-25Input: twl4030-vibra - drop legacy, non DT boot supportPeter Ujfalusi1-9/+4
2022-09-14Input: iqs7222 - set all ULP entry masks by defaultJeff LaBundy1-5/+6
2022-09-14Input: iqs7222 - avoid sending empty SYN_REPORT eventsJeff LaBundy1-0/+3
2022-09-14Input: iqs7222 - trim force communication commandJeff LaBundy1-1/+1
2022-09-01Input: rt5120 - add power key supportChiYuan Huang3-0/+130
2022-08-23Input: rk805-pwrkey - fix module autoloadingPeter Robinson1-0/+1
2022-08-19Input: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-17Input: Add IBM Operation Panel driverEddie James3-0/+218
2022-08-16i2c: Make remove callback return voidUwe Kleine-König4-12/+4
2022-08-11Merge tag 'input-for-v5.20-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-62/+116
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-27/+3
2022-07-08Merge tag 'v5.19-rc5' into nextDmitry Torokhov6-8/+8
2022-06-28Input: iqs7222 - remove support for RF filterJeff LaBundy1-7/+0
2022-06-28Input: iqs7222 - handle reset during ATIJeff LaBundy1-3/+6
2022-06-28Input: iqs7222 - acknowledge reset before writing registersJeff LaBundy1-3/+29
2022-06-28Input: iqs7222 - protect volatile registersJeff LaBundy1-4/+14
2022-06-28Input: iqs7222 - fortify slider event reportingJeff LaBundy1-38/+58
2022-06-28Input: iqs7222 - correct slider event disable logicJeff LaBundy1-7/+9
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_320.RULEThomas Gleixner2-18/+2
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-9/+1
2022-06-08Merge tag 'input-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-06-07Input: soc_button_array - also add Lenovo Yoga Tablet2 1051F to dmi_use_low_l...Marius Hoch1-2/+2
2022-06-04Merge tag 'for-linus-5.19-rc1b-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2022-06-03Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-4/+4
2022-05-29Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-14/+2571
2022-05-28Merge tag 'v5.18' into nextDmitry Torokhov3-6/+26
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-2/+2
2022-05-17Input: sparcspkr - fix refcount leak in bbc_beep_probeMiaoqian Lin1-0/+1
2022-04-25Input: pm8941-pwrkey - simulate missed key press eventsDavid Collins1-0/+11
2022-04-25Input: pm8941-pwrkey - add software key press debouncing supportDavid Collins1-6/+77