summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/bu21013_ts.c
AgeCommit message (Expand)Author
2024-05-13Input: drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2023-07-07Input: bu21013_ts - use local 'client->dev' variable in probe()Krzysztof Kozlowski
2023-07-07Input: bu21013_ts - simplify with dev_err_probe()Krzysztof Kozlowski
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-01-09Input: bu21013_ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-12-02Input: bu21013_ts - Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2019-09-02Input: bu21013_ts - switch to using standard touchscreen propertiesDmitry Torokhov
2019-09-02Input: bu21013_ts - switch to using MT-B (slotted) protocolDmitry Torokhov
2019-09-02Input: bu21013_ts - fix suspend when wake sourceDmitry Torokhov
2019-09-02Input: bu21013_ts - use interrupt from I2C clientDmitry Torokhov
2019-09-02Input: bu21013_ts - remove support for platform dataDmitry Torokhov
2019-09-02Input: bu21013_ts - convert to using managed resourcesDmitry Torokhov
2019-09-02Input: bu21013_ts - remove useless commentsDmitry Torokhov
2019-09-02Input: bu21013_ts - annotate supend/resume methods as __maybe_unusedDmitry Torokhov
2019-09-02Input: bu21013_ts - rename some variablesDmitry Torokhov
2019-09-02Input: bu21013_ts - convert to use GPIO descriptorsLinus Walleij
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner
2017-01-21Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski
2012-11-27Input: bu21013_ts - add support for Device Tree bootingLee Jones
2012-11-27Input: bu21013_ts - move GPIO init and exit functions into the driverLee Jones
2012-11-27Input: bu21013_ts - request regulator that actually existsLee Jones
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker
2011-01-17Input: bu21013_ts - added regulator supportNaveen Kumar Gaddipati
2011-01-17Input: bu21013_ts - remove duplicate resolution parametersNaveen Kumar Gaddipati
2010-12-27Input: bu21013_ts - fix misuse of logical operation in place of bitopDavid Sterba
2010-10-28Input: bu21013_ts - fix null dereference in error handlingDan Carpenter
2010-10-13Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati