summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/ads7846.c
AgeCommit message (Expand)Author
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
2009-06-11Input: ads7846 - pin change interrupt supportMichael Roth
2009-05-19Input: ads7846 - more detailed model name in sysfsMichael Roth
2009-05-19Input: ads7846 - support swapping x and y axesMichael Roth
2009-04-16Merge branch 'next' into for-linusDmitry Torokhov
2009-04-15Input: ads7846 - fix unsafe disable_irqBen Nizette
2009-04-11Input: ads7846 - introduce platform specific way to synchronize samplingEric Miao
2009-03-30trivial: Fix misspelling of "Celsius".Adam Buchbinder
2009-01-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2008-12-23Input: ads7846 - strict_strtoul takes unsigned longHarvey Harrison
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra
2008-10-30Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-09Input: ads7846 - fix cache line sharing issueDmitry Torokhov
2008-09-10Input: ads7846 - introduce .gpio_pendown to get pendown stateEric Miao
2008-09-10Input: convert drivers to use strict_strtoul()Joe Rouvier
2008-07-23Input: ads7846 - optimize order of calculating Rt in ads7846_rx()Hans-Christian Egtvedt
2008-07-23Input: ads7846 - fix sparse endian warningsHarvey Harrison
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2008-04-14ARM: OMAP: 5912 OSK GPIO updatesDavid Brownell