summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/cyttsp_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-28Input: cyttsp - use EXPORT_GPL_SIMPLE_DEV_PM_OPS()Jonathan Cameron1-1/+1
2022-12-03Input: cyttsp_i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2021-06-02Input: cyttsp - remove public headerDmitry Torokhov1-0/+2
2021-05-27Input: cyttsp - probe from compatiblesLinus Walleij1-0/+8
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-11/+1
2016-01-28Input: cyttsp - use devres managed resource allocationsOreste Salerno1-10/+0
2015-09-03Input: cyttsp - remove unnecessary MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2015-07-18Input: drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2013-07-01Input: cyttsp - I2C driver split into two modulesFerruh Yigit1-48/+2
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-17Input: synaptics_usb - switch to module_usb_driver()Dmitry Torokhov1-11/+1
2012-01-31Input: add Cypress TTSP capacitive multi-touch screen supportJavier Martinez Canillas1-0/+146