summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ili210x.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Explicitly include correct DT includesRob Herring2023-07-171-1/+1
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: ili210x - probe even if no resolution informationMarek Vasut2023-05-061-13/+23
* Input: ili210x - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+3
* Input: ili210x - use one common reset implementationMarek Vasut2022-05-181-12/+8
* Input: ili210x - fix reset timingMarek Vasut2022-05-181-2/+2
* Input: ili210x - reduce sample period to 15msMarek Vasut2021-11-091-1/+1
* Input: ili210x - improve polled sample spacingMarek Vasut2021-11-091-2/+8
* Input: ili210x - special case ili251x sample read outMarek Vasut2021-11-091-5/+13
* Input: ili210x - add ili251x firmware update supportMarek Vasut2021-10-161-0/+308
* Input: ili210x - export ili251x version details via sysfsMarek Vasut2021-10-161-3/+162
* Input: ili210x - use resolution from ili251x firmwareMarek Vasut2021-10-161-0/+56
* Input: ili210x - add missing negation for touch indication on ili210xHansem Ro2021-05-061-1/+1
* Input: ili210x - implement pressure reporting for ILI251xMarek Vasut2021-01-031-7/+19
* Input: ili210x - add ili2120 supportLuca Weiss2020-02-101-0/+32
* Input: ili210x - fix return value of is_visible functionLuca Weiss2020-02-101-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: 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
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* Input: ili210x - fetch touchscreen geometry from DTMarek Vasut2019-02-091-40/+11
* Input: ili210x - switch to using devm_device_add_group()Dmitry Torokhov2019-02-071-14/+2
* Input: ili210x - add ILI251X supportMarek Vasut2019-02-061-15/+103
* Input: ili210x - add OF match tableMarek Vasut2019-02-061-0/+7
* Input: ili210x - reorder probeMarek Vasut2019-02-061-16/+16
* Input: ili210x - rework the touchscreen sample processingMarek Vasut2019-02-061-25/+30
* Input: ili210x - convert to devm IRQMarek Vasut2019-02-061-11/+15
* Input: ili210x - add reset GPIO supportMarek Vasut2019-02-061-0/+26
* Input: ili210x - convert to devm_ functionsMarek Vasut2019-02-061-10/+7
* Input: ili210x - drop get_pendown_stateMarek Vasut2019-02-061-12/+1
* Input: ili210x - drop platform data supportMarek Vasut2019-02-061-10/+2
* Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-221-1/+0
* Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-211-1/+1
* Input: ili210x - fix permissions on "calibrate" attributeDmitry Torokhov2016-08-021-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-09-041-1/+0
|\
| * Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* | treewide: Fix typo in printkMasanari Iida2015-08-071-2/+2
|/
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: MT - Add flags to input_mt_init_slots()Henrik Rydberg2012-09-191-1/+1