summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/tsc2007.c
Commit message (Expand)AuthorAge
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-16
* Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity2011-10-11
* Input: tsc2007 - add open and close methodsDmitry Torokhov2011-08-26
* Input: tsc2007 - convert to threaded IRQDmitry Torokhov2011-08-26
* Input: tsc2007 - add X, Y and Z fuzz factors to platform dataThierry Reding2011-05-17
* Input: tsc2007 - add poll_period parameter to platform dataThierry Reding2011-05-17
* Input: tsc2007 - add poll_delay parameter to platform dataThierry Reding2011-05-17
* Input: tsc2007 - add max_rt parameter to platform dataThierry Reding2011-05-17
* Input: tsc2007 - debounce pressure measurementThierry Reding2011-05-17
* Input: tsc2007 - fix a redundant assignment for pdataAxel Lin2010-09-02
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-03
* Input: tsc2007 - do not leave dangling clientdata pointerWolfram Sang2010-04-13
* Input: make i2c device ids constantMárton Németh2010-01-09
* Input: tsc2007 - check if I2C communication works during probeRichard Röjfors2009-08-04
* Input: tsc2007 - make get_pendown_state platform callback optionalDmitry Torokhov2009-08-04
* Input: tsc2007 - do not read coordinates during probeRichard Röjfors2009-07-26
* Input: tsc2007 - make init/exit platform hw callbacks optionalRichard Röjfors2009-07-26
* Input: tsc2007 - properly shut off interrupts/delayed workDmitry Torokhov2009-07-26
* Input: tsc2007 - remove HR timerRichard Röjfors2009-07-26
* Merge commit 'v2.6.30' into nextDmitry Torokhov2009-06-11
|\
| * Input: tsc2007 - fix locking in hrtimer handlerThierry Reding2009-05-11
* | Input: tsc2007 - make sure platform provides get_pendown_state()Kwangwoo Lee2009-05-15
|/
* Input: tsc2007 - use disable_irq_nosync() in irq handlerBen Nizette2009-04-17
* Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-29
* Input: add tsc2007 based touchscreen driverKwangwoo Lee2008-12-20