From: Cyril Chemparathy <cyril@ti.com>
To: linux-input@vger.kernel.org,
davinci-linux-open-source@linux.davincidsp.com
Cc: shubhrajyoti@ti.com, dmitry.torokhov@gmail.com,
khilman@deeprootsystems.com, Cyril Chemparathy <cyril@ti.com>
Subject: [PATCH v2 0/5] add tnetv107x input drivers
Date: Thu, 16 Sep 2010 15:54:39 -0400 [thread overview]
Message-ID: <1284666884-10374-1-git-send-email-cyril@ti.com> (raw)
Texas Instruments' TNETV107X is an ARM1176 based SoC, with on-chip
touchscreen and keypad controllers. This patch series adds drivers for these
controllers.
Changes between v1 and v2:
1. Cleaned up platform data needs by reusing matrix keypad pdata
2. Eliminated calibration code from touch driver
3. Relocated h/w init code to open and close
4. Other minor cleanups
Cyril Chemparathy (5):
input: add driver for tnetv107x on-chip keypad controller
davinci: add tnetv107x keypad platform device
davinci: add keypad config for tnetv107x evm board
input: add driver for tnetv107x touchscreen controller
davinci: add tnetv107x touchscreen platform device
arch/arm/mach-davinci/board-tnetv107x-evm.c | 56 ++++
arch/arm/mach-davinci/devices-tnetv107x.c | 50 +++
arch/arm/mach-davinci/include/mach/tnetv107x.h | 3 +
drivers/input/keyboard/Kconfig | 9 +
drivers/input/keyboard/Makefile | 1 +
drivers/input/keyboard/tnetv107x-keypad.c | 329 +++++++++++++++++++
drivers/input/touchscreen/Kconfig | 9 +
drivers/input/touchscreen/Makefile | 1 +
drivers/input/touchscreen/tnetv107x-ts.c | 401 ++++++++++++++++++++++++
9 files changed, 859 insertions(+), 0 deletions(-)
create mode 100644 drivers/input/keyboard/tnetv107x-keypad.c
create mode 100644 drivers/input/touchscreen/tnetv107x-ts.c
next reply other threads:[~2010-09-16 19:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-16 19:54 Cyril Chemparathy [this message]
2010-09-16 19:54 ` [PATCH v2 1/5] input: add driver for tnetv107x on-chip keypad controller Cyril Chemparathy
2010-09-20 0:03 ` Dmitry Torokhov
2010-09-16 19:54 ` [PATCH v2 2/5] davinci: add tnetv107x keypad platform device Cyril Chemparathy
2010-09-16 19:54 ` [PATCH v2 3/5] davinci: add keypad config for tnetv107x evm board Cyril Chemparathy
2010-09-16 19:54 ` [PATCH v2 4/5] input: add driver for tnetv107x touchscreen controller Cyril Chemparathy
2010-09-20 0:16 ` Dmitry Torokhov
2010-09-20 5:38 ` Datta, Shubhrajyoti
2010-09-16 19:54 ` [PATCH v2 5/5] davinci: add tnetv107x touchscreen platform device Cyril Chemparathy
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=1284666884-10374-1-git-send-email-cyril@ti.com \
--to=cyril@ti.com \
--cc=davinci-linux-open-source@linux.davincidsp.com \
--cc=dmitry.torokhov@gmail.com \
--cc=khilman@deeprootsystems.com \
--cc=linux-input@vger.kernel.org \
--cc=shubhrajyoti@ti.com \
/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).