devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 00/10] UART driver support for BMIPS multiplatform kernels
@ 2014-11-12 20:53 Kevin Cernekee
  2014-11-12 20:53 ` [PATCH V2 01/10] tty: Fallback to use dynamic major number Kevin Cernekee
                   ` (10 more replies)
  0 siblings, 11 replies; 29+ messages in thread
From: Kevin Cernekee @ 2014-11-12 20:53 UTC (permalink / raw)
  To: gregkh, jslaby, robh
  Cc: arnd, daniel, haojian.zhuang, robert.jarzmik, grant.likely,
	f.fainelli, mbizon, jogo, linux-mips, linux-serial, devicetree

V1->V2:

Add a new UPIO_MEM32BE iotype instead of a separate big_endian flag.

Change some of the of_*_is_* APIs to return bool, where appropriate.

Fix a few minor comment issues.


Kevin Cernekee (9):
  serial: core: Add big-endian iotype
  of: Fix of_device_is_compatible() comment
  of: Change of_device_is_available() to return bool
  of: Add helper function to check MMIO register endianness
  serial: pxa: Add fifo-size and {big,native}-endian properties
  serial: pxa: Make the driver buildable for BCM7xxx set-top platforms
  serial: pxa: Update DT binding documentation
  serial: earlycon: Set UPIO_MEM32BE based on DT properties
  serial: pxa: Add OF_EARLYCON support

Tushar Behera (1):
  tty: Fallback to use dynamic major number

 .../devicetree/bindings/serial/mrvl-serial.txt     | 34 +++++++++++-
 drivers/of/base.c                                  | 47 ++++++++++++----
 drivers/of/fdt.c                                   |  9 ++-
 drivers/tty/serial/Kconfig                         |  2 +-
 drivers/tty/serial/earlycon.c                      |  4 +-
 drivers/tty/serial/pxa.c                           | 64 +++++++++++++++++++++-
 drivers/tty/serial/serial_core.c                   |  2 +
 drivers/tty/tty_io.c                               | 19 ++++++-
 include/linux/of.h                                 | 12 +++-
 include/linux/serial_core.h                        | 15 ++---
 10 files changed, 176 insertions(+), 32 deletions(-)

-- 
2.1.1


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

end of thread, other threads:[~2014-11-27 14:33 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-12 20:53 [PATCH V2 00/10] UART driver support for BMIPS multiplatform kernels Kevin Cernekee
2014-11-12 20:53 ` [PATCH V2 01/10] tty: Fallback to use dynamic major number Kevin Cernekee
2014-11-25 20:34   ` Greg KH
2014-11-25 23:37     ` Kevin Cernekee
2014-11-25 23:49       ` Greg KH
2014-11-26 13:33       ` Grant Likely
2014-11-26 14:34         ` Peter Hurley
2014-11-27 11:10           ` Geert Uytterhoeven
2014-11-27 13:50           ` Grant Likely
2014-11-27 14:33             ` Arnd Bergmann
2014-11-12 20:53 ` [PATCH V2 02/10] serial: core: Add big-endian iotype Kevin Cernekee
2014-11-12 20:54 ` [PATCH V2 03/10] of: Fix of_device_is_compatible() comment Kevin Cernekee
2014-11-18 17:32   ` Grant Likely
2014-11-12 20:54 ` [PATCH V2 04/10] of: Change of_device_is_available() to return bool Kevin Cernekee
2014-11-18 17:33   ` Grant Likely
2014-11-12 20:54 ` [PATCH V2 05/10] of: Add helper function to check MMIO register endianness Kevin Cernekee
2014-11-18 21:47   ` Grant Likely
2014-11-12 20:54 ` [PATCH V2 06/10] serial: pxa: Add fifo-size and {big,native}-endian properties Kevin Cernekee
2014-11-19 14:49   ` Grant Likely
2014-11-19 16:23     ` Kevin Cernekee
2014-11-12 20:54 ` [PATCH V2 07/10] serial: pxa: Make the driver buildable for BCM7xxx set-top platforms Kevin Cernekee
2014-11-12 20:54 ` [PATCH V2 08/10] serial: pxa: Update DT binding documentation Kevin Cernekee
2014-11-12 20:54 ` [PATCH V2 09/10] serial: earlycon: Set UPIO_MEM32BE based on DT properties Kevin Cernekee
2014-11-18 21:50   ` Grant Likely
2014-11-19  3:16   ` Rob Herring
2014-11-19 14:43     ` Grant Likely
2014-11-12 20:54 ` [PATCH V2 10/10] serial: pxa: Add OF_EARLYCON support Kevin Cernekee
     [not found] ` <1415825647-6024-1-git-send-email-cernekee-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-11-13  7:36   ` [PATCH V2 00/10] UART driver support for BMIPS multiplatform kernels Robert Jarzmik
2014-11-13 16:39     ` Kevin Cernekee

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