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