aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/ad714x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-2/+1
2015-09-19Input: ad714x - convert to using managed resourcesVaishali Thakkar1-132/+82
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-06Input: use dev_get_platdata()Jingoo Han1-2/+2
2012-07-04Input: request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-3/+5
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-08-22Input: ad714x - read the interrupt status registers in a rowMichael Hennerich1-30/+32
2011-08-22Input: ad714x - use DMA-safe buffers for spi_write()Dmitry Torokhov1-60/+30
2011-05-16Input: ad714x - fix captouch wheel option algorithmMichael Hennerich1-90/+19
2011-05-16Input: ad714x - allow platform code to specify irqflagsMichael Hennerich1-1/+3
2011-05-16Input: ad714x - fix threshold and completion interrupt masksMichael Hennerich1-4/+4
2011-05-16Input: ad714x - fix up input configurationMichael Hennerich1-0/+8
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-04-13Input: ad714x - add support for the AD7143/8/7A partsBarry Song1-6/+22
2010-04-13Input: add Analog Devices AD714x captouch input driverBryan Wu1-0/+1331