[PATCH 0/4] Apply upstream feedback to TS filters

Nelson Castillo arhuaco at freaks-unidos.net
Tue Mar 10 12:58:51 CET 2009


A lot of fixes and code cleanups.
Tested in: GTA02/rev6. GTA01 compiles.

---

Nelson Castillo (4):
      Add filter_chain object
      Export symbols and make a few symbols constant.
      Use non-void configurations
      Improve filter API and update filters


 arch/arm/mach-s3c2410/include/mach/ts.h      |   20 +-
 arch/arm/mach-s3c2410/mach-gta01.c           |   66 +++-----
 arch/arm/mach-s3c2442/mach-gta02.c           |   63 ++++---
 arch/arm/plat-s3c24xx/devs.c                 |    5 -
 drivers/input/touchscreen/Makefile           |    2 
 drivers/input/touchscreen/pcap7200_ts.c      |    2 
 drivers/input/touchscreen/s3c2410_ts.c       |  100 +++++-------
 drivers/input/touchscreen/ts_filter.c        |   73 ---------
 drivers/input/touchscreen/ts_filter.h        |   76 +++++----
 drivers/input/touchscreen/ts_filter_chain.c  |  183 ++++++++++++++++++++++
 drivers/input/touchscreen/ts_filter_chain.h  |   58 +++++++
 drivers/input/touchscreen/ts_filter_group.c  |  193 ++++++++++++++++-------
 drivers/input/touchscreen/ts_filter_group.h  |   33 ++--
 drivers/input/touchscreen/ts_filter_linear.c |  113 +++++++++----
 drivers/input/touchscreen/ts_filter_linear.h |   47 +-----
 drivers/input/touchscreen/ts_filter_mean.c   |  220 +++++++++++++-------------
 drivers/input/touchscreen/ts_filter_mean.h   |   28 +--
 drivers/input/touchscreen/ts_filter_median.c |  174 +++++++++++++--------
 drivers/input/touchscreen/ts_filter_median.h |   20 +-
 19 files changed, 871 insertions(+), 605 deletions(-)
 delete mode 100644 drivers/input/touchscreen/ts_filter.c
 create mode 100644 drivers/input/touchscreen/ts_filter_chain.c
 create mode 100644 drivers/input/touchscreen/ts_filter_chain.h




More information about the openmoko-kernel mailing list