summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/ad714x-i2c.c
Commit message (Expand)AuthorAgeFilesLines
* Input: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-171-1/+1
* Input: ad714x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron2023-01-271-13/+1
* Input: ad714x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König2022-12-021-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner2019-05-301-2/+1
* Input: ad714x - convert to using managed resourcesVaishali Thakkar2015-09-191-10/+0
* Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: ad714x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-03-261-1/+1
* 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: convert I2C drivers to use module_i2c_driver()Axel Lin2012-03-161-11/+1
* Merge commit 'v3.1-rc4' into nextDmitry Torokhov2011-09-071-43/+38
|\
| * Input: ad714x - read the interrupt status registers in a rowMichael Hennerich2011-08-221-4/+7
| * Input: ad714x - use DMA-safe buffers for spi_write()Dmitry Torokhov2011-08-221-27/+33
| * Input: ad714x - fix endianness issuesMichael Hennerich2011-08-221-24/+10
* | Input: ad714x-i2c - change placement of __init/__exit annotationsWanlong Gao2011-08-231-2/+2
|/
* Input: ad714x-i2c - convert to dev_pm_opsMark Brown2011-02-211-9/+8
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-1/+0
* Input: ad714x - add support for the AD7143/8/7A partsBarry Song2010-04-131-0/+3
* Input: add Analog Devices AD714x captouch input driverBryan Wu2010-04-131-0/+137