aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-09Input: ads7846 - add support for AD7843 partsMichael Hennerich1-0/+10
2010-02-25Input: ads7846 - add regulator supportGrazvydas Ignotas1-1/+27
2009-11-23Input: ads7846 - switch to using dev_vdbg()Pavel Machek1-16/+7
2009-11-23Input: ads7846 - fix pressure reportingPavel Machek1-1/+1
2009-09-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2009-06-11Input: ads7846 - pin change interrupt supportMichael Roth1-3/+9
2009-05-19Input: ads7846 - more detailed model name in sysfsMichael Roth1-1/+3
2009-05-19Input: ads7846 - support swapping x and y axesMichael Roth1-0/+7
2009-04-16Merge branch 'next' into for-linusDmitry Torokhov1-1/+11
2009-04-15Input: ads7846 - fix unsafe disable_irqBen Nizette1-1/+1
2009-04-11Input: ads7846 - introduce platform specific way to synchronize samplingEric Miao1-0/+10
2009-03-30trivial: Fix misspelling of "Celsius".Adam Buchbinder1-1/+1
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-3/+3
2008-12-23Input: ads7846 - strict_strtoul takes unsigned longHarvey Harrison1-1/+1
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra1-2/+2
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-10-09Input: ads7846 - fix cache line sharing issueDmitry Torokhov1-36/+51
2008-09-10Input: ads7846 - introduce .gpio_pendown to get pendown stateEric Miao1-14/+54
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier1-3/+4
2008-07-23Input: ads7846 - optimize order of calculating Rt in ads7846_rx()Hans-Christian Egtvedt1-5/+5
2008-07-23Input: ads7846 - fix sparse endian warningsHarvey Harrison1-4/+2