[PATCH 0/5] Make s3c-ts use the s3c-adc API

Nelson Castillo arhuaco at freaks-unidos.net
Fri Sep 18 08:45:09 CEST 2009


We already have code upstream to get a variable number of conversions
from the s3c-adc API. We add it to andy-tracking.

Then we convert the s3c TS driver to use the s3c-adc API.

And then we do a few cleanups.

Tested in a GTA02.

---

Nelson Castillo (4):
      s3_ts: cleanups
      Make s3c TS driver use s3c-adc API
      [ARM] S3C: ADC: Expose number of remaining conversions to convert callback
      [ARM] S3C: ADC: Fix lines with more than 80 chars in adc.h

Vasily Khoruzhick (1):
      s3c24xx: introduce s3c-adc delay


 arch/arm/configs/gta01_moredrivers_defconfig |    2 
 arch/arm/configs/gta02_micro_defconfig       |    2 
 arch/arm/configs/gta02_moredrivers_defconfig |    2 
 arch/arm/configs/gta02_packaging_defconfig   |    2 
 arch/arm/mach-s3c2410/mach-gta01.c           |    4 
 arch/arm/mach-s3c2442/mach-gta02.c           |    3 
 arch/arm/plat-s3c/include/plat/adc.h         |   10 -
 arch/arm/plat-s3c24xx/adc.c                  |   24 ++
 arch/arm/plat-s3c24xx/devs.c                 |    1 
 drivers/input/touchscreen/s3c2410_ts.c       |  314 +++++++++++---------------
 10 files changed, 174 insertions(+), 190 deletions(-)



More information about the openmoko-kernel mailing list