From: Alan Cox <alan@linux.intel.com>
To: greg@kroah.com, linux-serial@vger.kernel.org
Subject: [PATCH 0/4] Medfield HSU serial
Date: Mon, 26 Jul 2010 10:17:56 +0100 [thread overview]
Message-ID: <20100726091542.21579.55123.stgit@localhost.localdomain> (raw)
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
next reply other threads:[~2010-07-26 9:51 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-26 9:17 Alan Cox [this message]
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 16:43 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100726091542.21579.55123.stgit@localhost.localdomain \
--to=alan@linux.intel.com \
--cc=greg@kroah.com \
--cc=linux-serial@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).