summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/auo-pixcir-ts.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: auo-pixcir-ts - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-5/+5
* Input: auo-pixcir-ts - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: auo-pixcir-ts - switch to using generic device propertiesDmitry Torokhov2022-09-161-30/+10
* Input: auo-pixcir-ts - do not force rising edge interrupt triggerDmitry Torokhov2022-09-161-1/+1
* Input: auo-pixcir-ts - switch to using gpiod APIDmitry Torokhov2022-09-161-27/+20
* Input: auo-pixcir-ts - drop support for platform dataDmitry Torokhov2022-09-161-62/+56
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-021-4/+4
* Merge tag 'v5.2' into nextDmitry Torokhov2019-07-151-11/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-11/+1
* | Input: auo-pixcir-ts - switch to using devm_add_action_or_reset()Fuqian Huang2019-07-131-2/+1
|/
* Input: auo-pixcir-ts - delete an unnecessary return statementMarkus Elfring2018-01-221-2/+0
* Input: auo-pixcir-ts - remove custom log for a failed memory allocationMarkus Elfring2018-01-221-3/+1
* Input: auo-pixcir-ts - simplify function return logicJavier Martinez Canillas2015-10-021-6/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: auo-pixcir-ts - make of_device_id array constJingoo Han2014-05-141-1/+1
* Input: auo-pixcir-ts - switch to using managed resourcesDmitry Torokhov2013-02-251-94/+69
* Input: auo_pixcir_ts - add devicetree supportHeiko Stübner2013-02-241-5/+69
* Input: auo_pixcir_ts - keep own pointer to platform_dataHeiko Stübner2013-02-241-5/+6
* Input: auo-pixcir-ts - handle reset gpio directlyHeiko Stübner2013-02-241-6/+20
* Input: auo-pixcir-ts - set input direction for interrupt gpioHeiko Stübner2013-02-241-0/+8
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-2/+2
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov2012-03-161-11/+1
* Input: add driver for AUO In-Cell touchscreens using pixcir ICsHeiko Stübner2011-12-271-0/+652