From: Alan Cox <alan@linux.intel.com>
To: greg@kroah.com, linux-serial@vger.kernel.org
Subject: [PATCH 0/4] Further serial driver bits
Date: Thu, 17 Jun 2010 11:01:38 +0100 [thread overview]
Message-ID: <20100617100012.4379.92949.stgit@localhost.localdomain> (raw)
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
next reply other threads:[~2010-06-17 10:24 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-17 10:01 Alan Cox [this message]
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
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=20100617100012.4379.92949.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).