summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/bu21013_ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: bu21013_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski2023-07-071-33/+28
* Input: bu21013_ts - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-11/+6
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: bu21013_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-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-211-2/+0
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: bu21013_ts - add support for Device Tree bootingLee Jones2012-11-271-4/+46
* Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones2012-11-271-19/+50
* Input: bu21013_ts - request regulator that actually existsLee Jones2012-11-271-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-161-24/+1
* drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-10-311-0/+1
* Input: bu21013_ts - added regulator supportNaveen Kumar Gaddipati2011-01-171-1/+34
* Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati2011-01-171-2/+2
* Input: bu21013_ts - fix misuse of logical operation in place of bitopDavid Sterba2010-12-271-1/+1
* Input: bu21013_ts - fix null dereference in error handlingDan Carpenter2010-10-281-1/+1
* Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati2010-10-131-0/+648