[PATCH 0/9] Generic earlyconsole for ARC UART Driver

From: Vineet Gupta
Date: Thu Jun 12 2014 - 06:32:44 EST


Hi,

This series switches ARC UART from custom earlyprintk support to generic
earlycon (many thanks to Rob for doing that).

The motivation is to get rid of the early platform code, which in turn
would help consolidate the init code across several ARC platforms.

First 3 patches are general cleanup/refactoring, not necesarily related to
earlycon.

Also the ARC platform change (8/9) is bundled in to keep series bisectable
w/o timing hassles. However it can be dropped if tty maintainers deem so.

Please review.

Thx,
-Vineet

Vineet Gupta (9):
serial/arc: use uart_console_write() helper
serial/arc: Refactor by referencing to uart_port where possible
serial/arc: Remove the workaround for legacy ISS
serial/arc: Use generic earlycon infrastructure
serial/arc: remove earlyprintk support and switch to earlycon
serial/arc: remove last remanants of platform data
serial/arc: inline the probe helper
ARC: [arcfpga] RIP early uart platform device stuff
serial/arc: Add DT based earlycon support

arch/arc/boot/dts/angel4.dts | 3 +-
arch/arc/plat-arcfpga/Kconfig | 7 -
arch/arc/plat-arcfpga/platform.c | 97 +-----------
drivers/tty/serial/Kconfig | 1 +
drivers/tty/serial/arc_uart.c | 329 ++++++++++++++-------------------------
5 files changed, 123 insertions(+), 314 deletions(-)

--
1.8.3.2

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/