summaryrefslogtreecommitdiffstats
path: root/drivers/input
Commit message (Expand)AuthorAgeFilesLines
...
| | * Input: atmel_mxt_ts - support regulator suppliesLinus Walleij2020-11-171-1/+36
| | * Input: atmel_mxt_ts - fix up inverted RESET handlerLinus Walleij2020-11-171-2/+4
| | * Merge tag 'v5.9' into nextDmitry Torokhov2020-11-1721-161/+53
| | |\
| | * | Input: elan_i2c_core - move header inclusion insideLee Jones2020-11-171-1/+1
| | * | Input: ads7846 - drop unneeded asm/irq.h includeDmitry Torokhov2020-11-171-1/+0
| | * | Input: ads7846 - fix unaligned access on 7845Dmitry Torokhov2020-11-171-1/+2
| | * | Input: ads7846 - fix integer overflow on Rt calculationOleksij Rempel2020-11-171-2/+3
| | * | Input: ads7846 - convert to full duplexOleksij Rempel2020-11-171-130/+62
| | * | Input: ads7846 - fix race that causes missing releasesDavid Jander2020-11-171-18/+26
| | * | Input: imx6ul_tsc - remove set but unused variable 'value'Lee Jones2020-11-121-2/+1
| | * | Input: samsung-keypad - remove set but unused variable 'var'Lee Jones2020-11-121-2/+1
| | * | Input: st1232 - add support resolution readingAndrej Valek2020-11-111-16/+36
| | * | Input: synaptics-rmi4 - fix kerneldoc warningsLee Jones2020-11-095-115/+149
| | * | Input: cyttsp4 - move 'cyttsp4_tch_abs_string' to the only file that referenc...Lee Jones2020-11-082-14/+14
| | * | Input: resistive-adc-touch - struct headers should start with 'struct <name>'Lee Jones2020-11-081-1/+1
| | * | Input: analog - fix formatting of error codeZhang Qilong2020-11-081-1/+1
| | * | Input: cyapa_gen5 - fix obvious abuse of kernel-doc formatLee Jones2020-11-081-2/+2
| | * | Input: cyapa - fix misnaming of 'cyapa_i2c_write's 'reg' paramLee Jones2020-11-081-1/+1
| | * | Input: ab8500-ponkey - fix incorrect name in 'ab8500_ponkey' doc headerLee Jones2020-11-081-1/+1
| | * | Input: cros_ec_keyb - struct headers should start with 'struct <name>'Lee Jones2020-11-081-4/+5
| | * | Input: gpio_keys - fix misnamed function parameter 'dev'Lee Jones2020-11-081-1/+1
| | * | Input: elantech - demote obvious abuse of kernel-doc headerLee Jones2020-11-081-1/+1
| | * | Input: pmic8xxx-keypad - fix kernel-doc formattingLee Jones2020-11-081-11/+11
| | * | Input: nomadik-ske-keypad - provide some missing struct member docsLee Jones2020-11-081-0/+2
| | * | Input: drv2667 - fix formatting and add missing member docsLee Jones2020-11-081-6/+8
| | * | Input: drv2665 - fix formatting expected by kernel-docLee Jones2020-11-081-5/+5
| | * | Input: drv260x - fix kernel-doc formatting and remove one abuseLee Jones2020-11-081-13/+13
| | * | Input: ads7846 - use kobj_to_dev() APIWang Qing2020-11-081-1/+1
| | * | Input: ektf2127 - add support for eKTF2132 touchscreenJonathan Neuschäfer2020-11-081-1/+31
* | | | Merge tag 'spi-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2020-12-151-1/+2
|\ \ \ \
| * \ \ \ Merge series "spi: spi-geni-qcom: Use gpio descriptors for CS" from Stephen B...Mark Brown2020-12-108-18/+55
| |\ \ \ \
| * | | | | Input: ads7846: do not overwrite spi->mode flags set by spi frameworkOleksij Rempel2020-11-121-1/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-126-40/+159
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Input: goodix - add upside-down quirk for Teclast X98 Pro tabletSimon Beginn2020-12-111-0/+12
| * | | | | Input: cm109 - do not stomp on control URBDmitry Torokhov2020-12-111-2/+5
| * | | | | Input: i8042 - add Acer laptops to the i8042 reset listChris Chiu2020-12-091-0/+42
| * | | | | Input: cros_ec_keyb - send 'scancodes' in addition to key eventsDmitry Torokhov2020-12-091-0/+1
| * | | | | Input: soc_button_array - add Lenovo Yoga Tablet2 1051L to the dmi_use_low_le...Hans de Goede2020-12-061-0/+11
| * | | | | Input: raydium_ts_i2c - do not split tx transactionsFurquan Shaikh2020-12-061-38/+88
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-12-055-3/+11
|\| | | | | | |_|/ / / |/| | | |
| * | | | Input: atmel_mxt_ts - fix lost interruptsLinus Walleij2020-12-011-2/+2
| * | | | Input: xpad - support Ardwiino ControllersSanjay Govind2020-11-301-0/+2
| * | | | Input: i8042 - add ByteSpeed touchpad to noloop tablePo-Hsu Lin2020-11-301-0/+4
| * | | | Input: i8042 - fix error return code in i8042_setup_aux()Luo Meng2020-11-241-1/+2
| * | | | Input: soc_button_array - add missing includeDmitry Torokhov2020-11-241-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-11-178-18/+55
|\| | | | | |/ / / |/| | |
| * | | Input: elan_i2c - fix firmware update on newer ICsjingle.wu2020-11-114-8/+9
| * | | Input: resistive-adc-touch - fix kconfig dependency on IIO_BUFFERNecip Fazil Yildiran2020-11-111-0/+1
| * | | Input: sunkbd - avoid use-after-free in teardown pathsDmitry Torokhov2020-11-081-8/+33
| * | | Input: i8042 - allow insmod to succeed on devices without an i8042 controllerHans de Goede2020-10-261-1/+11