summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-09-1117-534/+37
|\
| * Input: analog - always use ktime functionsGuenter Roeck2021-09-081-94/+13
| * Input: mms114 - support MMS134SLinus Walleij2021-09-061-4/+11
| * Input: elan_i2c - reduce the resume time for controller in Whiteboxjingle.wu2021-09-062-1/+3
| * Input: edt-ft5x06 - added case for EDT EP0110M09Oliver Graute2021-09-051-0/+1
| * Merge branch 'next' into for-linusDmitry Torokhov2021-09-0515-439/+331
| |\
| | * Input: adc-keys - drop bogus __refdata annotationGeert Uytterhoeven2021-09-031-1/+1
| | * Input: Fix spelling mistake in Kconfig "useable" -> "usable"Colin Ian King2021-09-031-1/+1
| | * Input: Fix spelling mistake in Kconfig "Modul" -> "Module"Colin Ian King2021-09-031-1/+1
| | * Input: remove dead CSR Prima2 PWRC driverLukas Bulwahn2021-08-303-218/+0
| | * Input: adp5589-keys - use the right headerLinus Walleij2021-08-301-1/+1
| | * Input: adp5588-keys - use the right headerLinus Walleij2021-08-301-1/+1
| | * Input: ep93xx_keypad - prepare clock before using itAlexander Sverdlin2021-08-291-2/+2
| | * Input: pm8941-pwrkey - fix comma vs semicolon issueDmitry Torokhov2021-07-231-1/+1
| | * Revert "Input: serio - make write method mandatory"Dmitry Torokhov2021-07-202-11/+0
| | * Input: parkbd - switch to use module_parport_driver()Andy Shevchenko2021-07-191-13/+1
| | * Input: serio - make write method mandatoryDmitry Torokhov2021-07-192-0/+11
| | * Input: ixp4xx-beeper - delete driverLinus Walleij2021-07-193-196/+0
| | * Merge tag 'v5.13' into nextDmitry Torokhov2021-07-187-5/+325
| | |\
* | | \ Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-022-5/+2
|\ \ \ \
| * | | | parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König2021-08-302-5/+2
* | | | | bus: Make remove callback return voidUwe Kleine-König2021-07-212-4/+2
|/ / / /
* | | | Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-093-1/+2
|\ \ \ \
| * | | | um: allow disabling NO_IOMEMJohannes Berg2021-06-173-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'Wimplicit-fallthrough-clang-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds2021-07-071-0/+1
|\ \ \ \
| * | | | Input: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-061-0/+1
| |/ / /
* | | | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-3/+5
|\ \ \ \
| * | | | tty: make tty_ldisc_ops a param in tty_unregister_ldiscJiri Slaby2021-05-131-1/+1
| * | | | tty: set tty_ldisc_ops::num staticallyJiri Slaby2021-05-131-1/+2
| * | | | tty: make fp of tty_ldisc_ops::receive_buf{,2} constJiri Slaby2021-05-131-1/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-07-0524-195/+537
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'next' into for-linusDmitry Torokhov2021-07-0421-185/+522
| |\ \ \ | | | |/ | | |/|
| | * | Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctlAlexander Larkin2021-07-041-1/+1
| | * | Input: hideep - fix the uninitialized use in hideep_nvm_unlock()Yizhuo Zhai2021-06-191-3/+10
| | * | Input: trackpoint - use kobj_to_dev()YueHaibing2021-06-191-1/+1
| | * | Input: atkbd - use kobj_to_dev()YueHaibing2021-06-191-1/+1
| | * | Input: tsc200x-core - use kobj_to_dev()YueHaibing2021-06-191-1/+1
| | * | Input: ims-pcu - use kobj_to_dev()YueHaibing2021-06-191-1/+1
| | * | Input: cros_ec_keyb - use kobj_to_dev() APIzhouchuangao2021-06-191-1/+1
| | * | Input: i8042 - fix typos in commentsTyson Moore2021-06-181-2/+2
| | * | Input: add SparkFun Qwiic Joystick driverOleh Kravchenko2021-06-183-0/+156
| | * | Input: cy8ctmg110_ts - switch to using gpiod APIDmitry Torokhov2021-06-051-27/+18
| | * | Input: cy8ctmg110_ts - switch to using managed resourcesDmitry Torokhov2021-06-051-46/+28
| | * | Input: cy8ctmg110_ts - use endian helpers when converting data on wireDmitry Torokhov2021-06-051-6/+5
| | * | Input: cy8ctmg110_ts - let I2C core configure wake interruptDmitry Torokhov2021-06-051-6/+4
| | * | Input: cy8ctmg110_ts - do not hardcode as wakeup sourceDmitry Torokhov2021-06-051-1/+1
| | * | Input: cy8ctmg110_ts - do not hard code interrupt triggerDmitry Torokhov2021-06-051-2/+1
| | * | Input: cy8ctmg110_ts - rely on platform code to supply interruptDmitry Torokhov2021-06-051-31/+1
| | * | Input: resistive-adc-touch - fix uninitialized variable 'press'Colin Ian King2021-06-051-3/+1
| | * | Input: pm8941-pwrkey - add support for PMK8350 PON_HLOS PMIC peripheralDavid Collins2021-06-011-31/+72