linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] tty: serial: bcm63xx_uart: do not depend on MIPS
@ 2013-12-06  2:26 Florian Fainelli
  2013-12-06  2:26 ` [PATCH 1/5] tty: serial: bcm63xx_uart: remove unused inclusion Florian Fainelli
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Florian Fainelli @ 2013-12-06  2:26 UTC (permalink / raw)
  To: linux-mips
  Cc: ralf, blogic, jogo, mbizon, cernekee, gregkh, linux-serial,
	Florian Fainelli

Hi all,

This patchset reduces the dependency of the bcm63xx_uart on the MIPS BCM63XX
SoC support code in preparation for being used on different architectures
such as ARM.

Due to the MIPS patch which breaks down the register defines, this series
should ideally go via the MIPS tree.

Thanks!

Florian Fainelli (5):
  tty: serial: bcm63xx_uart: remove unused inclusion
  tty: serial: bcm63xx_uart: drop bcm_{readl,writel} macros
  MIPS: BCM63XX: move UART register definitions
  tty: serial: bcm63xx_uart: use linux/serial_bcm63xx.h
  MIPS: BCM63XX: use linux/serial_bcm63xx.h

 arch/mips/bcm63xx/early_printk.c                  |   2 +-
 arch/mips/include/asm/mach-bcm63xx/bcm63xx_regs.h | 120 ----------------------
 drivers/tty/serial/bcm63xx_uart.c                 |   9 +-
 include/linux/serial_bcm63xx.h                    | 119 +++++++++++++++++++++
 4 files changed, 123 insertions(+), 127 deletions(-)
 create mode 100644 include/linux/serial_bcm63xx.h

-- 
1.8.3.2

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

end of thread, other threads:[~2013-12-09  8:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06  2:26 [PATCH 0/5] tty: serial: bcm63xx_uart: do not depend on MIPS Florian Fainelli
2013-12-06  2:26 ` [PATCH 1/5] tty: serial: bcm63xx_uart: remove unused inclusion Florian Fainelli
2013-12-06  2:26 ` [PATCH 2/5] tty: serial: bcm63xx_uart: drop bcm_{readl,writel} macros Florian Fainelli
2013-12-06  2:26 ` [PATCH 3/5] MIPS: BCM63XX: move UART register definitions Florian Fainelli
2013-12-06  2:26 ` [PATCH 4/5] tty: serial: bcm63xx_uart: use linux/serial_bcm63xx.h Florian Fainelli
2013-12-06  2:26 ` [PATCH 5/5] MIPS: BCM63XX: " Florian Fainelli
2013-12-09  1:13 ` [PATCH 0/5] tty: serial: bcm63xx_uart: do not depend on MIPS Greg KH

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