summaryrefslogtreecommitdiffstats
path: root/drivers/input
AgeCommit message (Expand)AuthorLines
2017-04-05Input: sur40 - fix bad endianness handling in sur40_pollMartin Kepplinger-1/+1
2017-04-05Input: eeti_ts - switch to gpiod APIDmitry Torokhov-17/+7
2017-04-05Input: eeti_ts - expect platform code to set interrupt triggerDmitry Torokhov-5/+1
2017-04-03Input: eeti_ts - switch to using threaded interruptDmitry Torokhov-43/+36
2017-04-03Input: eeti_ts - use gpio_get_value_cansleepDmitry Torokhov-1/+1
2017-04-03Input: eeti_ts - respect interrupt set in client structureDmitry Torokhov-7/+6
2017-04-03Input: eeti_ts - switch to using managed resourcesDmitry Torokhov-48/+22
2017-04-03Input: eeti_ts - use input_set_capability()Dmitry Torokhov-2/+1
2017-04-03Input: eeti_ts - use get_unaligned_be16() to retrieve dataDmitry Torokhov-2/+4
2017-04-03Input: eeti_ts - use BIT(n)Dmitry Torokhov-4/+4
2017-04-03Input: eeti_ts - rename eeti_ts_priv to eeti_tsDmitry Torokhov-57/+58
2017-04-03Input: synaptics-rmi4 - when registering sensors do not call them "drivers"Dmitry Torokhov-69/+69
2017-04-03Input: synaptics-rmi4 - cleanup SMbus mapping handlingDmitry Torokhov-25/+18
2017-04-03Input: synaptics-rmi4 - fix endianness issue in SMBus transportDmitry Torokhov-5/+5
2017-04-03Input: synaptics-rmi4 - fix handling failures from rmi_enable_sensorDmitry Torokhov-3/+8
2017-04-03Input: synaptics - use u8 instead of unsigned charDmitry Torokhov-40/+42
2017-04-03Input: synaptics - do not abuse -1 as return valueDmitry Torokhov-25/+46
2017-04-03Input: synaptics - use BIT() and GENMASK() macrosDmitry Torokhov-48/+48
2017-04-03Input: synaptics - add synaptics_query_int()Dmitry Torokhov-48/+32
2017-04-03Input: psmouse - use i2c_client_type to locate i2c clientsDmitry Torokhov-1/+1
2017-04-03Merge tag 'v4.11-rc5' into nextDmitry Torokhov-80/+158
2017-04-03Input: cros_ec_keyb - add an EC event for sysrqRajat Jain-0/+7
2017-04-03Input: psmouse - fix cleaning up SMBus companionsDmitry Torokhov-11/+19
2017-04-01Input: bma150 - remove support for bma150H. Nikolaus Schaller-10/+1
2017-03-29Input: max11801_ts - add missing of_match_tableJagan Teki-0/+7
2017-03-29Input: matrix_keypad - add option to drive inactive columnsDavid Rivshin-4/+9
2017-03-29Input: melfas_mip4 - ensure that device is presentDmitry Torokhov-0/+11
2017-03-27Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman-29/+116
2017-03-25Input: ads7846 - avoid pen up/down when reading hwmonDavid Jander-1/+1
2017-03-25Input: synaptics - add support for Intertouch devicesBenjamin Tissoires-175/+421
2017-03-25Input: synaptics - split device info into a separate structureDmitry Torokhov-187/+233
2017-03-25Input: psmouse - add support for SMBus companionsBenjamin Tissoires-2/+343
2017-03-25Input: psmouse - introduce notion of SMBus companionsDmitry Torokhov-33/+71
2017-03-25Input: psmouse - store pointer to current protocolDmitry Torokhov-55/+58
2017-03-25Input: psmouse - implement fast reconnect optionDmitry Torokhov-3/+28
2017-03-25Input: serio - add fast reconnect optionDmitry Torokhov-5/+17
2017-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-29/+116
2017-03-23Input: synaptics - do not mix logical and bitwise operationsDmitry Torokhov-6/+6
2017-03-23Input: qt1070 - add OF device ID tableJavier Martinez Canillas-0/+9
2017-03-23Input: synaptics_i2c - add OF device ID tableJavier Martinez Canillas-0/+9
2017-03-23Input: silead - add OF device ID tableJavier Martinez Canillas-0/+13
2017-03-23input: touchscreen: mxs-lradc: Add support for touchscreenKsenija Stanojevic-0/+725
2017-03-21input: utilize new cdev_device_add helper functionLogan Gunthorpe-27/+6
2017-03-17Input: convert remaining uses of pr_warning to pr_warnJoe Perches-12/+14
2017-03-17Input: ALPS - fix trackstick button handling on V8 devicesMasaki Ota-4/+2
2017-03-17Input: ALPS - fix V8+ protocol handling (73 03 28)Masaki Ota-16/+61
2017-03-17Input: soc_button_array - add support for ACPI 6.0 Generic Button DeviceHans de Goede-1/+158
2017-03-17Input: soc_button_array - get rid of MAX_NBUTTONSHans de Goede-8/+11
2017-03-16Input: sur40 - validate number of endpoints before using themJohan Hovold-0/+3
2017-03-16Input: kbtab - validate number of endpoints before using themJohan Hovold-0/+3