All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alan Cox <alan@linux.intel.com>
To: greg@kroah.com, linux-serial@vger.kernel.org
Subject: [PATCH 0/4] Medfield HSU serial
Date: Tue, 27 Jul 2010 08:20:11 +0100	[thread overview]
Message-ID: <20100727071936.26058.23502.stgit@localhost.localdomain> (raw)

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


             reply	other threads:[~2010-07-27  7:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-27  7:20 Alan Cox [this message]
2010-07-27  7:20 ` [PATCH 1/4] hsu: driver for Medfield High Speed UART device Alan Cox
2010-07-27  7:20 ` [PATCH 2/4] hsu: add a periodic timer to check dma rx channel Alan Cox
2010-07-27  7:20 ` [PATCH 3/4] hsu: some code cleanup Alan Cox
2010-07-27  7:20 ` [PATCH 4/4] hsu: call PCI pm hooks in suspend/resume function Alan Cox
2010-07-27 16:43 ` [PATCH 0/4] Medfield HSU serial Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2010-07-26  9:17 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=20100727071936.26058.23502.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.