aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2007.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-04Input: tsc2007 - check if I2C communication works during probeRichard Röjfors1-3/+5
2009-08-04Input: tsc2007 - make get_pendown_state platform callback optionalDmitry Torokhov1-79/+93
2009-07-26Input: tsc2007 - do not read coordinates during probeRichard Röjfors1-2/+3
2009-07-26Input: tsc2007 - make init/exit platform hw callbacks optionalRichard Röjfors1-3/+6
2009-07-26Input: tsc2007 - properly shut off interrupts/delayed workDmitry Torokhov1-30/+42
2009-07-26Input: tsc2007 - remove HR timerRichard Röjfors1-35/+13
2009-06-11Merge commit 'v2.6.30' into nextDmitry Torokhov1-2/+3
2009-05-15Input: tsc2007 - make sure platform provides get_pendown_state()Kwangwoo Lee1-1/+1
2009-05-11Input: tsc2007 - fix locking in hrtimer handlerThierry Reding1-2/+3
2009-04-17Input: tsc2007 - use disable_irq_nosync() in irq handlerBen Nizette1-1/+1
2009-01-29Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+2
2008-12-20Input: add tsc2007 based touchscreen driverKwangwoo Lee1-0/+381