summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/tsc2007.c
AgeCommit message (Expand)AuthorLines
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski-1/+0
2015-03-31Input: tsc2007 - Convert msecs to jiffies only onceAaron Sierra-6/+5
2013-11-25Input: tsc2007 - convert to use devres-managed resourcesDmitry Torokhov-39/+40
2013-11-25Input: tsc2007 - remove unused poll_delay from platform dataDmitry Torokhov-2/+0
2013-11-25Input: tsc2007 - add device tree support.Denis Carikli-40/+133
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-12/+1
2011-10-11Input: tsc2007 - make sure that X plate resistance is specifiedPhilip Rakity-0/+6
2011-08-26Input: tsc2007 - add open and close methodsDmitry Torokhov-8/+38
2011-08-26Input: tsc2007 - convert to threaded IRQDmitry Torokhov-84/+66
2011-05-17Input: tsc2007 - add X, Y and Z fuzz factors to platform dataThierry Reding-3/+4
2011-05-17Input: tsc2007 - add poll_period parameter to platform dataThierry Reding-3/+3
2011-05-17Input: tsc2007 - add poll_delay parameter to platform dataThierry Reding-2/+3
2011-05-17Input: tsc2007 - add max_rt parameter to platform dataThierry Reding-1/+3
2011-05-17Input: tsc2007 - debounce pressure measurementThierry Reding-1/+3
2010-09-02Input: tsc2007 - fix a redundant assignment for pdataAxel Lin-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang-2/+0
2010-04-13Input: tsc2007 - do not leave dangling clientdata pointerWolfram Sang-0/+2
2010-01-09Input: make i2c device ids constantMárton Németh-1/+1
2009-08-04Input: tsc2007 - check if I2C communication works during probeRichard Röjfors-3/+5
2009-08-04Input: tsc2007 - make get_pendown_state platform callback optionalDmitry Torokhov-79/+93
2009-07-26Input: tsc2007 - do not read coordinates during probeRichard Röjfors-2/+3
2009-07-26Input: tsc2007 - make init/exit platform hw callbacks optionalRichard Röjfors-3/+6
2009-07-26Input: tsc2007 - properly shut off interrupts/delayed workDmitry Torokhov-30/+42
2009-07-26Input: tsc2007 - remove HR timerRichard Röjfors-35/+13
2009-06-11Merge commit 'v2.6.30' into nextDmitry Torokhov-2/+3
2009-05-15Input: tsc2007 - make sure platform provides get_pendown_state()Kwangwoo Lee-1/+1
2009-05-11Input: tsc2007 - fix locking in hrtimer handlerThierry Reding-2/+3
2009-04-17Input: tsc2007 - use disable_irq_nosync() in irq handlerBen Nizette-1/+1
2009-01-29Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers-1/+2
2008-12-20Input: add tsc2007 based touchscreen driverKwangwoo Lee-0/+381