linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Introducing TouchScreen TSC2004 driver support
@ 2009-11-19 14:45 hvaibhav
  0 siblings, 0 replies; only message in thread
From: hvaibhav @ 2009-11-19 14:45 UTC (permalink / raw)
  To: linux-input; +Cc: linux-omap, Vaibhav Hiremath

From: Vaibhav Hiremath <hvaibhav@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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-19 14:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 14:45 [PATCH 0/3] Introducing TouchScreen TSC2004 driver support hvaibhav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).