summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2007.c
Commit message (Expand)AuthorAgeFilesLines
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-181-1/+0Star
* Input: tsc2007 - Convert msecs to jiffies only onceAaron Sierra2015-03-311-6/+5Star
* Input: tsc2007 - convert to use devres-managed resourcesDmitry Torokhov2013-11-261-39/+40
* Input: tsc2007 - remove unused poll_delay from platform dataDmitry Torokhov2013-11-261-2/+0Star
* Input: tsc2007 - add device tree support.Denis Carikli2013-11-261-40/+133
* 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: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-171-12/+1Star
* Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity2011-10-121-0/+6
* Input: tsc2007 - add open and close methodsDmitry Torokhov2011-08-271-8/+38
* Input: tsc2007 - convert to threaded IRQDmitry Torokhov2011-08-271-84/+66Star
* Input: tsc2007 - add X, Y and Z fuzz factors to platform dataThierry Reding2011-05-171-3/+4
* Input: tsc2007 - add poll_period parameter to platform dataThierry Reding2011-05-171-3/+3
* Input: tsc2007 - add poll_delay parameter to platform dataThierry Reding2011-05-171-2/+3
* Input: tsc2007 - add max_rt parameter to platform dataThierry Reding2011-05-171-1/+3
* Input: tsc2007 - debounce pressure measurementThierry Reding2011-05-171-1/+3
* Input: tsc2007 - fix a redundant assignment for pdataAxel Lin2010-09-031-1/+1
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0Star
* Input: tsc2007 - do not leave dangling clientdata pointerWolfram Sang2010-04-141-0/+2
* Input: make i2c device ids constantMárton Németh2010-01-101-1/+1
* Input: tsc2007 - check if I2C communication works during probeRichard Röjfors2009-08-051-3/+5
* Input: tsc2007 - make get_pendown_state platform callback optionalDmitry Torokhov2009-08-051-79/+93
* Input: tsc2007 - do not read coordinates during probeRichard Röjfors2009-07-261-2/+3
* Input: tsc2007 - make init/exit platform hw callbacks optionalRichard Röjfors2009-07-261-3/+6
* Input: tsc2007 - properly shut off interrupts/delayed workDmitry Torokhov2009-07-261-30/+42
* Input: tsc2007 - remove HR timerRichard Röjfors2009-07-261-35/+13Star
* Merge commit 'v2.6.30' into nextDmitry Torokhov2009-06-111-2/+3
|\
| * Input: tsc2007 - fix locking in hrtimer handlerThierry Reding2009-05-121-2/+3
* | Input: tsc2007 - make sure platform provides get_pendown_state()Kwangwoo Lee2009-05-161-1/+1
|/
* Input: tsc2007 - use disable_irq_nosync() in irq handlerBen Nizette2009-04-181-1/+1
* Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-301-1/+2
* Input: add tsc2007 based touchscreen driverKwangwoo Lee2008-12-201-0/+381