linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Current ad7879 patches
@ 2010-06-25  8:22 Dmitry Torokhov
  2010-06-25  8:22 ` [PATCH 1/4] Input: ad7879 - use threaded IRQ Dmitry Torokhov
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Dmitry Torokhov @ 2010-06-25  8:22 UTC (permalink / raw)
  To: Mike Frysinger, Michael Hennerich; +Cc: linux-input

Mike, Michael,

I was looking through outstanding patches to ad7879 and here they are.
Since I made some changes to the patches you wrote and there also some
new code and I do not have the hardware I'd appreciate if you could try
them out so they can be applied.

Thank you.

-- 
Dmitry

Dmitry Torokhov (2):
      Input: ad7879 - add open and close methods
      Input: ad7879 - use threaded IRQ

Michael Hennerich (1):
      Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overhead

Mike Frysinger (1):
      Input: ad7879 - split bus logic out


 drivers/input/touchscreen/ad7879-i2c.c |  143 ++++++++
 drivers/input/touchscreen/ad7879-spi.c |  190 ++++++++++
 drivers/input/touchscreen/ad7879.c     |  606 +++++++++-----------------------
 drivers/input/touchscreen/ad7879.h     |   30 ++
 4 files changed, 533 insertions(+), 436 deletions(-)
 create mode 100644 drivers/input/touchscreen/ad7879-i2c.c
 create mode 100644 drivers/input/touchscreen/ad7879-spi.c
 create mode 100644 drivers/input/touchscreen/ad7879.h

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

end of thread, other threads:[~2010-06-30  9:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-25  8:22 [PATCH 0/4] Current ad7879 patches Dmitry Torokhov
2010-06-25  8:22 ` [PATCH 1/4] Input: ad7879 - use threaded IRQ Dmitry Torokhov
2010-06-25  8:22 ` [PATCH 2/4] Input: ad7879 - split bus logic out Dmitry Torokhov
2010-06-29  6:08   ` Mike Frysinger
2010-06-25  8:22 ` [PATCH 3/4] Input: ad7879 - add open and close methods Dmitry Torokhov
2010-06-25  8:22 ` [PATCH 4/4] Input: ad7879 - use i2c_smbus_read_i2c_block_data() to lower overhead Dmitry Torokhov
2010-06-29 12:10 ` [PATCH 0/4] Current ad7879 patches Hennerich, Michael
2010-06-30  8:03   ` Dmitry Torokhov
2010-06-30  8:40     ` Hennerich, Michael
2010-06-30  9:07       ` Dmitry Torokhov

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