summaryrefslogtreecommitdiff
path: root/drivers/input/misc/ad714x-i2c.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17Input: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-01-28Input: ad714x - unify dev_pm_ops using EXPORT_SIMPLE_DEV_PM_OPS()Jonathan Cameron1-13/+1
2022-12-03Input: ad714x-i2c - Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-2/+1
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-27Input: 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-17Input: convert I2C drivers to use module_i2c_driver()Axel Lin1-11/+1
2011-09-08Merge commit 'v3.1-rc4' into nextDmitry Torokhov1-43/+38
2011-08-24Input: 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-14Input: ad714x - add support for the AD7143/8/7A partsBarry Song1-0/+3
2010-04-14Input: add Analog Devices AD714x captouch input driverBryan Wu1-0/+137