aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c
AgeCommit message (Expand)Author
2016-08-22Input: ads7846 - remove redundant regulator_disable callPetr Cvek
2015-11-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2015-11-04Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire',...Mark Brown
2015-11-03Merge branch 'next' into for-linusDmitry Torokhov
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-10-06Input: ads7846 - correct the value got from SPIAndrey Gelman
2015-10-02Input: ads7846 - use PTR_ERR_OR_ZERO()Javier Martinez Canillas
2015-07-23Input: ads7846 - change name of wakeup property to "wakeup-source"Dmitry Torokhov
2014-11-02Input: touchscreen - use __maybe_unused instead of ifdef around suspend/resumeJingoo Han
2014-07-30Input: ads7846 - release resources on failure for clean exitPramod Gurav
2014-05-14Merge tag 'v3.15-rc5' into nextDmitry Torokhov
2014-05-14Input: ads7846 - correct log message for spi_sync() errorsMark Brown
2014-04-19Input: ads7846 - fix device usage within attribute showAlexander Stein
2014-01-06Input: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-12-16Input: ads7846 - convert to hwmon_device_register_with_groups()Guenter Roeck
2013-12-01Input: ads7846 - use IS_ENABLED() macroFabio Estevam
2013-07-02Input: ads7846 - add device tree bindingsDaniel Mack
2013-07-02Input: ads7846 - make sure we do not change platform dataDmitry Torokhov
2013-04-07Input: ads7846 - use spi_get_drvdata() and spi_set_drvdata()Jingoo Han
2013-03-10Input: ads7864 - check return value of regulator enableMark Brown
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-11-21Input: ads7846 - enable pendown GPIO debounce time settingIgor Grinberg
2012-03-16Input: convert SPI drivers to use module_spi_driver()Axel Lin
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-06-27Input: ads7846 - cleanup GPIO initializationIgor Grinberg
2011-05-24Merge branch 'next' into for-linusDmitry Torokhov
2011-05-12Input: ads7846 - fix gpio_pendown configurationIgor Grinberg
2011-05-12Input: ads7846 - add possibility to use external vref on ads7846Alexander Stein
2011-05-05Input: ads7846 - remove unused variable from struct ads7845_ser_reqAlexander Stein
2011-05-05Input: ads7846 - make transfer buffers DMA safeAlexander Stein
2011-03-18Merge branch 'next' into for-linusDmitry Torokhov
2011-02-11Input: ads7846 - check proper condition when freeing gpioDmitry Torokhov
2011-01-20Input: ads7846 - convert to dev_pm_opsMark Brown
2010-10-17Input: ads7846 - switch to using threaded IRQJason Wang
2010-07-03Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin
2010-07-03Input: ads7846 - do not allow altering platform dataDmitry Torokhov
2010-06-28Input: ads7846 - allow specifying irq trigger type in platform dataAnatolij Gustschin
2010-06-02Input: ads7846 - fix compiler warning in ads7846_probe()Dmitry Torokhov
2010-05-26Input: ads7846 - return error on regulator_get() failureKevin Hilman
2010-03-11Input: ads7846 - add wakeup supportRanjith Lohithakshan
2010-03-09Input: ads7846 - add support for AD7843 partsMichael Hennerich
2010-02-25Input: ads7846 - add regulator supportGrazvydas Ignotas
2009-11-23Input: ads7846 - switch to using dev_vdbg()Pavel Machek
2009-11-23Input: ads7846 - fix pressure reportingPavel Machek
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov