linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: hvaibhav@ti.com
To: linux-input@vger.kernel.org
Cc: linux-omap@vger.kernel.org, Vaibhav Hiremath <hvaibhav@ti.com>
Subject: [PATCH 0/3] Introducing TouchScreen TSC2004 driver support
Date: Thu, 19 Nov 2009 20:15:43 +0530	[thread overview]
Message-ID: <1258641943-2176-1-git-send-email-hvaibhav@ti.com> (raw)
In-Reply-To: <hvaibhav@ti.com>

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


                 reply	other threads:[~2009-11-19 14:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1258641943-2176-1-git-send-email-hvaibhav@ti.com \
    --to=hvaibhav@ti.com \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).