summaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/ad714x-i2c.c
AgeCommit message (Expand)AuthorLines
2014-11-02Input: misc - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han-4/+2
2013-03-26Input: ad714x - add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han-1/+1
2012-11-24Input: remove use of __devexitBill Pemberton-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton-1/+1
2012-11-24Input: remove use of __devexit_pBill Pemberton-1/+1
2012-03-16Input: convert I2C drivers to use module_i2c_driver()Axel Lin-11/+1
2011-09-07Merge commit 'v3.1-rc4' into nextDmitry Torokhov-43/+38
2011-08-23Input: ad714x-i2c - change placement of __init/__exit annotationsWanlong Gao-2/+2
2011-08-22Input: ad714x - read the interrupt status registers in a rowMichael Hennerich-4/+7
2011-08-22Input: ad714x - use DMA-safe buffers for spi_write()Dmitry Torokhov-27/+33
2011-08-22Input: ad714x - fix endianness issuesMichael Hennerich-24/+10
2011-02-21Input: ad714x-i2c - convert to dev_pm_opsMark Brown-9/+8
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang-1/+0
2010-04-13Input: ad714x - add support for the AD7143/8/7A partsBarry Song-0/+3
2010-04-13Input: add Analog Devices AD714x captouch input driverBryan Wu-0/+137