summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/sx8654.c
Commit message (Expand)AuthorAgeFilesLines
* Input: sx8643 - simplify with dev_err_probe()Krzysztof Kozlowski2023-07-071-7/+3
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: sx8654 - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* Input: sx8654 - do not override interrupt triggerDmitry Torokhov2019-02-041-1/+1
* Input: sx8654 - convert #defined flags to BIT(x)Richard Leitner2019-02-041-5/+6
* Input: sx8654 - use common of_touchscreen functionsRichard Leitner2019-01-281-4/+8
* Input: sx8654 - add sx8650 supportRichard Leitner2019-01-281-20/+176
* Input: sx8654 - add sx8655 and sx8656 to compatiblesRichard Leitner2019-01-281-0/+4
* Input: sx8654 - add reset-gpio supportRichard Leitner2019-01-281-6/+38
* Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-211-1/+0
* Input: sx8654 - fix memory allocation checkDmitry Torokhov2015-05-131-1/+1
* Input: sx8654 - signedness bug in sx8654_irq()Dan Carpenter2015-03-111-1/+1
* Input: add support for Semtech SX8654 I2C touchscreen controllerSébastien Szymanski2015-03-061-0/+286