aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/sx8654.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-04Input: sx8654 - do not override interrupt triggerDmitry Torokhov1-1/+1
2019-02-04Input: sx8654 - convert #defined flags to BIT(x)Richard Leitner1-5/+6
2019-01-28Input: sx8654 - use common of_touchscreen functionsRichard Leitner1-4/+8
2019-01-28Input: sx8654 - add sx8650 supportRichard Leitner1-20/+176
2019-01-28Input: sx8654 - add sx8655 and sx8656 to compatiblesRichard Leitner1-0/+4
2019-01-28Input: sx8654 - add reset-gpio supportRichard Leitner1-6/+38
2017-01-21Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck1-1/+0
2015-05-13Input: sx8654 - fix memory allocation checkDmitry Torokhov1-1/+1
2015-03-11Input: sx8654 - signedness bug in sx8654_irq()Dan Carpenter1-1/+1
2015-03-06Input: add support for Semtech SX8654 I2C touchscreen controllerSébastien Szymanski1-0/+286