summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ili210x.c
AgeCommit message (Expand)Author
2023-09-06Input: ili210x - use device core to create driver-specific device attributesDmitry Torokhov
2023-07-17Input: Explicitly include correct DT includesRob Herring
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-05-06Input: ili210x - probe even if no resolution informationMarek Vasut
2022-12-02Input: ili210x - Convert to i2c's .probe_new()Uwe Kleine-König
2022-05-18Input: ili210x - use one common reset implementationMarek Vasut
2022-05-18Input: ili210x - fix reset timingMarek Vasut
2021-11-09Input: ili210x - reduce sample period to 15msMarek Vasut
2021-11-09Input: ili210x - improve polled sample spacingMarek Vasut
2021-11-09Input: ili210x - special case ili251x sample read outMarek Vasut
2021-10-16Input: ili210x - add ili251x firmware update supportMarek Vasut
2021-10-16Input: ili210x - export ili251x version details via sysfsMarek Vasut
2021-10-16Input: ili210x - use resolution from ili251x firmwareMarek Vasut
2021-05-06Input: ili210x - add missing negation for touch indication on ili210xHansem Ro
2021-01-03Input: ili210x - implement pressure reporting for ILI251xMarek Vasut
2020-02-10Input: ili210x - add ili2120 supportLuca Weiss
2020-02-10Input: ili210x - fix return value of is_visible functionLuca Weiss
2019-11-12Input: ili210x - optionally show calibrate sysfs attributeSven Van Asbroeck
2019-11-12Input: ili210x - add resolution to chip operations structureSven Van Asbroeck
2019-11-12Input: ili210x - do not retrieve/print chip firmware versionSven Van Asbroeck
2019-11-11Input: ili210x - remove unneeded suspend and resume handlersDmitry Torokhov
2019-11-11Input: ili210x - do not unconditionally mark touchscreen as wakeup sourceDmitry Torokhov
2019-11-11Input: ili210x - define and use chip operations structureDmitry Torokhov
2019-11-11Input: ili210x - do not set parent device explicitlyDmitry Torokhov
2019-11-11Input: ili210x - handle errors from input_mt_init_slots()Dmitry Torokhov
2019-11-11Input: ili210x - switch to using threaded IRQDmitry Torokhov
2019-11-11Input: ili210x - add ILI2117 supportMarek Vasut
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-02-09Input: ili210x - fetch touchscreen geometry from DTMarek Vasut
2019-02-07Input: ili210x - switch to using devm_device_add_group()Dmitry Torokhov
2019-02-06Input: ili210x - add ILI251X supportMarek Vasut
2019-02-06Input: ili210x - add OF match tableMarek Vasut
2019-02-06Input: ili210x - reorder probeMarek Vasut
2019-02-06Input: ili210x - rework the touchscreen sample processingMarek Vasut
2019-02-06Input: ili210x - convert to devm IRQMarek Vasut
2019-02-06Input: ili210x - add reset GPIO supportMarek Vasut
2019-02-06Input: ili210x - convert to devm_ functionsMarek Vasut
2019-02-06Input: ili210x - drop get_pendown_stateMarek Vasut
2019-02-06Input: ili210x - drop platform data supportMarek Vasut
2017-01-22Input: touchscreen - drop unnecessary calls to input_set_drvdataGuenter Roeck
2017-01-21Input: touchscreen - use local variables consistentlyGuenter Roeck
2016-08-02Input: ili210x - fix permissions on "calibrate" attributeDmitry Torokhov
2015-09-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2015-08-07treewide: Fix typo in printkMasanari Iida
2015-07-17Input: drop owner assignment from i2c_driverKrzysztof Kozlowski
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han
2013-12-06Input: use dev_get_platdata()Jingoo Han
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton