summaryrefslogtreecommitdiffstats
path: root/drivers/input (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Input: i8042 - Add quirk for Fujitsu Lifebook T725Takashi Iwai2021-11-061-0/+14
| | * | Input: cap11xx - add support for cap1206Jesse Taube2021-11-031-14/+29
| | * | Input: ili210x - add ili251x firmware update supportMarek Vasut2021-10-172-0/+309
| | * | Input: ili210x - export ili251x version details via sysfsMarek Vasut2021-10-171-3/+162
| | * | Input: ili210x - use resolution from ili251x firmwareMarek Vasut2021-10-171-0/+56
| | * | Input: pm8941-pwrkey - respect reboot_mode for warm resetShawn Guo2021-10-171-1/+5
| | * | Input: max77693-haptic - drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-10-171-1/+0
| | * | Input: cpcap-pwrbutton - do not set input parent explicitlyDmitry Torokhov2021-10-171-1/+0
| | * | Input: max8925_onkey - don't mark comment as kernel-docRandy Dunlap2021-10-161-1/+1
| | * | Input: ads7846 - do not attempt IRQ workaround when deferring probeDmitry Torokhov2021-10-161-1/+1
| | * | Input: ads7846 - use input_set_capability()Dmitry Torokhov2021-10-161-2/+1
| | * | Input: ads7846 - set input device bus type and product IDDmitry Torokhov2021-10-161-0/+3
| | * | Input: tm2-touchkey - allow changing keycodes from userspaceStephan Gerhold2021-10-161-0/+4
| | * | Input: tm2-touchkey - report scan codesStephan Gerhold2021-10-161-0/+3
| | * | Input: adxl34x - fix sparse warningDmitry Torokhov2021-10-161-1/+1
| | * | Input: ep93xx_keypad - switch to using managed resourcesDmitry Torokhov2021-10-161-81/+37
| | * | Input: ep93xx_keypad - use dev_pm_set_wake_irq()Dmitry Torokhov2021-10-161-6/+7
| | * | Input: ep93xx_keypad - use BIT() and GENMASK() macrosDmitry Torokhov2021-10-161-18/+19
| | * | Input: ep93xx_keypad - annotate suspend/resume as __maybe_unusedDmitry Torokhov2021-10-161-4/+2
| | * | Input: tsc200x - make tsc200x_remove() return voidUwe Kleine-König2021-10-134-6/+8
| | * | Input: adxl34x - make adxl34x_remove() return voidUwe Kleine-König2021-10-134-6/+8
| | * | Input: st1232 - prefer asynchronous probingJohn Keeping2021-10-121-0/+1
| | * | Input: st1232 - increase "wait ready" timeoutJohn Keeping2021-10-121-1/+1
| | * | Input: analog - fix invalid snprintf() callArnd Bergmann2021-10-051-8/+10
| | * | Input: ariel-pwrbutton - add SPI device ID tableMark Brown2021-10-021-0/+7
| | * | Input: mpr121 - make use of the helper function devm_add_action_or_reset()Cai Huoqing2021-09-231-2/+2
| | * | Input: raydium_i2c_ts - make use of the helper function devm_add_action_or_re...Cai Huoqing2021-09-231-2/+2
| | * | Input: elants_i2c - make use of devm_add_action_or_reset()Cai Huoqing2021-09-231-2/+2
| | * | Input: goodix - add support for controllers without flashHans de Goede2021-09-214-8/+507
| | * | Input: goodix - allow specifying the config filenameHans de Goede2021-09-212-5/+11
| | * | Input: goodix - push error logging up into i2c_read and i2c_write helpersHans de Goede2021-09-211-30/+23
| | * | Input: goodix - refactor reset handlingHans de Goede2021-09-212-16/+33
| | * | Input: goodix - add a goodix.h header fileHans de Goede2021-09-212-68/+79
| | * | Input: goodix - change goodix_i2c_write() len parameter type to intHans de Goede2021-09-211-1/+1
| | * | Input: tmdc - fix spelling mistake "Millenium" -> "Millennium"Colin Ian King2021-09-211-1/+1
| | * | Input: omap-keypad - prefer struct_size over open coded arithmeticLen Baker2021-09-211-2/+1
| | * | Input: cypress-sf - add Cypress StreetFighter touchkey driverYassine Oudjana2021-09-103-0/+235
| | * | Input: ads7846 - switch to devm initializationDaniel Mack2021-09-101-89/+47
| | * | Input: ads7846 - remove custom filter handling functions from pdataDaniel Mack2021-09-101-17/+8
| | * | Input: ads7846 - add short-hand for spi->dev in probe() functionDaniel Mack2021-09-101-22/+23
| | * | Input: palmas-pwrbutton - handle return value of platform_get_irq()Arvind Yadav2021-09-061-0/+5
| | * | Input: raydium_i2c_ts - read device version in bootloader modesimba.hsu2021-09-061-7/+43
| | * | Input: cpcap-pwrbutton - handle errors from platform_get_irq()Tang Bin2021-09-061-1/+5
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-11-051-0/+10
|\ \ \ \
| * | | | HID: nintendo: add IMU supportDaniel J. Ogorchock2021-10-271-0/+10
* | | | | Merge tag 'tty-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-11-041-2/+1
|\ \ \ \ \
| * \ \ \ \ Merge 5.15-rc6 into tty-nextGreg Kroah-Hartman2021-10-184-34/+68
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | tty: make tty_ldisc_ops::hangup return voidJiri Slaby2021-09-221-2/+1
| | |/ / / | |/| | |
* | | | | Merge tag 'platform-drivers-x86-v5.16-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-11-031-21/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Input: axp20x-pek - Use new soc_intel_is_cht() helperHans de Goede2021-10-191-21/+5
| |/ / /