summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2007.c
Commit message (Expand)AuthorAgeFilesLines
* Input: tsc2007 - fix a redundant assignment for pdataAxel Lin2010-09-021-1/+1
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* Input: tsc2007 - do not leave dangling clientdata pointerWolfram Sang2010-04-131-0/+2
* Input: make i2c device ids constantMárton Németh2010-01-091-1/+1
* Input: tsc2007 - check if I2C communication works during probeRichard Röjfors2009-08-041-3/+5
* Input: tsc2007 - make get_pendown_state platform callback optionalDmitry Torokhov2009-08-041-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/+13
* Merge commit 'v2.6.30' into nextDmitry Torokhov2009-06-111-2/+3
|\
| * Input: tsc2007 - fix locking in hrtimer handlerThierry Reding2009-05-111-2/+3
* | Input: tsc2007 - make sure platform provides get_pendown_state()Kwangwoo Lee2009-05-151-1/+1
|/
* Input: tsc2007 - use disable_irq_nosync() in irq handlerBen Nizette2009-04-171-1/+1
* Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-291-1/+2
* Input: add tsc2007 based touchscreen driverKwangwoo Lee2008-12-201-0/+381
OpenPOWER on IntegriCloud