summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/bu21013_ts.c
AgeCommit message (Expand)AuthorLines
2019-09-02Input: bu21013_ts - switch to using standard touchscreen propertiesDmitry Torokhov-21/+33
2019-09-02Input: bu21013_ts - switch to using MT-B (slotted) protocolDmitry Torokhov-37/+43
2019-09-02Input: bu21013_ts - fix suspend when wake sourceDmitry Torokhov-24/+24
2019-09-02Input: bu21013_ts - use interrupt from I2C clientDmitry Torokhov-16/+19
2019-09-02Input: bu21013_ts - remove support for platform dataDmitry Torokhov-72/+37
2019-09-02Input: bu21013_ts - convert to using managed resourcesDmitry Torokhov-98/+84
2019-09-02Input: bu21013_ts - remove useless commentsDmitry Torokhov-59/+2
2019-09-02Input: bu21013_ts - annotate supend/resume methods as __maybe_unusedDmitry Torokhov-10/+3
2019-09-02Input: bu21013_ts - rename some variablesDmitry Torokhov-186/+190
2019-09-02Input: bu21013_ts - convert to use GPIO descriptorsLinus Walleij-48/+38
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner-1/+1
2017-01-21Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck-2/+0
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski-1/+0
2012-11-27Input: bu21013_ts - add support for Device Tree bootingLee Jones-4/+46
2012-11-27Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones-19/+50
2012-11-27Input: bu21013_ts - request regulator that actually existsLee Jones-1/+1
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-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen-1/+2
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-24/+1
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker-0/+1
2011-01-17Input: bu21013_ts - added regulator supportNaveen Kumar Gaddipati-1/+34
2011-01-17Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati-2/+2
2010-12-27Input: bu21013_ts - fix misuse of logical operation in place of bitopDavid Sterba-1/+1
2010-10-28Input: bu21013_ts - fix null dereference in error handlingDan Carpenter-1/+1
2010-10-13Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati-0/+648