summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen
Commit message (Expand)AuthorAgeFilesLines
* Input: ili210x - add ili2120 supportLuca Weiss2020-02-101-0/+32
* Input: ili210x - fix return value of is_visible functionLuca Weiss2020-02-101-1/+1
* Merge branch 'next' into for-linusDmitry Torokhov2020-01-313-49/+98
|\
| * Input: ads7846 - use new `delay` structure for SPI transfer delaysAlexandru Ardelean2020-01-201-5/+10
| * Merge tag 'v5.5-rc5' into nextDmitry Torokhov2020-01-101-7/+0
| |\
| * | Input: edt-ft5x06 - use pm core to enable/disable the wake irqMarco Felsch2020-01-101-24/+0
| * | Input: edt-ft5x06 - make wakeup-source switchableMarco Felsch2020-01-101-1/+0
| * | Input: edt-ft5x06 - alphabetical include reorderMarco Felsch2020-01-101-11/+12
| * | Input: edt-ft5x06 - work around first register access errorPhilipp Zabel2020-01-101-0/+7
| * | Input: elants_i2c - check Remark ID when attempting firmware updateJohnny.Chuang2019-12-121-8/+69
* | | Input: sur40 - fix interface sanity checksJohan Hovold2020-01-101-1/+1
* | | Input: sun4i-ts - add a check for devm_thermal_zone_of_sensor_registerChuhong Yuan2020-01-101-1/+5
| |/ |/|
* | Merge branch 'next' into for-linusDmitry Torokhov2019-12-061-0/+9
|\|
| * Input: goodix - add upside-down quirk for Teclast X89 tabletHans de Goede2019-12-041-0/+9
* | Merge branch 'next' into for-linusDmitry Torokhov2019-11-2515-481/+586
|\|
| * Input: fix Kconfig indentationKrzysztof Kozlowski2019-11-221-1/+1
| * Input: ili210x - optionally show calibrate sysfs attributeSven Van Asbroeck2019-11-121-0/+14
| * Input: ili210x - add resolution to chip operations structureSven Van Asbroeck2019-11-121-2/+7
| * Input: ili210x - do not retrieve/print chip firmware versionSven Van Asbroeck2019-11-121-21/+0
| * Input: mms114 - use device_get_match_dataStephan Gerhold2019-11-111-2/+1
| * Merge branch 'ili2xxx-touchscreen' into nextDmitry Torokhov2019-11-111-162/+216
| |\
| | * Input: ili210x - remove unneeded suspend and resume handlersDmitry Torokhov2019-11-111-24/+0
| | * Input: ili210x - do not unconditionally mark touchscreen as wakeup sourceDmitry Torokhov2019-11-111-2/+0
| | * Input: ili210x - define and use chip operations structureDmitry Torokhov2019-11-111-136/+173
| | * Input: ili210x - do not set parent device explicitlyDmitry Torokhov2019-11-111-1/+0
| | * Input: ili210x - handle errors from input_mt_init_slots()Dmitry Torokhov2019-11-111-1/+6
| | * Input: ili210x - switch to using threaded IRQDmitry Torokhov2019-11-111-61/+56
| | * Input: ili210x - add ILI2117 supportMarek Vasut2019-11-111-1/+45
| * | Input: ar1021 - fix typo in preprocessor macro nameFlavio Suligoi2019-11-111-2/+2
| * | Input: tsc6507x-ts - switch to using polled mode of input devicesDmitry Torokhov2019-10-292-20/+17
| * | Input: ts4800-ts - switch to using polled mode of input devicesDmitry Torokhov2019-10-292-31/+38
| * | Input: sur40 - switch to using polled mode of input devicesDmitry Torokhov2019-10-292-40/+53
| * | Input: raspberrypi-ts - switch to using polled mode of input devicesDmitry Torokhov2019-10-292-19/+20
| * | Input: edt-ft5x06 - add support for regulatorMylène Josserand2019-10-281-0/+30
| * | Input: st1232 - switch to using MT-B protocolDmitry Torokhov2019-10-281-54/+56
| * | Input: st1232 - note that the receive buffer is DMA-safeDmitry Torokhov2019-10-281-1/+1
| * | Input: st1232 - do not set parent device explicitlyDmitry Torokhov2019-10-281-1/+0
| * | Input: st1232 - do not allocate fingers data separatelyDmitry Torokhov2019-10-281-10/+6
| * | Input: st1232 - do not reset the chip too earlyDmitry Torokhov2019-10-281-10/+12
| * | Input: st1232 - rely on I2C core to configure wakeup interruptDmitry Torokhov2019-10-281-10/+6
| * | Input: st1232 - do not unconditionally configure as wakeup sourceDmitry Torokhov2019-10-281-1/+0
| * | Input: st1232 - simplify parsing of read bufferDmitry Torokhov2019-10-281-25/+25
| * | Input: wacom_i2c - remove unneeded gpio.h header fileFabio Estevam2019-10-271-1/+0
| * | Input: s3c2410_ts - remove unneeded gpio.h header fileFabio Estevam2019-10-271-1/+0
| * | Input: colibri-vf50-ts - remove unneeded gpio.h header fileFabio Estevam2019-10-271-1/+0
| * | Merge tag 'v5.4-rc5' into nextDmitry Torokhov2019-10-273-12/+56
| |\ \
| | * \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-10-251-2/+4
| | |\ \
| | * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-10-171-8/+50
| | |\ \ \
| | * \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2019-09-1917-808/+368
| | |\ \ \ \
| | * \ \ \ \ Merge tag 'v5.3-rc4' into patchworkMauro Carvalho Chehab2019-08-121-0/+2
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |