linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] serial: fixes and cleanups
@ 2015-11-16 15:48 Arnd Bergmann
  2015-11-16 15:48 ` [PATCH 1/6] serial: export fsl8250_handle_irq Arnd Bergmann
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Arnd Bergmann @ 2015-11-16 15:48 UTC (permalink / raw)
  To: linux-arm-kernel

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 at lists.ozlabs.org

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

end of thread, other threads:[~2015-11-17  0:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-16 15:48 [PATCH 0/6] serial: fixes and cleanups Arnd Bergmann
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

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