summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/wacom_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: wacom_i2c - switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2023-01-091-4/+4
* Input: wacom_i2c - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* Input: wacom_i2c - clean up the query device fieldsAlistair Francis2021-11-291-18/+26
* Input: wacom_i2c - use macros for the bit masksAlistair Francis2021-11-091-6/+16
* Input: wacom_i2c - switch to using managed resourcesDmitry Torokhov2021-03-251-38/+17
* Input: wacom_i2c - do not force interrupt triggerDmitry Torokhov2021-03-251-2/+1
* Input: wacom_i2c - remove unneeded gpio.h header fileFabio Estevam2019-10-271-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 55Thomas Gleixner2019-05-241-6/+1
* Input: drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-171-1/+0
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: wacom_i2c - implement hovering capabilityTatsunosuke Tobita2013-06-181-4/+10
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: wacom_i2c - fix compiler warningDmitry Torokhov2012-07-071-1/+1
* Input: wacom_i2c - do not use irq_to_gpioDmitry Torokhov2012-04-101-37/+4
* Input: add support for Wacom Stylus device with I2C interfaceTatsunosuke Tobita2012-04-041-0/+315