aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ad7879-spi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149Thomas Gleixner1-2/+1
2017-03-01Input: ad7879 - return plain error code from ad7879_probe()Dmitry Torokhov1-6/+1
2017-03-01Input: ad7879 - make sure we set up drvdataDmitry Torokhov1-2/+0
2017-02-23Input: ad7879 - update MODULE_AUTHOR email addressMichael Hennerich1-1/+1
2017-02-23Input: ad7879-spi - remove bits_per_word = 16 enforcementMichael Hennerich1-8/+0
2017-02-23Input: ad7879 - use more devm interfacesDmitry Torokhov1-10/+0
2017-02-23Input: ad7879 - convert to use regmapDmitry Torokhov1-93/+17
2016-03-08Input: ad7879 - add device tree supportStefan Agner1-0/+10
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2013-09-20Input: ad7879-spi - remove redundant spi_set_drvdataSachin Kamat1-1/+0
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 SPI drivers to use module_spi_driver()Axel Lin1-11/+1
2011-11-29Input: remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov1-0/+1
2011-11-15Input: ad7879 - consolidate PM methodsDmitry Torokhov1-25/+1
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-01-20Input: ad7879 - convert SPI to dev_pm_opsMark Brown1-8/+9
2010-07-03Input: ad7879 - fix spi word size to 16 bitMichael Hennerich1-0/+8
2010-07-03Input: ad7879 - add open and close methodsDmitry Torokhov1-2/+2
2010-07-03Input: ad7879 - split bus logic outMike Frysinger1-0/+190