aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/ad714x-i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-19Input: ad714x - convert to using managed resourcesVaishali Thakkar1-10/+0
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2013-03-26Input: ad714x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-09-07Merge commit 'v3.1-rc4' into nextDmitry Torokhov1-43/+38
2011-08-23Input: ad714x-i2c - change placement of __init/__exit annotationsWanlong Gao1-2/+2
2011-08-22Input: ad714x - read the interrupt status registers in a rowMichael Hennerich1-4/+7
2011-08-22Input: ad714x - use DMA-safe buffers for spi_write()Dmitry Torokhov1-27/+33
2011-08-22Input: ad714x - fix endianness issuesMichael Hennerich1-24/+10
2011-02-21Input: ad714x-i2c - convert to dev_pm_opsMark Brown1-9/+8
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-04-13Input: ad714x - add support for the AD7143/8/7A partsBarry Song1-0/+3
2010-04-13Input: add Analog Devices AD714x captouch input driverBryan Wu1-0/+137