aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/pixcir_i2c_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-21Input: touchscreen - use local variables consistentlyGuenter Roeck1-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-07-15Input: pixcir_ts - add support for axis inversion / swappingHans de Goede1-33/+20
2016-07-15Input: of_touchscreen - add support for inverted / swapped axesHans de Goede1-1/+1
2015-12-04Input: pixcir_i2c - add support for wake and enable gpiosSander Vermin1-0/+41
2015-10-13Input: pixcir_i2c_ts - remove wakeirq related code from pixcir driverVignesh R1-12/+0
2015-07-20Merge tag 'v4.2-rc3' into nextDmitry Torokhov1-1/+1
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-07-11Input: pixcir_i2c_ts - use standard OF touchscreen parsing codeDmitry Torokhov1-51/+44
2015-07-11Input: pixcir_i2c_ts - simplify input device initializationDmitry Torokhov1-5/+0
2015-07-11Input: pixcir_i2c_ts - add RESET gpioRoger Quadros1-0/+22
2015-07-11Input: pixcir_i2c_ts - allow using with GPIO expandersDmitry Torokhov1-1/+1
2015-07-11Input: pixcir_i2c_ts - switch the device over to gpiodDmitry Torokhov1-17/+9
2015-07-11Input: pixcir_i2c_ts - move platform dataDmitry Torokhov1-1/+1
2015-06-16Input: pixcir_i2c_ts - fix receive errorFrodo Lai1-1/+1
2015-02-01Input: MT - add support for balanced slot assignmentHenrik Rydberg1-1/+1
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-07-28Input: pixcir_i2c_ts - add device tree supportRoger Quadros1-0/+77
2014-07-28Input: pixcir_i2c_ts - support up to 5 fingers and hardware tracking IDsRoger Quadros1-17/+57
2014-07-28Input: pixcir_i2c_ts - use Type-B Multi-Touch protocolRoger Quadros1-31/+94
2014-05-18Input: pixcir_i2c_ts - implement wakeup from suspendRoger Quadros1-4/+43
2014-05-18Input: pixcir_i2c_ts - get rid of pdata->attb_read_val()Roger Quadros1-1/+15
2014-05-18Input: pixcir_i2c_ts - initialize interrupt mode and power modeRoger Quadros1-8/+174
2014-05-18Input: pixcir_i2c_ts - use devres managed resource allocationsRoger Quadros1-23/+15
2013-12-06Input: use dev_get_platdata()Jingoo Han1-1/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+1
2012-03-16Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov1-11/+1
2011-12-30Input: add driver for pixcir i2c touchscreensJianchun Bian1-0/+239