aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-29Input: add generic input driver to read encoded GPIO linesVignesh R4-0/+173
2016-08-29Input: add ADC resistor ladder driverAlexandre Belloni4-0/+275
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-22Input: jornada720_kbd - switch to using dev_dbgDmitry Torokhov1-4/+2
2016-08-22Input: jornada720_kbd - get rid of mach/irqs.h includeRussell King2-4/+13
2016-08-22Input: jornada720_kbd - switch to devm_* APIsRussell King1-35/+8
2016-08-22Input: max77693-haptic - change Krzysztof Kozlowski's email to kernel.orgKrzysztof Kozlowski1-2/+2
2016-08-22Input: pixcir_i2c_ts - remove a useless blank lineLABBE Corentin1-1/+0
2016-08-22Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin1-4/+0
2016-08-22Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin1-7/+1
2016-08-22Input: remove duplicate ft6236 driverHans de Goede6-375/+16
2016-08-03Input: add driver for SiS 9200 family I2C touchscreen controllersMika Penttilä5-0/+460
2016-08-02Input: ili210x - fix permissions on "calibrate" attributeDmitry Torokhov1-1/+1
2016-08-02Input: elan_i2c - properly wake up touchpad on ASUS laptopsKT Liao1-16/+63
2016-08-02Input: add driver for Silead touchscreensRobert Dolca4-0/+617
2016-08-02Input: elantech - fix debug dump of the current packetBenjamin Tissoires1-6/+2
2016-07-27Input: rotary_encoder - support binary encoding of statesUwe Kleine-König2-1/+26
2016-07-27Input: xpad - power off wireless 360 controllers on suspendCameron Gutman1-0/+43
2016-07-27Input: i8042 - break load dependency between atkbd/psmouse and i8042Dmitry Torokhov4-32/+24
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-20Input: tty/vt/keyboard - use memdup_user()Muhammad Falak R Wani1-10/+4
2016-07-19Input: pegasus_notetaker - set device mode in reset_resume() if in useMartin Kepplinger1-1/+13
2016-07-19Input: pegasus_notetaker - cancel workqueue's work in suspend()Martin Kepplinger1-0/+1
2016-07-19Input: pegasus_notetaker - fix usb_autopm calls to be balancedMartin Kepplinger1-14/+19
2016-07-19Input: 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-15Input: pixcir_ts - add support for axis inversion / swappingHans de Goede1-33/+20
2016-07-15Input: icn8318 - use of_touchscreen helpers for inverting / swapping axesHans de Goede1-47/+14
2016-07-15Input: edt-ft5x06 - add support for inverting / swapping axesHans de Goede1-3/+4
2016-07-15Input: of_touchscreen - add support for inverted / swapped axesHans de Goede7-7/+105
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_reportAndrew 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
2016-07-14Input: synaptics-rmi4 - use of_get_child_by_name() to fix refcountAndrew Duggan1-2/+2
2016-07-14Revert "Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE"Dmitry Torokhov1-0/+3
2016-07-13Input: synaptics-rmi4 - support regulator suppliesBjorn Andersson2-0/+55
2016-07-13Input: raydium_i2c_ts - check CRC of incoming packetsJeffrey Lin1-19/+43
2016-07-13Input: xen-kbdfront - prefer xenbus_write() over xenbus_printf() where possibleJan Beulich1-4/+4
2016-07-13Input: fix a double word "is is" in include/linux/input.hMasanari Iida1-1/+1
2016-06-29Input: xpad - validate USB endpoint count during probeCameron Gutman1-0/+3
2016-06-29Input: add SW_PEN_INSERTED defineDouglas Anderson1-0/+1
2016-06-23Input: vmmouse - remove port reservationSinclair Yeh1-20/+2
2016-06-23Input: add powerkey driver for HISI 65xx SoCJorge Ramirez-Ortiz3-0/+152