aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' into for-linusDmitry Torokhov2011-05-241-8/+18
|\
| * Input: ads7846 - fix gpio_pendown configurationIgor Grinberg2011-05-121-0/+7
| * Input: ads7846 - add possibility to use external vref on ads7846Alexander Stein2011-05-121-8/+11
* | Input: ads7846 - remove unused variable from struct ads7845_ser_reqAlexander Stein2011-05-051-1/+0
* | Input: ads7846 - make transfer buffers DMA safeAlexander Stein2011-05-051-2/+10
|/
* Merge branch 'next' into for-linusDmitry Torokhov2011-03-181-6/+10
|\
| * Input: ads7846 - convert to dev_pm_opsMark Brown2011-01-201-6/+10
* | Input: ads7846 - check proper condition when freeing gpioDmitry Torokhov2011-02-111-16/+22
|/
* Input: ads7846 - switch to using threaded IRQJason Wang2010-10-171-430/+456
* Input: ads7846 - extend the driver for ads7845 controller supportAnatolij Gustschin2010-07-031-37/+135
* Input: ads7846 - do not allow altering platform dataDmitry Torokhov2010-07-031-16/+19
* Input: ads7846 - allow specifying irq trigger type in platform dataAnatolij Gustschin2010-06-281-1/+4
* Input: ads7846 - fix compiler warning in ads7846_probe()Dmitry Torokhov2010-06-021-1/+1
* Input: ads7846 - return error on regulator_get() failureKevin Hilman2010-05-261-2/+2
* Input: ads7846 - add wakeup supportRanjith Lohithakshan2010-03-111-0/+10
* Input: ads7846 - add support for AD7843 partsMichael Hennerich2010-03-091-0/+10
* Input: ads7846 - add regulator supportGrazvydas Ignotas2010-02-251-1/+27
* Input: ads7846 - switch to using dev_vdbg()Pavel Machek2009-11-231-16/+7
* Input: ads7846 - fix pressure reportingPavel Machek2009-11-231-1/+1
* spi: prefix modalias with "spi:"Anton Vorontsov2009-09-231-0/+1
* Input: ads7846 - pin change interrupt supportMichael Roth2009-06-111-3/+9
* Input: ads7846 - more detailed model name in sysfsMichael Roth2009-05-191-1/+3
* Input: ads7846 - support swapping x and y axesMichael Roth2009-05-191-0/+7
* Merge branch 'next' into for-linusDmitry Torokhov2009-04-161-1/+11
|\
| * Input: ads7846 - fix unsafe disable_irqBen Nizette2009-04-151-1/+1
| * Input: ads7846 - introduce platform specific way to synchronize samplingEric Miao2009-04-111-0/+10
* | trivial: Fix misspelling of "Celsius".Adam Buchbinder2009-03-301-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-01-061-3/+3
|\
| * Input: ads7846 - strict_strtoul takes unsigned longHarvey Harrison2008-12-231-1/+1
| * Input: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-10-301-2/+2
* | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-251-2/+2
|/
* Input: ads7846 - fix cache line sharing issueDmitry Torokhov2008-10-091-36/+51
* Input: ads7846 - introduce .gpio_pendown to get pendown stateEric Miao2008-09-101-14/+54
* Input: convert drivers to use strict_strtoul()Joe Rouvier2008-09-101-3/+4
* Input: ads7846 - optimize order of calculating Rt in ads7846_rx()Hans-Christian Egtvedt2008-07-231-5/+5
* Input: ads7846 - fix sparse endian warningsHarvey Harrison2008-07-231-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-04-251-12/+10
|\
| * Input: ads7846 - simplify support of external vREF (and ads7843)David Brownell2008-04-021-12/+10
* | ARM: OMAP: 5912 OSK GPIO updatesDavid Brownell2008-04-141-40/+0
|/
* Input: ads7846 - fix uninitialized var warningAndrew Morton2008-03-141-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2008-02-071-4/+4
|\
| * Input: ads7846 - stop updating dev->power.power_stateDavid Brownell2008-01-211-4/+4
* | spi: use simplified spi_sync() calling conventionMarc Pignat2007-12-051-7/+6
|/
* get rid of input BIT* duplicate definesJiri Slaby2007-10-191-2/+2
* hwmon: Convert from class_device to deviceTony Jones2007-10-091-2/+2
* Input: ads7846 - re-check pendown status before reporting eventsSemih Hazar2007-07-181-0/+15
* Input: ads7846 - introduce sample settling delaySemih Hazar2007-07-181-1/+64
* Input: ads7846 - SPI_CPHA mode bugfixSemih Hazar2007-05-221-1/+1
* Input: ads7846 - document that it handles tsc2046 tooDavid Brownell2007-05-221-0/+1
* Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1