summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/zinitix.c
Commit message (Expand)AuthorAgeFilesLines
* 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-091-4/+4
* Input: zinitix - rename defines ZINITIX_*Linus Walleij2022-05-271-56/+56
* Input: zinitix - do not report shadow fingersLinus Walleij2022-03-071-9/+35
* Input: zinitix - add new compatible stringsLinus Walleij2022-02-151-0/+12
* Merge branch 'next' into for-linusDmitry Torokhov2022-01-151-5/+17
|\
| * Input: zinitix - add compatible for bt532Nikita Travkin2022-01-081-0/+1
| * Input: zinitix - handle proper supply namesLinus Walleij2022-01-081-5/+16
* | Input: zinitix - make sure the IRQ is allocated before it gets enabledNikita Travkin2022-01-081-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-021-2/+2
* Input: add zinitix touchscreen driverMichael Srba2020-10-041-0/+581