summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/sx8654.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: sx8654 - do not override interrupt triggerDmitry Torokhov2019-02-051-1/+1
* Input: sx8654 - convert #defined flags to BIT(x)Richard Leitner2019-02-051-5/+6
* Input: sx8654 - use common of_touchscreen functionsRichard Leitner2019-01-291-4/+8
* Input: sx8654 - add sx8650 supportRichard Leitner2019-01-291-20/+176
* Input: sx8654 - add sx8655 and sx8656 to compatiblesRichard Leitner2019-01-291-0/+4
* Input: sx8654 - add reset-gpio supportRichard Leitner2019-01-291-6/+38
* Input: touchscreen - drop calls to platform_set_drvdata and i2c_set_clientdataGuenter Roeck2017-01-221-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-071-0/+286