summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ad7877.c
AgeCommit message (Expand)Author
2020-12-10Input: ad7877 - use new structure for SPI transfer delaysSergiu Cuciurean
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 64Thomas Gleixner
2018-01-22Input: ad7877 - use managed resource allocationsAndi Shyti
2017-10-23Input: ad7877 - convert to using timer_setup()stephen lu
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han
2014-05-14Input: ads7877 - remove bitrotted commentMark Brown
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-06Input: use dev_get_platdata()Jingoo Han
2013-09-20Input: ad7877 - remove redundant spi_set_drvdataSachin Kamat
2013-04-07Input: ad7877 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han
2012-11-24Input: remove use of __devexitBill Pemberton
2012-11-24Input: remove use of __devinitBill Pemberton
2012-11-24Input: remove use of __devexit_pBill Pemberton
2012-03-16Input: convert SPI drivers to use module_spi_driver()Axel Lin
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-01-03switch ->is_visible() to returning umode_tAl Viro
2011-11-29Input: remove redundant spi driver bus initializationLars-Peter Clausen
2011-11-29Merge commit 'v3.2-rc3' into nextDmitry Torokhov
2011-11-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker
2011-01-20Input: ad7877 - convert to dev_pm_opsMark Brown
2010-10-18Input: ad7877 - switch to using threaded IRQDmitry Torokhov
2010-10-18Input: ad7877 - use attribute group to control visibility of attributesDmitry Torokhov
2010-10-17Input: ad7877 - filter events where pressure is beyond the maximumMichael Hennerich
2010-10-17Input: ad7877 - implement EV_KEY:BTN_TOUCH reportingMichael Hennerich
2010-10-17Input: ad7877 - implement specified chip select behaviorMichael Hennerich
2010-06-08Input: ad7877 - fix spi word size to 16 bitOskar Schirmer
2010-05-13Input: ad7877 - keep dma rx buffers in seperate cache linesOskar Schirmer
2010-03-09Input: ad7877 - increase pen up imeoutMichael Hennerich
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov
2009-04-15Input: ad7877, ad7879 - remove depreciated IRQF_SAMPLE_RANDOM flagMichael Hennerich
2009-03-09Input: add AD7877 touchscreen driverMichael Hennerich