summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/bu21013_ts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: bu21013_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-101-4/+4
* Input: bu21013_ts - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Input: bu21013_ts - switch to using standard touchscreen propertiesDmitry Torokhov2019-09-021-21/+33
* Input: bu21013_ts - switch to using MT-B (slotted) protocolDmitry Torokhov2019-09-021-37/+43
* Input: bu21013_ts - fix suspend when wake sourceDmitry Torokhov2019-09-021-24/+24
* Input: bu21013_ts - use interrupt from I2C clientDmitry Torokhov2019-09-021-16/+19
* Input: bu21013_ts - remove support for platform dataDmitry Torokhov2019-09-021-72/+37
* Input: bu21013_ts - convert to using managed resourcesDmitry Torokhov2019-09-021-98/+84
* Input: bu21013_ts - remove useless commentsDmitry Torokhov2019-09-021-59/+2
* Input: bu21013_ts - annotate supend/resume methods as __maybe_unusedDmitry Torokhov2019-09-021-10/+3
* Input: bu21013_ts - rename some variablesDmitry Torokhov2019-09-021-186/+190
* Input: bu21013_ts - convert to use GPIO descriptorsLinus Walleij2019-09-021-48/+38
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner2019-05-301-1/+1
* Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck2017-01-221-2/+0
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-181-1/+0
* Input: bu21013_ts - add support for Device Tree bootingLee Jones2012-11-281-4/+46
* Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones2012-11-281-19/+50
* Input: bu21013_ts - request regulator that actually existsLee Jones2012-11-281-1/+1
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen2012-07-041-1/+2
* Input: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-171-24/+1
* drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-11-011-0/+1
* Input: bu21013_ts - added regulator supportNaveen Kumar Gaddipati2011-01-181-1/+34
* Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati2011-01-181-2/+2
* Input: bu21013_ts - fix misuse of logical operation in place of bitopDavid Sterba2010-12-281-1/+1
* Input: bu21013_ts - fix null dereference in error handlingDan Carpenter2010-10-291-1/+1
* Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati2010-10-131-0/+648