summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ar1021_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: ar1021 - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+5
* Input: ar1021_i2c - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: move to use request_irq by IRQF_NO_AUTOEN flagBarry Song2021-03-251-4/+1
* Input: ar1021 - fix typo in preprocessor macro nameFlavio Suligoi2019-11-111-2/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 315Thomas Gleixner2019-06-051-2/+1
* Input: ar1021_i2c - set INPUT_PROP_DIRECTMartin Kepplinger2017-11-031-0/+1
* Input: ar1021_i2c - use BIT to check for a bitMartin Kepplinger2017-05-011-1/+2
* Input: ar1021_i2c - enable touch mode during openMartin Kepplinger2017-05-011-0/+15
* Input: ar1021_i2c - highlight support for AR1020Martin Kepplinger2017-04-141-2/+2
* Input: ar1021_i2c - do not force raising edge IRQ triggerDmitry Torokhov2017-04-141-1/+1
* Input: ar1021_i2c - fix too long name in driver's device tableDmitry Torokhov2017-04-141-1/+1
* Input: ar1021_i2c - coding style fixesMartin Kepplinger2017-04-121-2/+2
* Input: ar1021_i2c - drop unnecessary call to i2c_set_clientdataGuenter Roeck2017-01-181-1/+0
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: constify of_device_id arraysFabian Frederick2015-03-191-1/+1
* Input: Add Microchip AR1021 i2c touchscreenChristian Gmeiner2014-10-091-0/+181