summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Input: add support for Elan eKTF2127 touchscreen controllerSiebren Vroegindeweij2016-09-274-0/+376
* Input: serio - add hangup supportHans Verkuil2016-09-211-3/+14
* Input: tps65218-pwrbutton - add support for tps65217 variantMarcin Niestroj2016-09-103-32/+81
* Input: jornada720_ts - get rid of mach/irqs.h and mach/hardware.h includesRussell King2016-09-102-7/+24
* Input: jornada720_kbd - remove unneeded mach/hardware.h includeRussell King2016-09-101-1/+0
* Input: focaltech - mark focaltech_set_resolution() staticBaoyou Xie2016-09-051-1/+2
* Input: wdt87xx_i2c - fix the flash erase issueHungNien Chen2016-09-051-2/+3
* Input: gpio-keys-polled - don't use unit-address with button nodesVladimir Zapolskiy2016-09-051-3/+2
* Input: add generic input driver to read encoded GPIO linesVignesh R2016-08-304-0/+173
* Input: add ADC resistor ladder driverAlexandre Belloni2016-08-304-0/+275
* Input: pegasus_notetaker - directly include workqueue headerMartin Kepplinger2016-08-251-0/+1
* Input: elants_i2c - get product id on recovery mode for FW updateJohnny Chuang2016-08-251-11/+20
* Input: wm97xx - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-1/+1
* Input: mc13783_ts - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-17/+7
* Input: psmouse - remove deprecated create_singletheread_workqueueBhaktipriya Shridhar2016-08-251-1/+1
* Input: jornada720_kbd - switch to using dev_dbgDmitry Torokhov2016-08-221-4/+2
* Input: jornada720_kbd - get rid of mach/irqs.h includeRussell King2016-08-222-4/+13
* Input: jornada720_kbd - switch to devm_* APIsRussell King2016-08-221-35/+8
* Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski2016-08-221-2/+2
* Input: pixcir_i2c_ts - remove a useless blank lineLABBE Corentin2016-08-221-1/+0
* Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin2016-08-221-4/+0
* Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin2016-08-221-7/+1
* Input: remove duplicate ft6236 driverHans de Goede2016-08-226-375/+16
* Input: add driver for SiS 9200 family I2C touchscreen controllersMika Penttilä2016-08-035-0/+460
* Input: ili210x - fix permissions on "calibrate" attributeDmitry Torokhov2016-08-031-1/+1
* Input: elan_i2c - properly wake up touchpad on ASUS laptopsKT Liao2016-08-031-16/+63
* Input: add driver for Silead touchscreensRobert Dolca2016-08-034-0/+617
* Input: elantech - fix debug dump of the current packetBenjamin Tissoires2016-08-031-6/+2
* Input: rotary_encoder - support binary encoding of statesUwe Kleine-König2016-07-282-1/+26
* Input: xpad - power off wireless 360 controllers on suspendCameron Gutman2016-07-281-0/+43
* Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov2016-07-274-32/+24
* Input: synaptics-rmi4 - do not check for NULL when calling of_node_put()Markus Elfring2016-07-261-4/+1
* Input: cros_ec_keyb - cleanup use of devDouglas Anderson2016-07-261-10/+9
* Input: tty/vt/keyboard - use memdup_user()Muhammad Falak R Wani2016-07-211-10/+4
* Input: pegasus_notetaker - set device mode in reset_resume() if in useMartin Kepplinger2016-07-191-1/+13
* Input: pegasus_notetaker - cancel workqueue's work in suspend()Martin Kepplinger2016-07-191-0/+1
* Input: pegasus_notetaker - fix usb_autopm calls to be balancedMartin Kepplinger2016-07-191-14/+19
* Input: pegasus_notetaker - handle usb control msg errorsMartin Kepplinger2016-07-191-9/+20
* Input: wacom_w8001 - handle errors from input_mt_init_slots()Ping Cheng2016-07-191-1/+7
* Input: wacom_w8001 - resolution wasn't set for ABS_MT_POSITION_X/YPing Cheng2016-07-191-0/+2
* Merge branch 'for-linus' into nextDmitry Torokhov2016-07-1910007-248274/+507405
|\
| * Input: ts4800-ts - add missing of_node_put after calling of_parse_phandlePeter Chen2016-07-151-6/+7
| * Input: synaptics-rmi4 - use of_get_child_by_name() to fix refcountAndrew Duggan2016-07-141-2/+2
| * Revert "Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE"Dmitry Torokhov2016-07-141-0/+3
| * Input: xpad - validate USB endpoint count during probeCameron Gutman2016-06-291-0/+3
| * Input: add SW_PEN_INSERTED defineDouglas Anderson2016-06-291-0/+1
| * Input: vmmouse - remove port reservationSinclair Yeh2016-06-241-20/+2
| * Input: elantech - add more IC body types to the listDmitry Torokhov2016-06-231-7/+1
| * Input: wacom_w8001 - ignore invalid pen data packetsPing Cheng2016-06-231-0/+9
| * Input: wacom_w8001 - w8001_MAX_LENGTH should be 13Ping Cheng2016-06-231-1/+1