[PATCH 0/5][RESEND] Make s3c-ts use the s3c-adc API / Improve group filter.
Nelson Castillo
arhuaco at freaks-unidos.net
Tue Sep 22 12:22:49 CEST 2009
If nobody complains I will be pushing these updates tomorrow.
Tested with GTA01/GTA02.
We already have code upstream to get a variable number of conversions
from the s3c-adc API.
Then we convert the s3c TS driver to use the s3c-adc API.
And then we do a few cleanups.
With this change to the group filter all the upstream suggestions from
the first round are applied.
Nelson Castillo (7):
GTA01: Disable glamo
Remove sort call from group filter
Fix Andy's email in filters.
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 | 8 -
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 | 1
arch/arm/mach-s3c2442/mach-gta02.c | 1
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 | 316 +++++++++++---------------
drivers/input/touchscreen/ts_filter.h | 2
drivers/input/touchscreen/ts_filter_chain.c | 2
drivers/input/touchscreen/ts_filter_chain.h | 2
drivers/input/touchscreen/ts_filter_group.c | 178 +++++++++------
drivers/input/touchscreen/ts_filter_mean.c | 2
drivers/input/touchscreen/ts_filter_mean.h | 2
drivers/input/touchscreen/ts_filter_median.c | 2
drivers/input/touchscreen/ts_filter_median.h | 2
18 files changed, 284 insertions(+), 275 deletions(-)
More information about the openmoko-kernel
mailing list