From: Vaibhav Hiremath <hvaib...@ti.com>

This is first version of TSC2004 driver support, which has been
validated on AM3517EVM platform. Driver is derived from existing
touchscreen driver TSC2007.

Vaibhav Hiremath (3):
  Mux configuration for AM3517 TouchScreen support
  Input:TouchScreen: Introduce TSC2004 driver support
  AM3517: Add support for TSC2004 driver

 arch/arm/mach-omap2/board-am3517evm.c |   62 ++++
 arch/arm/mach-omap2/mux.c             |    3 +
 arch/arm/plat-omap/include/plat/mux.h |    1 +
 drivers/input/touchscreen/Kconfig     |   11 +
 drivers/input/touchscreen/Makefile    |    1 +
 drivers/input/touchscreen/tsc2004.c   |  525 +++++++++++++++++++++++++++++++++
 include/linux/i2c/tsc2004.h           |   17 +
 7 files changed, 620 insertions(+), 0 deletions(-)
 create mode 100644 drivers/input/touchscreen/tsc2004.c
 create mode 100644 include/linux/i2c/tsc2004.h

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to