linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Further serial driver bits
@ 2010-06-17 10:01 Alan Cox
  2010-06-17 10:01 ` [PATCH 1/4] hsu: driver for Medfield High Speed UART device Alan Cox
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Alan Cox @ 2010-06-17 10:01 UTC (permalink / raw)
  To: greg, linux-serial

Some cleanups for the 3110 driver and an initial release of the driver for
the hsu high speed serial.

Again these stand alone, there are other bits for early printk support and the
like to follow once the things they depend upon are integrated

---

Arjan van de Ven (2):
      serial: fix wakup races in the mrst_max3110 driver
      serial: replace open coded mutex with a real mutex in mrst_max3110.c

Feng Tang (2):
      hsu: add a periodic timer to check dma rx channel
      hsu: driver for Medfield High Speed UART device


 drivers/serial/Kconfig        |    9 
 drivers/serial/Makefile       |    1 
 drivers/serial/mfd.c          | 1532 +++++++++++++++++++++++++++++++++++++++++
 drivers/serial/mrst_max3110.c |   61 +-
 include/linux/serial_core.h   |    3 
 include/linux/serial_mfd.h    |   47 +
 include/linux/serial_reg.h    |   16 
 7 files changed, 1634 insertions(+), 35 deletions(-)
 create mode 100644 drivers/serial/mfd.c
 create mode 100644 include/linux/serial_mfd.h


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

end of thread, other threads:[~2010-06-17 17:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-17 10:01 [PATCH 0/4] Further serial driver bits Alan Cox
2010-06-17 10:01 ` [PATCH 1/4] hsu: driver for Medfield High Speed UART device Alan Cox
2010-06-17 17:38   ` Greg KH
2010-06-17 10:01 ` [PATCH 2/4] hsu: add a periodic timer to check dma rx channel Alan Cox
2010-06-17 10:02 ` [PATCH 3/4] serial: replace open coded mutex with a real mutex in mrst_max3110.c Alan Cox
2010-06-17 10:02 ` [PATCH 4/4] serial: fix wakup races in the mrst_max3110 driver Alan Cox

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