linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] WM97xx updates
@ 2009-03-03 18:24 Mark Brown
  2009-03-03 18:24 ` [PATCH 1/5] Input: wm97xx: add BTN_TOUCH event to wm97xx to use it with Android Mark Brown
  2009-03-04  9:15 ` [PATCH 0/5] WM97xx updates Dmitry Torokhov
  0 siblings, 2 replies; 13+ messages in thread
From: Mark Brown @ 2009-03-03 18:24 UTC (permalink / raw)
  To: Jiri Slaby, Dmitry Torokhov
  Cc: linux-input, linux-kernel, Hans-Christian Egtvedt

This patch series updates the review feedback from the first round and
rolls in the additional patches from Mike Rapoport.  I've not addressed
any of the comments for the at32 driver since I have no ability to test
any changes to that driver but repost it for completeness.

Hans-Christian Egtvedt (1):
      Input: add wm97xx accelerated driver for AVR32 AT32AP700X microprocessors

Mark Brown (2):
      Input: Use disable_irq_nosync() for Mainstone
      Input: Accelerated touchscreen support for Marvell Zylonite

Mike Rapoport (2):
      Input: wm97xx: add BTN_TOUCH event to wm97xx to use it with Android
      Input: add BTN_TOUCH event

 drivers/input/touchscreen/Kconfig            |   28 ++
 drivers/input/touchscreen/Makefile           |    2 +
 drivers/input/touchscreen/at32-wm97xx.c      |  416 ++++++++++++++++++++++++++
 drivers/input/touchscreen/at32-wm97xx.h      |   48 +++
 drivers/input/touchscreen/mainstone-wm97xx.c |    3 +-
 drivers/input/touchscreen/ucb1400_ts.c       |    5 +-
 drivers/input/touchscreen/wm97xx-core.c      |    4 +
 drivers/input/touchscreen/zylonite-wm97xx.c  |  239 +++++++++++++++
 8 files changed, 743 insertions(+), 2 deletions(-)
 create mode 100644 drivers/input/touchscreen/at32-wm97xx.c
 create mode 100644 drivers/input/touchscreen/at32-wm97xx.h
 create mode 100644 drivers/input/touchscreen/zylonite-wm97xx.c

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

end of thread, other threads:[~2009-03-09 15:57 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-03 18:24 [PATCH 0/5] WM97xx updates Mark Brown
2009-03-03 18:24 ` [PATCH 1/5] Input: wm97xx: add BTN_TOUCH event to wm97xx to use it with Android Mark Brown
2009-03-03 18:24   ` [PATCH 2/5] Input: add BTN_TOUCH event Mark Brown
2009-03-03 18:24     ` [PATCH 3/5] Input: Use disable_irq_nosync() for Mainstone Mark Brown
2009-03-03 18:24       ` [PATCH 4/5] Input: Accelerated touchscreen support for Marvell Zylonite Mark Brown
2009-03-03 18:24         ` [PATCH 5/5] Input: add wm97xx accelerated driver for AVR32 AT32AP700X microprocessors Mark Brown
2009-03-03 20:29           ` Jiri Slaby
2009-03-04  9:15 ` [PATCH 0/5] WM97xx updates Dmitry Torokhov
2009-03-04  9:26   ` Hans-Christian Egtvedt
     [not found]     ` <20090304105358.GA32107@rakim.wolfsonmicro.main>
2009-03-04 11:29       ` Hans-Christian Egtvedt
2009-03-04 14:32         ` Mark Brown
2009-03-09 15:48         ` Hans-Christian Egtvedt
2009-03-09 15:57           ` Jiri Slaby

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).