On Tue, Oct 21, 2014 at 03:22:56PM -0700, Kevin Cernekee wrote: > V2->V3: > > Change DT clock node based on review feedback (thanks Arnd!) > > Rebase on Linus' master branch > > > Kevin Cernekee (10): > tty: serial: bcm63xx: Allow bcm63xx_uart to be built on other > platforms > tty: serial: bcm63xx: Add support for unnamed clock outputs from DT > tty: serial: bcm63xx: Update the Kconfig help text > tty: serial: bcm63xx: Fix typo in MODULE_DESCRIPTION > Documentation: DT: Add entries for bcm63xx UART > tty: serial: bcm63xx: Enable DT earlycon support > tty: serial: bcm63xx: Eliminate unnecessary request/release functions > tty: serial: of-serial: Suppress warnings if OF earlycon is invoked > twice > tty: serial: of-serial: Allow OF earlycon to default to "on" > MAINTAINERS: Add entry for rp2 (Rocketport Express/Infinity) driver > > .../devicetree/bindings/serial/bcm63xx-uart.txt | 30 ++++++++++++ > MAINTAINERS | 6 +++ > drivers/of/fdt.c | 17 +++++-- > drivers/tty/serial/Kconfig | 30 ++++++++---- > drivers/tty/serial/bcm63xx_uart.c | 55 +++++++++++++--------- > include/linux/serial_bcm63xx.h | 2 - > 6 files changed, 104 insertions(+), 36 deletions(-) > create mode 100644 Documentation/devicetree/bindings/serial/bcm63xx-uart.txt I've applied 8 of these patches, not patches 08 or 09 at this time. thanks, greg k-h