summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/zinitix.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: zinitix - varying icon status registersLinus Walleij2024-09-011-2/+35
* Input: zinitix - read and cache device version numbersLinus Walleij2024-09-011-0/+36
* Input: zinitix - add touchkey supportNikita Travkin2024-07-201-3/+60
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: zinitix - use of_property_present() for testing DT property presenceRob Herring2023-03-171-1/+1
* Input: zinitix - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-101-4/+4
* Input: zinitix - rename defines ZINITIX_*Linus Walleij2022-05-281-56/+56
* Input: zinitix - do not report shadow fingersLinus Walleij2022-03-071-9/+35
* Input: zinitix - add new compatible stringsLinus Walleij2022-02-161-0/+12
* Merge branch 'next' into for-linusDmitry Torokhov2022-01-151-5/+17
|\
| * Input: zinitix - add compatible for bt532Nikita Travkin2022-01-091-0/+1
| * Input: zinitix - handle proper supply namesLinus Walleij2022-01-091-5/+16
* | Input: zinitix - make sure the IRQ is allocated before it gets enabledNikita Travkin2022-01-091-9/+9
|/
* Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song2021-03-251-2/+2
* Input: zinitix - fix return type of zinitix_init_touch()Dmitry Torokhov2021-02-191-1/+1
* Input: zinitix - remove unneeded semicolonYang Li2021-02-161-1/+1
* Input: use input_device_enabled()Andrzej Pietrasiewicz2020-12-031-2/+2
* Input: add zinitix touchscreen driverMichael Srba2020-10-051-0/+581