summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-10-04Input: ektf2127 - mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2016-09-27Input: snvs_pwrkey - drop input_free_device call if input_register_device failsAxel Lin1-1/+0
2016-09-27Input: add support for Elan eKTF2127 touchscreen controllerSiebren Vroegindeweij3-0/+349
2016-09-21Input: serio - add hangup supportHans Verkuil1-3/+14
2016-09-10Input: tps65218-pwrbutton - add support for tps65217 variantMarcin Niestroj2-29/+67
2016-09-10Input: jornada720_ts - get rid of mach/irqs.h and mach/hardware.h includesRussell King1-7/+14
2016-09-10Input: jornada720_kbd - remove unneeded mach/hardware.h includeRussell King1-1/+0
2016-09-05Input: focaltech - mark focaltech_set_resolution() staticBaoyou Xie1-1/+2
2016-09-05Input: wdt87xx_i2c - fix the flash erase issueHungNien Chen1-2/+3
2016-08-30Input: add generic input driver to read encoded GPIO linesVignesh R3-0/+150
2016-08-30Input: add ADC resistor ladder driverAlexandre Belloni3-0/+226
2016-08-25Input: pegasus_notetaker - directly include workqueue headerMartin Kepplinger1-0/+1
2016-08-25Input: elants_i2c - get product id on recovery mode for FW updateJohnny Chuang1-11/+20
2016-08-25Input: wm97xx - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-25Input: mc13783_ts - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar1-17/+7
2016-08-25Input: psmouse - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar1-1/+1
2016-08-23Input: jornada720_kbd - switch to using dev_dbgDmitry Torokhov1-4/+2
2016-08-23Input: jornada720_kbd - get rid of mach/irqs.h includeRussell King1-4/+7
2016-08-23Input: jornada720_kbd - switch to devm_* APIsRussell King1-35/+8
2016-08-23Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski1-2/+2
2016-08-23Input: pixcir_i2c_ts - remove a useless blank lineLABBE Corentin1-1/+0
2016-08-23Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin1-4/+0
2016-08-23Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin1-7/+1
2016-08-23Input: remove duplicate ft6236 driverHans de Goede4-340/+8
2016-08-03Input: add driver for SiS 9200 family I2C touchscreen controllersMika Penttilä3-0/+426
2016-08-03Input: ili210x - fix permissions on "calibrate" attributeDmitry Torokhov1-1/+1
2016-08-03Input: elan_i2c - properly wake up touchpad on ASUS laptopsKT Liao1-16/+63
2016-08-03Input: add driver for Silead touchscreensRobert Dolca3-0/+581
2016-08-03Input: elantech - fix debug dump of the current packetBenjamin Tissoires1-6/+2
2016-07-28Input: rotary_encoder - support binary encoding of statesUwe Kleine-König1-1/+22
2016-07-28Input: xpad - power off wireless 360 controllers on suspendCameron Gutman1-0/+43
2016-07-28Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2-21/+5
2016-07-26Input: synaptics-rmi4 - do not check for NULL when calling of_node_put()Markus Elfring1-4/+1
2016-07-26Input: cros_ec_keyb - cleanup use of devDouglas Anderson1-10/+9
2016-07-21Input: tty/vt/keyboard - use memdup_user()Muhammad Falak R Wani1-10/+4
2016-07-20Input: pegasus_notetaker - set device mode in reset_resume() if in useMartin Kepplinger1-1/+13
2016-07-20Input: pegasus_notetaker - cancel workqueue's work in suspend()Martin Kepplinger1-0/+1
2016-07-20Input: pegasus_notetaker - fix usb_autopm calls to be balancedMartin Kepplinger1-14/+19
2016-07-20Input: pegasus_notetaker - handle usb control msg errorsMartin Kepplinger1-9/+20
2016-07-19Input: wacom_w8001 - handle errors from input_mt_init_slots()Ping Cheng1-1/+7
2016-07-19Input: wacom_w8001 - resolution wasn't set for ABS_MT_POSITION_X/YPing Cheng1-0/+2
2016-07-19Merge branch 'for-linus' into nextDmitry Torokhov4890-169695/+317959
2016-07-16Input: pixcir_ts - add support for axis inversion / swappingHans de Goede1-33/+20
2016-07-16Input: icn8318 - use of_touchscreen helpers for inverting / swapping axesHans de Goede1-47/+14
2016-07-16Input: edt-ft5x06 - add support for inverting / swapping axesHans de Goede1-3/+4
2016-07-16Input: of_touchscreen - add support for inverted / swapped axesHans de Goede6-6/+85
2016-07-15Input: ts4800-ts - add missing of_node_put after calling of_parse_phandlePeter Chen1-6/+7
2016-07-14Input: synaptics-rmi4 - use the RMI_F11_REL_BYTES define in rmi_f11_rel_pos_r...Andrew Duggan1-2/+2
2016-07-14Input: synaptics-rmi4 - remove unneeded variableAndrew Duggan1-4/+1
2016-07-14Input: synaptics-rmi4 - remove pointer to rmi_function in f12_dataAndrew Duggan1-1/+0