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

The Medfield platform has its own high speed UART with DMA support. This
patch set enables it but leaves some of the DMA off for the moment while
we get the DMA controller merged and a few other oddments in place.

---

Feng Tang (4):
      hsu: call PCI pm hooks in suspend/resume function
      hsu: some code cleanup
      hsu: add a periodic timer to check dma rx channel
      hsu: driver for Medfield High Speed UART device


 drivers/serial/Kconfig      |   10 
 drivers/serial/Makefile     |    1 
 drivers/serial/mfd.c        | 1498 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/serial_core.h |    2 
 include/linux/serial_reg.h  |   16 
 5 files changed, 1527 insertions(+), 0 deletions(-)
 create mode 100644 drivers/serial/mfd.c

-- 
toolroom chaos: File not found


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/4] Medfield HSU serial
@ 2010-07-27  7:20 Alan Cox
  2010-07-27  7:20 ` [PATCH 1/4] hsu: driver for Medfield High Speed UART device Alan Cox
  0 siblings, 1 reply; 8+ messages in thread
From: Alan Cox @ 2010-07-27  7:20 UTC (permalink / raw)
  To: greg, linux-serial

With the header file escape fixed (sorry about that)
---

Feng Tang (4):
      hsu: call PCI pm hooks in suspend/resume function
      hsu: some code cleanup
      hsu: add a periodic timer to check dma rx channel
      hsu: driver for Medfield High Speed UART device


 drivers/serial/Kconfig      |   10 
 drivers/serial/Makefile     |    1 
 drivers/serial/mfd.c        | 1498 +++++++++++++++++++++++++++++++++++++++++++
 include/linux/serial_core.h |    2 
 include/linux/serial_mfd.h  |   47 +
 include/linux/serial_reg.h  |   16 
 6 files changed, 1574 insertions(+), 0 deletions(-)
 create mode 100644 drivers/serial/mfd.c
 create mode 100644 include/linux/serial_mfd.h


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [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
  0 siblings, 1 reply; 8+ 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] 8+ messages in thread

end of thread, other threads:[~2010-07-27  7:53 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-26  9:17 [PATCH 0/4] Medfield HSU serial Alan Cox
2010-07-26  9:18 ` [PATCH 1/4] hsu: driver for Medfield High Speed UART device Alan Cox
2010-07-26  9:18 ` [PATCH 2/4] hsu: add a periodic timer to check dma rx channel Alan Cox
2010-07-26  9:18 ` [PATCH 3/4] hsu: some code cleanup Alan Cox
2010-07-26  9:18 ` [PATCH 4/4] hsu: call PCI pm hooks in suspend/resume function Alan Cox
  -- strict thread matches above, loose matches on Subject: below --
2010-07-27  7:20 [PATCH 0/4] Medfield HSU serial Alan Cox
2010-07-27  7:20 ` [PATCH 1/4] hsu: driver for Medfield High Speed UART device Alan Cox
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

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