summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/pixcir_i2c_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-221-2/+2
* Input: pixcir_i2c_ts - remove a useless blank lineLABBE Corentin2016-08-221-1/+0Star
* Input: pixcir_i2c_ts - remove text about writing to Free Software FoundationLABBE Corentin2016-08-221-4/+0Star
* Input: pixcir_i2c_ts - simplify code with of_device_get_match_dataLABBE Corentin2016-08-221-7/+1Star
* Input: pixcir_ts - add support for axis inversion / swappingHans de Goede2016-07-151-33/+20Star
* Input: of_touchscreen - add support for inverted / swapped axesHans de Goede2016-07-151-1/+1
* Input: pixcir_i2c - add support for wake and enable gpiosSander Vermin2015-12-051-0/+41
* Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R2015-10-141-12/+0Star
* Merge tag 'v4.2-rc3' into nextDmitry Torokhov2015-07-201-1/+1
|\
| * Input: pixcir_i2c_ts - fix receive errorFrodo Lai2015-06-171-1/+1
* | Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-181-1/+0Star
* | Input: pixcir_i2c_ts - use standard OF touchscreen parsing codeDmitry Torokhov2015-07-121-51/+44Star
* | Input: pixcir_i2c_ts - simplify input device initializationDmitry Torokhov2015-07-121-5/+0Star
* | Input: pixcir_i2c_ts - add RESET gpioRoger Quadros2015-07-121-0/+22
* | Input: pixcir_i2c_ts - allow using with GPIO expandersDmitry Torokhov2015-07-121-1/+1
* | Input: pixcir_i2c_ts - switch the device over to gpiodDmitry Torokhov2015-07-121-17/+9Star
* | Input: pixcir_i2c_ts - move platform dataDmitry Torokhov2015-07-121-1/+1
|/
* Input: MT - add support for balanced slot assignmentHenrik Rydberg2015-02-011-1/+1
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2Star
* Input: pixcir_i2c_ts - add device tree supportRoger Quadros2014-07-281-0/+77
* Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros2014-07-281-17/+57
* Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros2014-07-281-31/+94
* Input: pixcir_i2c_ts - implement wakeup from suspendRoger Quadros2014-05-191-4/+43
* Input: pixcir_i2c_ts - get rid of pdata->attb_read_val()Roger Quadros2014-05-191-1/+15
* Input: pixcir_i2c_ts - initialize interrupt mode and power modeRoger Quadros2014-05-191-8/+174
* Input: pixcir_i2c_ts - use devres managed resource allocationsRoger Quadros2014-05-191-23/+15Star
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+2
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+1
* Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-171-11/+1Star
* Input: add driver for pixcir i2c touchscreensJianchun Bian2011-12-311-0/+239