summaryrefslogtreecommitdiffstats
path: root/drivers/input/touchscreen/ads7846.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-1/+1
* Input: ads7846 - document that it handles tsc2046 tooDavid Brownell2007-05-231-0/+1
* Input: touchscreens - switch to using input_dev->dev.parentDmitry Torokhov2007-04-121-1/+1
* Input: ads7846 - add support for the ads7843 touchscreenNicolas Ferre2007-03-011-13/+15
* [PATCH] hrtimers: namespace and enum cleanupThomas Gleixner2007-02-161-5/+6
* Input: ads7846 - be more compatible with the hwmon frameworkDavid Brownell2007-01-181-89/+217
* Input: ads7846 - detect pen up from GPIO stateImre Deak2007-01-181-39/+41
* Input: ads7846 - select correct SPI modeImre Deak2007-01-181-0/+4
* Input: ads7846 - switch to using hrtimerImre Deak2007-01-181-11/+15
* Input: ads7846 - optionally leave Vref on during differential measurementsImre Deak2007-01-181-13/+17
* Input: ads7846 - pluggable filtering logicImre Deak2007-01-181-40/+95
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov2006-12-081-1/+1
|\
| * [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* | Input: ads7846 - handle errors from sysfsDmitry Torokhov2006-11-031-34/+61
|/
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-1/+1
* [PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [PATCH] random: remove redundant SA_SAMPLE_RANDOM from touchscreen driversMatt Mackall2006-06-251-2/+1Star
* [PATCH] ads7846 conversion accuracyDavid Brownell2006-05-261-25/+28
* Input: ads7846 - improve filtering for thumb press accuracyImre Deak2006-04-261-15/+57
* Input: ads7846 - report 0 pressure value along with pen up eventImre Deak2006-04-261-2/+4
* Input: ads7846 - handle IRQs that were latched during disabled IRQsImre Deak2006-04-121-34/+48
* Input: ads7846 - miscellaneous fixesImre Deak2006-04-121-30/+114
* Input: ads7846 - use msleep() instead of udelay() in suspendJuha Yrjola2006-04-121-1/+1
* Input: ads7846 - debouncing and rudimentary sample filteringImre Deak2006-04-121-38/+118
* Input: ads7846 - power down ADC a bit laterImre Deak2006-04-121-3/+18
* Input: ads7846 - add pen_down sysfs attributeImre Deak2006-04-121-0/+19
* [PATCH] ads7846: sparc32 warning fixAndrew Morton2006-03-261-1/+1
* [PATCH] ads7846 build fixAndrew Morton2006-03-251-0/+1
* Input: ads7846 - assorted updatesDavid Brownell2006-02-151-24/+44
* Input: ads7846 - convert to to dynamic input_dev allocationDmitry Torokhov2006-02-151-32/+47
* [ARM] Convert request_irq+set_irq_type to request_irq with SA_TRIGGERRussell King2006-01-191-6/+3Star
* [PATCH] spi: use linked lists rather than an arrayVitaly Wool2006-01-141-4/+8
* [PATCH] spi: ads7836 uses spi_driverDavid Brownell2006-01-141-42/+42
* [PATCH] spi: ads7846 driverDavid Brownell2006-01-141-0/+621