summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ad7877.c
Commit message (Expand)AuthorAgeFilesLines
* spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0
* Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han2014-11-021-4/+2
* Input: ads7877 - remove bitrotted commentMark Brown2014-05-141-5/+0
* Input: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* Input: use dev_get_platdata()Jingoo Han2013-12-061-1/+1
* Input: ad7877 - remove redundant spi_set_drvdataSachin Kamat2013-09-201-2/+0
* Input: ad7877 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han2013-04-071-5/+5
* Input: remove use of __devexitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devinitBill Pemberton2012-11-241-1/+1
* Input: remove use of __devexit_pBill Pemberton2012-11-241-1/+1
* Input: convert SPI drivers to use module_spi_driver()Axel Lin2012-03-161-11/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-01-101-9/+8
|\
| * Input: remove redundant spi driver bus initializationLars-Peter Clausen2011-11-291-1/+0
| * Merge commit 'v3.2-rc3' into nextDmitry Torokhov2011-11-291-0/+1
| |\
| * | Input: convert obsolete strict_strtox to kstrtoxJJ Ding2011-11-091-8/+8
* | | switch ->is_visible() to returning umode_tAl Viro2012-01-031-2/+2
| |/ |/|
* | drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker2011-10-311-0/+1
|/
* Input: ad7877 - convert to dev_pm_opsMark Brown2011-01-201-10/+9
* Input: ad7877 - switch to using threaded IRQDmitry Torokhov2010-10-181-40/+25
* Input: ad7877 - use attribute group to control visibility of attributesDmitry Torokhov2010-10-181-20/+29
* Input: ad7877 - filter events where pressure is beyond the maximumMichael Hennerich2010-10-171-0/+7
* Input: ad7877 - implement EV_KEY:BTN_TOUCH reportingMichael Hennerich2010-10-171-5/+12
* Input: ad7877 - implement specified chip select behaviorMichael Hennerich2010-10-171-1/+11
* Input: ad7877 - fix spi word size to 16 bitOskar Schirmer2010-06-081-0/+7
* Input: ad7877 - keep dma rx buffers in seperate cache linesOskar Schirmer2010-05-131-3/+12
* Input: ad7877 - increase pen up imeoutMichael Hennerich2010-03-091-1/+1
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* Input: ad7877, ad7879 - remove depreciated IRQF_SAMPLE_RANDOM flagMichael Hennerich2009-04-151-2/+2
* Input: add AD7877 touchscreen driverMichael Hennerich2009-03-091-0/+844
OpenPOWER on IntegriCloud