summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-04-011-10/+3
|\
| * Input: da9063 - use devm_delayed_work_autocancel()Christophe JAILLET2022-02-281-10/+3
| * Merge tag 'v5.16' into nextDmitry Torokhov2022-01-173-30/+18
| |\
* | \ Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-281-2/+2
|\ \ \
| * | | xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-151-2/+2
* | | | Merge tag 'platform-drivers-x86-v5.18-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-03-251-1/+23
|\ \ \ \
| * | | | Input: soc_button_array - add support for Microsoft Surface 3 (MSHW0028) buttonsHans de Goede2022-03-021-1/+23
| |/ / /
* / / / spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2022-01-172-41/+40
|\ \ \ | |_|/ |/| |
| * | Merge branch 'next' into for-linusDmitry Torokhov2022-01-152-41/+40
| |\|
| | * Input: axp20x-pek - revert "always register interrupt handlers" changeHans de Goede2022-01-081-37/+35
| | * Input: palmas-pwrbutton - make a couple of arrays static constColin Ian King2021-12-061-2/+2
| | * Input: palmas-pwrbutton - use bitfield helpersGeert Uytterhoeven2021-11-291-2/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-12-251-9/+12
|\| |
| * | Input: iqs626a - prohibit inlining of channel parsing functionsJeff LaBundy2021-11-281-9/+12
| |/
* | xen: add "not_essential" flag to struct xenbus_driverJuergen Gross2021-11-231-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-1210-12/+32
|\|
| * Input: pm8941-pwrkey - respect reboot_mode for warm resetShawn Guo2021-10-161-1/+5
| * Input: max77693-haptic - drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-10-161-1/+0
| * Input: cpcap-pwrbutton - do not set input parent explicitlyDmitry Torokhov2021-10-161-1/+0
| * Input: max8925_onkey - don't mark comment as kernel-docRandy Dunlap2021-10-151-1/+1
| * Input: adxl34x - fix sparse warningDmitry Torokhov2021-10-151-1/+1
| * Input: adxl34x - make adxl34x_remove() return voidUwe Kleine-König2021-10-124-6/+8
| * Input: ariel-pwrbutton - add SPI device ID tableMark Brown2021-10-011-0/+7
| * Input: palmas-pwrbutton - handle return value of platform_get_irq()Arvind Yadav2021-09-051-0/+5
| * Input: cpcap-pwrbutton - handle errors from platform_get_irq()Tang Bin2021-09-051-1/+5
* | Input: axp20x-pek - Use new soc_intel_is_cht() helperHans de Goede2021-10-191-21/+5
|/
* Input: remove dead CSR Prima2 PWRC driverLukas Bulwahn2021-08-303-218/+0
* Input: pm8941-pwrkey - fix comma vs semicolon issueDmitry Torokhov2021-07-231-1/+1
* Input: ixp4xx-beeper - delete driverLinus Walleij2021-07-193-196/+0
* Merge tag 'v5.13' into nextDmitry Torokhov2021-07-183-1/+317
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-05-065-8/+1852
| |\
| * | input: atc260x: Add onkey driver for ATC260x PMICsCristian Ciocaltea2021-03-103-1/+317
* | | Input: ims-pcu - use kobj_to_dev()YueHaibing2021-06-191-1/+1
* | | Input: pm8941-pwrkey - add support for PMK8350 PON_HLOS PMIC peripheralDavid Collins2021-06-011-31/+72
* | | Input: ims-pcu - replace some spaces with tabsShubhankar Kuranagatti2021-05-241-2/+2
| |/ |/|
* | Input: Add support for Azoteq IQS626AJeff LaBundy2021-03-253-0/+1850
* | Input: max8997 - simplify open coding of a division using up to 64 divisionsUwe Kleine-König2021-03-251-7/+2
* | Input: ims-pcu - drop redundant driver-data assignmentJohan Hovold2021-03-191-1/+0
|/
* Merge tag 'v5.11' into nextDmitry Torokhov2021-02-224-9/+18
|\
| * Input: ariel-pwrbutton - remove unused variable ariel_pwrbutton_id_tableSouptick Joarder2021-01-111-6/+0
| * Merge branch 'next' into for-linusDmitry Torokhov2020-12-1415-49/+1622
| |\
| * | Input: cm109 - do not stomp on control URBDmitry Torokhov2020-12-111-2/+5
| * | Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to the dmi_use_low_le...Hans de Goede2020-12-061-0/+11
| * | Input: soc_button_array - add missing includeDmitry Torokhov2020-11-241-0/+1
| * | Input: adxl34x - clean up a data type in adxl34x_probe()Dan Carpenter2020-10-261-1/+1
* | | Input: da7280 - protect OF match table with CONFIG_OFDmitry Torokhov2020-12-181-0/+2
* | | Input: da7280 - fix missing error testDmitry Torokhov2020-12-151-0/+1
| |/ |/|
* | Input: da7280 - fix spelling mistake "sequemce" -> "sequence"Colin Ian King2020-12-141-1/+1
* | Input: sc27xx - add support for sc2730 and sc2721Nemo Han2020-12-111-12/+59