Linux Serial subsystem development
 help / color / mirror / Atom feed
From: Jamie Iles <jamie@jamieiles.com>
To: linux-serial@vger.kernel.org
Cc: arnd@arndb.de, alan@lxorguk.ukuu.org.uk,
	Jamie Iles <jamie@jamieiles.com>
Subject: [PATCH 0/2] serial8250: support for DesignWare 8250
Date: Tue, 16 Aug 2011 17:47:45 +0100	[thread overview]
Message-ID: <1313513267-25955-1-git-send-email-jamie@jamieiles.com> (raw)

This builds on my previous series that removes UPIO_DWAPB and
UPIO_DWAPB32 and allows the DesignWare 8250 extra features to be used.
I've set this up as a helper function that adds the accessors to a
uart_port as I thought this could be used by both of_serial and normal
platform devices.  These helpers could be converted to a set of 8250 ops
once we have that in place.

Jamie

Jamie Iles (2):
  tty: serial8250: add helpers for the DesignWare 8250
  tty: of_serial: add support for the DesignWare 8250

 .../devicetree/bindings/tty/serial/of-serial.txt   |    1 +
 drivers/tty/serial/8250_dw.c                       |   99 ++++++++++++++++++++
 drivers/tty/serial/Kconfig                         |    7 ++
 drivers/tty/serial/Makefile                        |    1 +
 drivers/tty/serial/of_serial.c                     |    7 ++
 include/linux/serial_8250.h                        |    8 ++
 6 files changed, 123 insertions(+), 0 deletions(-)
 create mode 100644 drivers/tty/serial/8250_dw.c

-- 
1.7.4.1


             reply	other threads:[~2011-08-16 16:48 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-16 16:47 Jamie Iles [this message]
2011-08-16 16:47 ` [PATCH 1/2] tty: serial8250: add helpers for the DesignWare 8250 Jamie Iles
2011-08-16 16:57   ` Arnd Bergmann
2011-08-16 16:47 ` [PATCH 2/2] tty: of_serial: add support " Jamie Iles

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=1313513267-25955-1-git-send-email-jamie@jamieiles.com \
    --to=jamie@jamieiles.com \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=arnd@arndb.de \
    --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