aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-09Input: ads7846 - add support for general touchscreen bindingsMarco Felsch1-8/+30
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2017-07-12Input: ads7846 - constify attribute_group structuresArvind Yadav1-2/+2
2017-03-25Input: ads7846 - avoid pen up/down when reading hwmonDavid Jander1-1/+1
2017-01-21Input: touchscreen - drop unnecessary calls to device_init_wakeupGuenter Roeck1-2/+0
2016-08-22Input: ads7846 - remove redundant regulator_disable callPetr Cvek1-1/+0
2015-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+1
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-nextMark Brown1-1/+0
2015-11-03Merge branch 'next' into for-linusDmitry Torokhov1-3/+1
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-06Input: ads7846 - correct the value got from SPIAndrey Gelman1-2/+6
2015-10-02Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas1-3/+1
2015-07-23Input: ads7846 - change name of wakeup property to "wakeup-source"Dmitry Torokhov1-1/+2
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han1-4/+2
2014-07-30Input: ads7846 - release resources on failure for clean exitPramod Gurav1-2/+4
2014-05-14Merge tag 'v3.15-rc5' into nextDmitry Torokhov1-1/+1
2014-05-14Input: ads7846 - correct log message for spi_sync() errorsMark Brown1-1/+1
2014-04-19Input: ads7846 - fix device usage within attribute showAlexander Stein1-1/+1
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-16Input: ads7846 - convert to hwmon_device_register_with_groups()Guenter Roeck1-56/+25
2013-12-01Input: ads7846 - use IS_ENABLED() macroFabio Estevam1-2/+2
2013-07-02Input: ads7846 - add device tree bindingsDaniel Mack1-11/+104
2013-07-02Input: ads7846 - make sure we do not change platform dataDmitry Torokhov1-5/+5
2013-04-07Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han1-2/+2
2013-03-10Input: ads7864 - check return value of regulator enableMark Brown1-1/+6
2012-11-24Input: remove use of __devexitBill Pemberton1-1/+1
2012-11-24Input: remove use of __devinitBill Pemberton1-3/+3
2012-11-24Input: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21Input: ads7846 - enable pendown GPIO debounce time settingIgor Grinberg1-1/+5
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-09Input: convert obsolete strict_strtox to kstrtoxJJ Ding1-3/+5
2011-10-31drivers/input: Add module.h to modular drivers implicitly using itPaul Gortmaker1-0/+1
2011-06-27Input: ads7846 - cleanup GPIO initializationIgor Grinberg1-10/+5
2011-05-24Merge branch 'next' into for-linusDmitry Torokhov1-8/+18
2011-05-12Input: ads7846 - fix gpio_pendown configurationIgor Grinberg1-0/+7
2011-05-12Input: ads7846 - add possibility to use external vref on ads7846Alexander Stein1-8/+11
2011-05-05Input: ads7846 - remove unused variable from struct ads7845_ser_reqAlexander Stein1-1/+0
2011-05-05Input: ads7846 - make transfer buffers DMA safeAlexander Stein1-2/+10
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov1-6/+10
2011-02-11Input: ads7846 - check proper condition when freeing gpioDmitry Torokhov1-16/+22
2011-01-20Input: ads7846 - convert to dev_pm_opsMark Brown1-6/+10
2010-10-17Input: ads7846 - switch to using threaded IRQJason Wang1-430/+456
2010-07-03Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin1-37/+135
2010-07-03Input: ads7846 - do not allow altering platform dataDmitry Torokhov1-16/+19
2010-06-28Input: ads7846 - allow specifying irq trigger type in platform dataAnatolij Gustschin1-1/+4
2010-06-02Input: ads7846 - fix compiler warning in ads7846_probe()Dmitry Torokhov1-1/+1
2010-05-26Input: ads7846 - return error on regulator_get() failureKevin Hilman1-2/+2
2010-03-11Input: ads7846 - add wakeup supportRanjith Lohithakshan1-0/+10