summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c
AgeCommit message (Expand)AuthorLines
2008-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-12/+10
2008-04-14ARM: OMAP: 5912 OSK GPIO updatesDavid Brownell-40/+0
2008-04-02Input: ads7846 - simplify support of external vREF (and ads7843)David Brownell-12/+10
2008-03-14Input: ads7846 - fix uninitialized var warningAndrew Morton-1/+1
2008-02-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-4/+4
2008-01-21Input: ads7846 - stop updating dev->power.power_stateDavid Brownell-4/+4
2007-12-05spi: use simplified spi_sync() calling conventionMarc Pignat-7/+6
2007-10-19get rid of input BIT* duplicate definesJiri Slaby-2/+2
2007-10-09hwmon: Convert from class_device to deviceTony Jones-2/+2
2007-07-18Input: ads7846 - re-check pendown status before reporting eventsSemih Hazar-0/+15
2007-07-18Input: ads7846 - introduce sample settling delaySemih Hazar-1/+64
2007-05-22Input: ads7846 - SPI_CPHA mode bugfixSemih Hazar-1/+1
2007-05-22Input: ads7846 - document that it handles tsc2046 tooDavid Brownell-0/+1
2007-04-12Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov-1/+1
2007-02-28Input: ads7846 - add support for the ads7843 touchscreenNicolas Ferre-13/+15
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner-5/+6
2007-01-18Input: ads7846 - be more compatible with the hwmon frameworkDavid Brownell-89/+217
2007-01-18Input: ads7846 - detect pen up from GPIO stateImre Deak-39/+41
2007-01-18Input: ads7846 - select correct SPI modeImre Deak-0/+4
2007-01-18Input: ads7846 - switch to using hrtimerImre Deak-11/+15
2007-01-18Input: ads7846 - optionally leave Vref on during differential measurementsImre Deak-13/+17
2007-01-18Input: ads7846 - pluggable filtering logicImre Deak-40/+95
2006-12-08Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov-1/+1
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-1/+1
2006-11-02Input: ads7846 - handle errors from sysfsDmitry Torokhov-34/+61
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner-1/+1
2006-06-25[PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen driversMatt Mackall-2/+1
2006-05-26[PATCH] ads7846 conversion accuracyDavid Brownell-25/+28
2006-04-26Input: ads7846 - improve filtering for thumb press accuracyImre Deak-15/+57
2006-04-26Input: ads7846 - report 0 pressure value along with pen up eventImre Deak-2/+4
2006-04-11Input: ads7846 - handle IRQs that were latched during disabled IRQsImre Deak-34/+48
2006-04-11Input: ads7846 - miscellaneous fixesImre Deak-30/+114
2006-04-11Input: ads7846 - use msleep() instead of udelay() in suspendJuha Yrjola-1/+1
2006-04-11Input: ads7846 - debouncing and rudimentary sample filteringImre Deak-38/+118
2006-04-11Input: ads7846 - power down ADC a bit laterImre Deak-3/+18
2006-04-11Input: ads7846 - add pen_down sysfs attributeImre Deak-0/+19
2006-03-26[PATCH] ads7846: sparc32 warning fixAndrew Morton-1/+1
2006-03-25[PATCH] ads7846 build fixAndrew Morton-0/+1
2006-02-15Input: ads7846 - assorted updatesDavid Brownell-24/+44
2006-02-15Input: ads7846 - convert to to dynamic input_dev allocationDmitry Torokhov-32/+47
2006-01-19[ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGERRussell King-6/+3
2006-01-13[PATCH] spi: use linked lists rather than an arrayVitaly Wool-4/+8
2006-01-13[PATCH] spi: ads7836 uses spi_driverDavid Brownell-42/+42
2006-01-13[PATCH] spi: ads7846 driverDavid Brownell-0/+621