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; 6+ 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] 6+ messages in thread
* [PATCH 0/4] Medfield HSU serial
@ 2010-07-27  7:20 Alan Cox
  2010-07-27  7:20 ` [PATCH 4/4] hsu: call PCI pm hooks in suspend/resume function Alan Cox
  0 siblings, 1 reply; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ 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 4/4] hsu: call PCI pm hooks in suspend/resume function 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).