All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] add tnetv107x input drivers
@ 2010-09-20 16:26 Cyril Chemparathy
  2010-09-20 16:26 ` [PATCH v4 1/5] input: add driver for tnetv107x on-chip keypad controller Cyril Chemparathy
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Cyril Chemparathy @ 2010-09-20 16:26 UTC (permalink / raw)
  To: linux-input, davinci-linux-open-source
  Cc: shubhrajyoti, dmitry.torokhov, khilman, Cyril Chemparathy

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

Changes between v2 and v3:
  1. Merged keycodes alloc into keypad data
  2. Moved irq hookup to probe from open
  3. Other minor cleanups

Changes between v3 and v4:
  1. Locking between hardirqs for keypad driver

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      |  340 ++++++++++++++++++++
 drivers/input/touchscreen/Kconfig              |    9 +
 drivers/input/touchscreen/Makefile             |    1 +
 drivers/input/touchscreen/tnetv107x-ts.c       |  396 ++++++++++++++++++++++++
 9 files changed, 865 insertions(+), 0 deletions(-)
 create mode 100644 drivers/input/keyboard/tnetv107x-keypad.c
 create mode 100644 drivers/input/touchscreen/tnetv107x-ts.c


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-20 19:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 16:26 [PATCH v4 0/5] add tnetv107x input drivers Cyril Chemparathy
2010-09-20 16:26 ` [PATCH v4 1/5] input: add driver for tnetv107x on-chip keypad controller Cyril Chemparathy
2010-09-20 16:26 ` [PATCH v4 2/5] davinci: add tnetv107x keypad platform device Cyril Chemparathy
2010-09-20 16:26 ` [PATCH v4 3/5] davinci: add keypad config for tnetv107x evm board Cyril Chemparathy
2010-09-20 16:26 ` [PATCH v4 4/5] input: add driver for tnetv107x touchscreen controller Cyril Chemparathy
2010-09-20 16:26 ` [PATCH v4 5/5] davinci: add tnetv107x touchscreen platform device Cyril Chemparathy
2010-09-20 19:35 ` [PATCH v4 0/5] add tnetv107x input drivers Kevin Hilman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.