aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-12/+10
2008-04-14ARM: OMAP: 5912 OSK GPIO updatesDavid Brownell1-40/+0
2008-04-02Input: ads7846 - simplify support of external vREF (and ads7843)David Brownell1-12/+10
2008-03-14Input: ads7846 - fix uninitialized var warningAndrew Morton1-1/+1
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-4/+4
2008-01-21Input: ads7846 - stop updating dev->power.power_stateDavid Brownell1-4/+4
2007-12-05spi: use simplified spi_sync() calling conventionMarc Pignat1-7/+6
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-2/+2
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-2/+2
2007-07-18Input: ads7846 - re-check pendown status before reporting eventsSemih Hazar1-0/+15
2007-07-18Input: ads7846 - introduce sample settling delaySemih Hazar1-1/+64
2007-05-22Input: ads7846 - SPI_CPHA mode bugfixSemih Hazar1-1/+1
2007-05-22Input: ads7846 - document that it handles tsc2046 tooDavid Brownell1-0/+1
2007-04-12Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov1-1/+1
2007-02-28Input: ads7846 - add support for the ads7843 touchscreenNicolas Ferre1-13/+15
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner1-5/+6
2007-01-18Input: ads7846 - be more compatible with the hwmon frameworkDavid Brownell1-89/+217
2007-01-18Input: ads7846 - detect pen up from GPIO stateImre Deak1-39/+41
2007-01-18Input: ads7846 - select correct SPI modeImre Deak1-0/+4
2007-01-18Input: ads7846 - switch to using hrtimerImre Deak1-11/+15
2007-01-18Input: ads7846 - optionally leave Vref on during differential measurementsImre Deak1-13/+17
2007-01-18Input: ads7846 - pluggable filtering logicImre Deak1-40/+95
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov1-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter1-1/+1
2006-11-02Input: ads7846 - handle errors from sysfsDmitry Torokhov1-34/+61
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-25[PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen driversMatt Mackall1-2/+1
2006-05-26[PATCH] ads7846 conversion accuracyDavid Brownell1-25/+28