From: Arnd Bergmann <arnd@arndb.de>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-serial@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
Scott Wood <scottwood@freescale.com>,
Stefan Agner <stefan@agner.ch>,
Heikki Krogerus <heikki.krogerus@linux.intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
Benjamin Krill <ben@codiert.org>,
linuxppc-dev@lists.ozlabs.org
Subject: [PATCH 0/6] serial: fixes and cleanups
Date: Mon, 16 Nov 2015 16:48:08 +0100 [thread overview]
Message-ID: <1447688894-2936779-1-git-send-email-arnd@arndb.de> (raw)
I've had these patches sitting in my randconfig branch for a while,
but have now gotten around to sending them. The first three are
bug fixes for harmless problems that have shown up recently,
so they should go into 4.4.
The other three are part of a cleanup that we've been meaning
to do for a while but that is not urgent at all.
Arnd Bergmann (6):
serial: export fsl8250_handle_irq
serial: fsl-lpuart: move SERIAL_EARLYCON dependency to console
serial: mid8250: select CONFIG_RATIONAL
serial: remove NWP serial support
serial: of: CONFIG_SERIAL_8250 is always set
serial: 8250: move of_serial code to 8250 directory
drivers/tty/serial/8250/8250_fsl.c | 1 +
drivers/tty/serial/{of_serial.c => 8250/8250_of.c} | 32 --
drivers/tty/serial/8250/Kconfig | 10 +
drivers/tty/serial/8250/Makefile | 1 +
drivers/tty/serial/Kconfig | 29 +-
drivers/tty/serial/Makefile | 2 -
drivers/tty/serial/nwpserial.c | 477 ---------------------
include/linux/nwpserial.h | 18 -
include/uapi/linux/serial_core.h | 2 +-
9 files changed, 14 insertions(+), 558 deletions(-)
rename drivers/tty/serial/{of_serial.c => 8250/8250_of.c} (92%)
delete mode 100644 drivers/tty/serial/nwpserial.c
delete mode 100644 include/linux/nwpserial.h
--
2.1.0.rc2
Cc: Scott Wood <scottwood@freescale.com>
Cc: Stefan Agner <stefan@agner.ch>
Cc: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Benjamin Krill <ben@codiert.org>
Cc: linuxppc-dev@lists.ozlabs.org
next reply other threads:[~2015-11-16 15:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-16 15:48 Arnd Bergmann [this message]
2015-11-16 15:48 ` [PATCH 1/6] serial: export fsl8250_handle_irq Arnd Bergmann
2015-11-16 15:48 ` [PATCH 2/6] serial: fsl-lpuart: move SERIAL_EARLYCON dependency to console Arnd Bergmann
2015-11-17 0:29 ` Stefan Agner
2015-11-16 15:48 ` [PATCH 3/6] serial: mid8250: select CONFIG_RATIONAL Arnd Bergmann
2015-11-16 16:56 ` Andy Shevchenko
2015-11-16 17:05 ` Arnd Bergmann
2015-11-16 15:48 ` [PATCH 4/6] serial: remove NWP serial support Arnd Bergmann
2015-11-16 15:48 ` [PATCH 5/6] serial: of: CONFIG_SERIAL_8250 is always set Arnd Bergmann
2015-11-16 15:48 ` [PATCH 6/6] serial: 8250: move of_serial code to 8250 directory Arnd Bergmann
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=1447688894-2936779-1-git-send-email-arnd@arndb.de \
--to=arnd@arndb.de \
--cc=andriy.shevchenko@linux.intel.com \
--cc=ben@codiert.org \
--cc=gregkh@linuxfoundation.org \
--cc=heikki.krogerus@linux.intel.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=scottwood@freescale.com \
--cc=stefan@agner.ch \
/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