linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] MIPS/tty/8250: Use standard 8250 drivers for OCTEON
@ 2013-06-19 21:37 David Daney
  2013-06-19 21:37 ` [PATCH v2 1/4] MIPS: OCTEON: Set proper UART clock in internal device trees David Daney
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: David Daney @ 2013-06-19 21:37 UTC (permalink / raw)
  To: linux-mips, ralf, Jamie Iles, Greg Kroah-Hartman, Jiri Slaby,
	linux-serial
  Cc: linux-kernel, David Daney

From: David Daney <david.daney@cavium.com>

Changes from v1: Fix breakage in non-OCTEON builds of 8250_dw.c

1) Fix OCTEON's UART clock rate.

2) Make minor patches to 8250_dw so it can be used by OCTEON

3) Rip out the OCTEON serial code.

4) Update defconfig so we default to having a usable serial port.

Since the patches are all interdependent, we might want to merge them
via a single tree (perhaps Ralf's MIPS tree as OKed by Greg K-H).

David Daney (4):
  MIPS: OCTEON: Set proper UART clock in internal device trees.
  tty/8250_dw: Add support for OCTEON UARTS.
  MIPS: OCTEON: Remove custom serial setup code.
  MIPS: Update cavium_octeon_defconfig

 arch/mips/cavium-octeon/Makefile          |   2 +-
 arch/mips/cavium-octeon/octeon-platform.c |   9 ++-
 arch/mips/cavium-octeon/serial.c          | 109 ------------------------------
 arch/mips/configs/cavium_octeon_defconfig |   4 +-
 drivers/tty/serial/8250/8250_dw.c         | 108 ++++++++++++++++++-----------
 5 files changed, 79 insertions(+), 153 deletions(-)
 delete mode 100644 arch/mips/cavium-octeon/serial.c

-- 
1.7.11.7

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

end of thread, other threads:[~2013-06-20  8:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-19 21:37 [PATCH v2 0/4] MIPS/tty/8250: Use standard 8250 drivers for OCTEON David Daney
2013-06-19 21:37 ` [PATCH v2 1/4] MIPS: OCTEON: Set proper UART clock in internal device trees David Daney
2013-06-19 21:37 ` [PATCH v2 2/4] tty/8250_dw: Add support for OCTEON UARTS David Daney
2013-06-19 22:42   ` Arnd Bergmann
2013-06-20  8:29   ` Heikki Krogerus
2013-06-19 21:37 ` [PATCH v2 3/4] MIPS: OCTEON: Remove custom serial setup code David Daney
2013-06-19 21:37 ` [PATCH v2 4/4] MIPS: Update cavium_octeon_defconfig David Daney

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).