summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ili210x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-081-14/+2
* Input: ili210x - add ILI251X supportMarek Vasut2019-02-071-15/+103
* Input: ili210x - add OF match tableMarek Vasut2019-02-071-0/+7
* Input: ili210x - reorder probeMarek Vasut2019-02-071-16/+16
* Input: ili210x - rework the touchscreen sample processingMarek Vasut2019-02-071-25/+30
* Input: ili210x - convert to devm IRQMarek Vasut2019-02-071-11/+15
* Input: ili210x - add reset GPIO supportMarek Vasut2019-02-071-0/+26
* Input: ili210x - convert to devm_ functionsMarek Vasut2019-02-071-10/+7
* Input: ili210x - drop get_pendown_stateMarek Vasut2019-02-071-12/+1
* Input: ili210x - drop platform data supportMarek Vasut2019-02-071-10/+2
* Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck2017-01-231-1/+0
* Input: touchscreen - use local variables consistentlyGuenter Roeck2017-01-221-1/+1
* Input: ili210x - fix permissions on "calibrate" attributeDmitry Torokhov2016-08-031-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-181-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
* Input: ili210x - add support for Ilitek ILI210x based touchscreensOlivier Sobrie2012-03-171-0/+360