aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-23xen: add "not_essential" flag to struct xenbus_driverJuergen Gross1-0/+1
2021-11-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds10-12/+32
2021-10-19Input: axp20x-pek - Use new soc_intel_is_cht() helperHans de Goede1-21/+5
2021-10-16Input: pm8941-pwrkey - respect reboot_mode for warm resetShawn Guo1-1/+5
2021-10-16Input: max77693-haptic - drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-10-16Input: cpcap-pwrbutton - do not set input parent explicitlyDmitry Torokhov1-1/+0
2021-10-15Input: max8925_onkey - don't mark comment as kernel-docRandy Dunlap1-1/+1
2021-10-15Input: adxl34x - fix sparse warningDmitry Torokhov1-1/+1
2021-10-12Input: adxl34x - make adxl34x_remove() return voidUwe Kleine-König4-6/+8
2021-10-01Input: ariel-pwrbutton - add SPI device ID tableMark Brown1-0/+7
2021-09-05Input: palmas-pwrbutton - handle return value of platform_get_irq()Arvind Yadav1-0/+5
2021-09-05Input: cpcap-pwrbutton - handle errors from platform_get_irq()Tang Bin1-1/+5
2021-08-30Input: remove dead CSR Prima2 PWRC driverLukas Bulwahn3-218/+0
2021-07-23Input: pm8941-pwrkey - fix comma vs semicolon issueDmitry Torokhov1-1/+1
2021-07-19Input: ixp4xx-beeper - delete driverLinus Walleij3-196/+0
2021-07-18Merge tag 'v5.13' into nextDmitry Torokhov3-1/+317
2021-06-19Input: ims-pcu - use kobj_to_dev()YueHaibing1-1/+1
2021-06-01Input: pm8941-pwrkey - add support for PMK8350 PON_HLOS PMIC peripheralDavid Collins1-31/+72
2021-05-24Input: ims-pcu - replace some spaces with tabsShubhankar Kuranagatti1-2/+2
2021-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds5-8/+1852
2021-03-25Input: Add support for Azoteq IQS626AJeff LaBundy3-0/+1850
2021-03-25Input: max8997 - simplify open coding of a division using up to 64 divisionsUwe Kleine-König1-7/+2
2021-03-19Input: ims-pcu - drop redundant driver-data assignmentJohan Hovold1-1/+0
2021-03-10input: atc260x: Add onkey driver for ATC260x PMICsCristian Ciocaltea3-1/+317
2021-02-22Merge tag 'v5.11' into nextDmitry Torokhov4-9/+18
2021-01-11Input: ariel-pwrbutton - remove unused variable ariel_pwrbutton_id_tableSouptick Joarder1-6/+0
2020-12-18Input: da7280 - protect OF match table with CONFIG_OFDmitry Torokhov1-0/+2
2020-12-15Input: da7280 - fix missing error testDmitry Torokhov1-0/+1
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov15-49/+1622
2020-12-14Input: da7280 - fix spelling mistake "sequemce" -> "sequence"Colin Ian King1-1/+1
2020-12-11Input: sc27xx - add support for sc2730 and sc2721Nemo Han1-12/+59
2020-12-11Input: cm109 - do not stomp on control URBDmitry Torokhov1-2/+5
2020-12-11Input: ipx4xx-beeper - convert comma to semicolonZheng Yongjun1-1/+1
2020-12-11Input: new da7280 haptic driverRoy Im3-0/+1342
2020-12-09Input: add driver for power button on Dell Wyse 3020Lubomir Rintel3-0/+181
2020-12-06Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to the dmi_use_low_level_irq listHans de Goede1-0/+11
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz5-9/+9
2020-11-24Input: soc_button_array - add missing includeDmitry Torokhov1-0/+1
2020-11-22Input: pcspkr - fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-11-19Input: wm831x-on - source file headers are not good candidates for kernel-docLee Jones1-1/+1
2020-11-19Input: mc13783-pwrbutton - file headers are not good candidates for kernel-docLee Jones1-1/+1
2020-11-08Input: ab8500-ponkey - fix incorrect name in 'ab8500_ponkey' doc headerLee Jones1-1/+1
2020-11-08Input: drv2667 - fix formatting and add missing member docsLee Jones1-6/+8
2020-11-08Input: drv2665 - fix formatting expected by kernel-docLee Jones1-5/+5
2020-11-08Input: drv260x - fix kernel-doc formatting and remove one abuseLee Jones1-13/+13
2020-10-26Input: adxl34x - clean up a data type in adxl34x_probe()Dan Carpenter1-1/+1
2020-09-13Input: soc_button_array - work around DSDTs which modify the irqflagsHans de Goede1-9/+60
2020-09-13Input: soc_button_array - add support for INT33D3 tablet-mode switch devicesHans de Goede1-0/+11
2020-09-13Input: soc_button_array - add active_low setting to soc_button_infoHans de Goede1-9/+11
2020-08-06Input: ims-pcu - return error code rather than -ENOMEMColin Ian King1-1/+1