summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-18Input: elan_i2c_core - move header inclusion insideLee Jones1-1/+1
2020-11-18Input: ads7846 - drop unneeded asm/irq.h includeDmitry Torokhov1-1/+0
2020-11-18Input: ads7846 - fix unaligned access on 7845Dmitry Torokhov1-1/+2
2020-11-18Input: ads7846 - fix integer overflow on Rt calculationOleksij Rempel1-2/+3
2020-11-18Input: ads7846 - convert to full duplexOleksij Rempel1-130/+62
2020-11-18Input: ads7846 - fix race that causes missing releasesDavid Jander1-18/+26
2020-11-13Input: imx6ul_tsc - remove set but unused variable 'value'Lee Jones1-2/+1
2020-11-13Input: samsung-keypad - remove set but unused variable 'var'Lee Jones1-2/+1
2020-11-12Input: st1232 - add support resolution readingAndrej Valek1-16/+36
2020-11-10Input: synaptics-rmi4 - fix kerneldoc warningsLee Jones5-115/+149
2020-11-09Input: cyttsp4 - move 'cyttsp4_tch_abs_string' to the only file that referenc...Lee Jones2-14/+14
2020-11-09Input: resistive-adc-touch - struct headers should start with 'struct <name>'Lee Jones1-1/+1
2020-11-09Input: analog - fix formatting of error codeZhang Qilong1-1/+1
2020-11-09Input: cyapa_gen5 - fix obvious abuse of kernel-doc formatLee Jones1-2/+2
2020-11-09Input: cyapa - fix misnaming of 'cyapa_i2c_write's 'reg' paramLee Jones1-1/+1
2020-11-09Input: ab8500-ponkey - fix incorrect name in 'ab8500_ponkey' doc headerLee Jones1-1/+1
2020-11-09Input: cros_ec_keyb - struct headers should start with 'struct <name>'Lee Jones1-4/+5
2020-11-09Input: gpio_keys - fix misnamed function parameter 'dev'Lee Jones1-1/+1
2020-11-09Input: elantech - demote obvious abuse of kernel-doc headerLee Jones1-1/+1
2020-11-09Input: pmic8xxx-keypad - fix kernel-doc formattingLee Jones1-11/+11
2020-11-09Input: nomadik-ske-keypad - provide some missing struct member docsLee Jones1-0/+2
2020-11-09Input: drv2667 - fix formatting and add missing member docsLee Jones1-6/+8
2020-11-09Input: drv2665 - fix formatting expected by kernel-docLee Jones1-5/+5
2020-11-09Input: drv260x - fix kernel-doc formatting and remove one abuseLee Jones1-13/+13
2020-11-09Input: ads7846 - use kobj_to_dev() APIWang Qing1-1/+1
2020-11-09Input: ektf2127 - add support for eKTF2132 touchscreenJonathan Neuschäfer1-1/+31
2020-10-07Input: evdev - per-client waitgroupsKenny Levinsen1-10/+9
2020-10-05Input: synaptics - enable InterTouch for ThinkPad T14 Gen 1Hans de Goede1-0/+1
2020-10-05Input: synaptics - enable InterTouch for ThinkPad P1/X1E gen 2Jason A. Donenfeld1-1/+2
2020-10-05Input: synaptics-rmi4 - support bootloader v8 in f34v7Jason A. Donenfeld1-2/+7
2020-10-05Input: synaptics-rmi4 - add support for F3AVincent Huang5-0/+254
2020-10-05Input: synaptics-rmi4 - rename f30_data to gpio_dataVincent Huang3-9/+9
2020-10-05Input: add zinitix touchscreen driverMichael Srba3-0/+594
2020-09-29Input: joystick - add ADC attached joystick driver.Artur Rojek3-0/+275
2020-09-16Input: sun4i-ps2 - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-6/+3
2020-09-16Input: twl4030_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-5/+3
2020-09-16Input: omap4-keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-4/+2
2020-09-16Input: ep93xx_keypad - fix handling of platform_get_irq() errorKrzysztof Kozlowski1-2/+2
2020-09-16Input: stmfts - fix a & vs && typoYueHaibing1-1/+1
2020-09-16Input: imx6ul_tsc - unify open/close and PM pathsDmitry Torokhov1-30/+22
2020-09-16Input: imx6ul_tsc - clean up some errors in imx6ul_tsc_resume()Dan Carpenter1-11/+16
2020-09-16Input: elants_i2c - fix typo for an attribute to show calibration countJohnny Chuang1-1/+1
2020-09-14Input: elants_i2c - report resolution of ABS_MT_TOUCH_MAJOR by FW information.Johnny Chuang1-0/+6
2020-09-14Input: raydium_i2c_ts - use single i2c_transfer transaction when using RM_CMD...Furquan Shaikh1-73/+58
2020-09-14Input: soc_button_array - work around DSDTs which modify the irqflagsHans de Goede1-9/+60
2020-09-14Input: soc_button_array - add support for INT33D3 tablet-mode switch devicesHans de Goede1-0/+11
2020-09-14Input: soc_button_array - add active_low setting to soc_button_infoHans de Goede1-9/+11
2020-09-09platform/x86: thinkpad_acpi: Map Clipping tool hotkey to KEY_SELECTIVE_SCREEN...Hans de Goede1-1/+1
2020-09-09platform/x86: thinkpad_acpi: Add support for new hotkeys found on X1C8 / T14Hans de Goede1-5/+13
2020-08-25Input: MT - avoid comma separated statementsJoe Perches1-4/+7