[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1402569099-9900-1-git-send-email-vgupta@synopsys.com>
Date: Thu, 12 Jun 2014 16:01:30 +0530
From: Vineet Gupta <Vineet.Gupta1@...opsys.com>
To: Rob Herring <robh+dt@...nel.org>, Pawel Moll <pawel.moll@....com>,
"Mark Rutland" <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Kumar Gala <galak@...eaurora.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jslaby@...e.cz>, Paul Bolle <pebolle@...cali.nl>
CC: <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-serial@...r.kernel.org>, <Francois.Bedard@...opsys.com>,
Vineet Gupta <Vineet.Gupta1@...opsys.com>
Subject: [PATCH 0/9] Generic earlyconsole for ARC UART Driver
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists