Linux Serial subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/2] serial8250: support for DesignWare 8250
@ 2011-08-16 16:47 Jamie Iles
  2011-08-16 16:47 ` [PATCH 1/2] tty: serial8250: add helpers for the " Jamie Iles
  2011-08-16 16:47 ` [PATCH 2/2] tty: of_serial: add support " Jamie Iles
  0 siblings, 2 replies; 4+ messages in thread
From: Jamie Iles @ 2011-08-16 16:47 UTC (permalink / raw)
  To: linux-serial; +Cc: arnd, alan, Jamie Iles

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-16 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-16 16:47 [PATCH 0/2] serial8250: support for DesignWare 8250 Jamie Iles
2011-08-16 16:47 ` [PATCH 1/2] tty: serial8250: add helpers for the " Jamie Iles
2011-08-16 16:57   ` Arnd Bergmann
2011-08-16 16:47 ` [PATCH 2/2] tty: of_serial: add support " Jamie Iles

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox