summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc
AgeCommit message (Expand)AuthorLines
2021-05-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-8/+1852
2021-03-25Input: Add support for Azoteq IQS626AJeff LaBundy-0/+1850
2021-03-25Input: max8997 - simplify open coding of a division using up to 64 divisionsUwe Kleine-König-7/+2
2021-03-19Input: ims-pcu - drop redundant driver-data assignmentJohan Hovold-1/+0
2021-03-10input: atc260x: Add onkey driver for ATC260x PMICsCristian Ciocaltea-1/+317
2021-02-22Merge tag 'v5.11' into nextDmitry Torokhov-9/+18
2021-01-11Input: ariel-pwrbutton - remove unused variable ariel_pwrbutton_id_tableSouptick Joarder-6/+0
2020-12-18Input: da7280 - protect OF match table with CONFIG_OFDmitry Torokhov-0/+2
2020-12-15Input: da7280 - fix missing error testDmitry Torokhov-0/+1
2020-12-14Merge branch 'next' into for-linusDmitry Torokhov-49/+1622
2020-12-14Input: da7280 - fix spelling mistake "sequemce" -> "sequence"Colin Ian King-1/+1
2020-12-11Input: sc27xx - add support for sc2730 and sc2721Nemo Han-12/+59
2020-12-11Input: cm109 - do not stomp on control URBDmitry Torokhov-2/+5
2020-12-11Input: ipx4xx-beeper - convert comma to semicolonZheng Yongjun-1/+1
2020-12-11Input: new da7280 haptic driverRoy Im-0/+1342
2020-12-09Input: add driver for power button on Dell Wyse 3020Lubomir Rintel-0/+181
2020-12-06Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to the dmi_use_low_le...Hans de Goede-0/+11
2020-12-02Input: use input_device_enabled()Andrzej Pietrasiewicz-9/+9
2020-11-24Input: soc_button_array - add missing includeDmitry Torokhov-0/+1
2020-11-22Input: pcspkr - fix fall-through warnings for ClangGustavo A. R. Silva-0/+1
2020-11-19Input: wm831x-on - source file headers are not good candidates for kernel-docLee Jones-1/+1
2020-11-19Input: mc13783-pwrbutton - file headers are not good candidates for kernel-docLee Jones-1/+1
2020-11-08Input: ab8500-ponkey - fix incorrect name in 'ab8500_ponkey' doc headerLee Jones-1/+1
2020-11-08Input: drv2667 - fix formatting and add missing member docsLee Jones-6/+8
2020-11-08Input: drv2665 - fix formatting expected by kernel-docLee Jones-5/+5
2020-11-08Input: drv260x - fix kernel-doc formatting and remove one abuseLee Jones-13/+13
2020-10-26Input: adxl34x - clean up a data type in adxl34x_probe()Dan Carpenter-1/+1
2020-09-13Input: soc_button_array - work around DSDTs which modify the irqflagsHans de Goede-9/+60
2020-09-13Input: soc_button_array - add support for INT33D3 tablet-mode switch devicesHans de Goede-0/+11
2020-09-13Input: soc_button_array - add active_low setting to soc_button_infoHans de Goede-9/+11
2020-08-06Input: ims-pcu - return error code rather than -ENOMEMColin Ian King-1/+1
2020-07-21Input: ati_remote2 - add missing newlines when printing module parametersXiongfeng Wang-2/+2
2020-07-07Input: Use fallthrough pseudo-keywordGustavo A. R. Silva-17/+10
2020-07-07Input: cm109 - remove needless check before usb_free_coherent()Xu Wang-6/+2
2020-05-18Input: iqs269a - add missing I2C dependencyJeff LaBundy-0/+1
2020-05-17Merge branch 'for-linus' into nextDmitry Torokhov-35/+37
2020-05-17Input: add support for Azoteq IQS269AJeff LaBundy-0/+1844
2020-05-13Input: remove msm-vibrator driverBrian Masney-292/+0
2020-05-12Input: introduce input_mt_report_slot_inactive()Jiada Wang-1/+1
2020-05-12Merge tag 'v5.6' into nextDmitry Torokhov-11/+26
2020-05-05Input: axp20x-pek - always register interrupt handlersHans de Goede-35/+37
2020-04-19Input: delete unused GP2AP002A00F driverLinus Walleij-293/+0
2020-01-31Merge branch 'next' into for-linusDmitry Torokhov-5/+40
2020-01-21Input: axp20x-pek - enable wakeup for all AXP variantsSamuel Holland-2/+1
2020-01-21Input: axp20x-pek - respect userspace wakeup configurationSamuel Holland-1/+36
2020-01-20Input: pm8xxx-vib - fix handling of separate enable registerStephan Gerhold-1/+1
2020-01-16Input: keyspan-remote - fix control-message timeoutsJohan Hovold-3/+6
2020-01-16Input: max77650-onkey - add of_match tableBartosz Golaszewski-0/+7
2019-12-19Input: axp20x-pek - make device attributes staticBen Dooks (Codethink)-3/+4
2019-12-13Input: input_event - fix struct padding on sparc64Arnd Bergmann-5/+9