linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Florian Fainelli <florian@openwrt.org>
To: linux-mips@linux-mips.org
Cc: ralf@linux-mips.org, blogic@openwrt.org, jogo@openwrt.org,
	mbizon@freebox.fr, cernekee@gmail.com,
	gregkh@linuxfoundation.org, linux-serial@vger.kernel.org,
	Florian Fainelli <florian@openwrt.org>
Subject: [PATCH 0/5] tty: serial: bcm63xx_uart: do not depend on MIPS
Date: Thu, 5 Dec 2013 18:26:03 -0800	[thread overview]
Message-ID: <1386296768-20204-1-git-send-email-florian@openwrt.org> (raw)

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

             reply	other threads:[~2013-12-06  2:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-06  2:26 Florian Fainelli [this message]
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

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=1386296768-20204-1-git-send-email-florian@openwrt.org \
    --to=florian@openwrt.org \
    --cc=blogic@openwrt.org \
    --cc=cernekee@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jogo@openwrt.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux-serial@vger.kernel.org \
    --cc=mbizon@freebox.fr \
    --cc=ralf@linux-mips.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;
as well as URLs for NNTP newsgroup(s).