[PATCH 5/6] tty: serial: Add RDA Micro UART driver

2017-06-26 Thread Andreas Färber
Add "rda" earlycon driver for RDA8810PL UART. Signed-off-by: Andreas Färber --- Documentation/admin-guide/kernel-parameters.txt | 6 ++ drivers/tty/serial/Kconfig | 19 drivers/tty/serial/Makefile | 1 + drivers/tty/serial/

[PATCH v5 08/26] tty: serial: Add Actions Semi Owl UART earlycon

2017-06-18 Thread Andreas Färber
This implements an earlycon for Actions Semi S500/S900 SoCs. Based on LeMaker linux-actions tree. Signed-off-by: Andreas Färber --- v4 -> v5: * Squashed documentation (Greg) v3 -> v4: Unchanged v2 -> v3: * Adopted BIT() macro v1 -> v2: * Extended Kconfig help to ment

[PATCH v4 00/28] ARM: Initial Actions Semi S500 and S900 enablement

2017-06-05 Thread Andreas Färber
el.org Cc: Jonathan Corbet Cc: devicet...@vger.kernel.org Andreas Färber (28): dt-bindings: Add vendor prefix for Actions Semi dt-bindings: arm: Document Actions Semi S500 dt-bindings: timer: Document Owl timer clocksource: Add Owl timer clocksource: owl: Add S900 support ARM: Prepare Act

[PATCH v4 10/28] Documentation: kernel-parameters: Document owl earlycon

2017-06-05 Thread Andreas Färber
Add the "owl" earlycon option to kernel-parameters.txt. Signed-off-by: Andreas Färber --- v3 -> v4: * Extended help text and commit message (Jonathan) v1 -> v2 -> v3: unchanged Documentation/admin-guide/kernel-parameters.txt | 6 ++ 1 file changed, 6 insertio

Re: [PATCH v2 09/17] Documentation: kernel-parameters: Document owl earlycon

2017-03-03 Thread Andreas Färber
Am 03.03.2017 um 23:46 schrieb Jonathan Corbet: > On Fri, 24 Feb 2017 04:40:47 +0100 > Andreas Färber wrote: > >> +owl, >> +Start an early, polled-mode console on an Owl serial >> +port at the specified ad

[PATCH v3 00/25] ARM: Initial Actions Semi S500 and S900 enablement

2017-02-27 Thread Andreas Färber
* Add clocksource driver Cc: Mark Rutland Cc: Arnd Bergmann Cc: Rob Herring Cc: Daniel Lezcano Cc: mp...@actions-semi.com Cc: 96boa...@ucrobotics.com Cc: supp...@lemaker.org Cc: linux-ser...@vger.kernel.org Cc: linux-doc@vger.kernel.org Cc: devicet...@vger.kernel.org Andreas Färber (25): dt-binding

[PATCH v3 10/25] Documentation: kernel-parameters: Document owl earlycon

2017-02-27 Thread Andreas Färber
Signed-off-by: Andreas Färber --- v1 -> v2 -> v3: unchanged Documentation/admin-guide/kernel-parameters.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 986e443..f

[PATCH v2 09/17] Documentation: kernel-parameters: Document owl earlycon

2017-02-23 Thread Andreas Färber
Signed-off-by: Andreas Färber --- v1 -> v2: unchanged Documentation/admin-guide/kernel-parameters.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 986e443..f48a142 100

[PATCH v2 1/8] Documentation: arm: Marvell: Document IAP140

2017-02-21 Thread Andreas Färber
IAP140 is either based on or was renamed from PXA1908. Signed-off-by: Andreas Färber --- v2: new (Thomas) Documentation/arm/Marvell/README | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Documentation/arm/Marvell/README b/Documentation/arm/Marvell/README

[PATCH 07/11] Documentation: kernel-parameters: Document owl earlycon

2017-02-15 Thread Andreas Färber
Signed-off-by: Andreas Färber --- Documentation/admin-guide/kernel-parameters.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 01f5788..c741166 100644 --- a/Documentation/admin

Re: [PATCH v3 6/6] net: smmac: allow configuring lower pbl values

2016-12-08 Thread Andreas Färber
Hi, In subject: s/smmac/stmmac/ Regards, Andreas -- SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG Nürnberg) -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majord...@v

Re: [PATCH v4] tty: serial: meson: Implement earlycon support

2016-03-23 Thread Andreas Färber
Am 06.03.2016 um 12:21 schrieb Andreas Färber: > Split off the bulk of the existing meson_serial_console_write() > implementation into meson_serial_port_write() for implementing > meson_serial_early_console_write(). > > Use "meson" as the earlycon driver name, courtesy of

[PATCH v4] tty: serial: meson: Implement earlycon support

2016-03-06 Thread Andreas Färber
ne Signed-off-by: Andreas Färber --- v3 -> v4: * Select SERIAL_EARLYCON (Arnd) v2 -> v3: * Rename from "meson_serial" to just "meson" (Nicolas) v1 -> v2: * Implement meson_serial_early_console_write() instead of reusing meson_serial_console_write() (Peter)

[PATCH v3] tty: serial: meson: Implement earlycon support

2016-03-01 Thread Andreas Färber
Split off the bulk of the existing meson_serial_console_write() implementation into meson_serial_port_write() for implementing meson_serial_early_console_write(). Use "meson" as the earlycon driver name, courtesy of Nicolas. Signed-off-by: Nicolas Saenz Julienne Signed-off-by: Andr

[PATCH v2] tty: serial: meson: Implement earlycon support

2016-02-08 Thread Andreas Färber
Split off the bulk of the existing meson_serial_console_write() implementation into meson_serial_port_write() for implementing meson_serial_early_console_write(). Signed-off-by: Andreas Färber --- v1 -> v2: * Implement meson_serial_early_console_write() instead of reus

Re: [PATCH] tty: serial: meson: Implement earlycon support

2016-02-08 Thread Andreas Färber
Hi Peter, Am 08.02.2016 um 05:22 schrieb Peter Hurley: > On 02/07/2016 12:57 PM, Andreas Färber wrote: >> Reuse the existing console write implementation for implementing >> DT-based and command-line-based earlycon support. >> >> Signed-off-by: Andreas Färber >

[PATCH] tty: serial: meson: Implement earlycon support

2016-02-07 Thread Andreas Färber
Reuse the existing console write implementation for implementing DT-based and command-line-based earlycon support. Signed-off-by: Andreas Färber --- Documentation/kernel-parameters.txt | 6 ++ drivers/tty/serial/meson_uart.c | 13 + 2 files changed, 19 insertions(+) diff