aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/bu21013_ts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-21Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck1-2/+0
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2012-11-27Input: bu21013_ts - add support for Device Tree bootingLee Jones1-4/+46
2012-11-27Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones1-19/+50
2012-11-27Input: bu21013_ts - request regulator that actually existsLee Jones1-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-1/+2
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-24/+1
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-01-17Input: bu21013_ts - added regulator supportNaveen Kumar Gaddipati1-1/+34
2011-01-17Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati1-2/+2
2010-12-27Input: bu21013_ts - fix misuse of logical operation in place of bitopDavid Sterba1-1/+1
2010-10-28Input: bu21013_ts - fix null dereference in error handlingDan Carpenter1-1/+1
2010-10-13Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati1-0/+648