summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ili210x.c
AgeCommit message (Expand)Author
2024-11-25Merge tag 'input-for-v6.13-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-30input: Fix typos in comments across various filesYu Jiaoliang
2024-07-15Merge tag 'v6.10' into nextDmitry Torokhov
2024-07-15Merge branch 'next' into for-linusDmitry Torokhov
2024-06-28Input: ili210x - use guard notation when disabling and reenabling IRQDmitry Torokhov
2024-06-28Input: ili210x - switch to using cleanup functions in firmware codeDmitry Torokhov
2024-06-28Input: ili210x - use kvmalloc() to allocate buffer for firmware updateDmitry Torokhov
2024-06-07Input: ili210x - fix ili251x_read_touch_data() return valueJohn Keeping
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