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 >> --- >>

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 >> --- >>

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

2016-02-07 Thread Peter Hurley
Hi Andreas, 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 > --- > Documentation/kernel-parameters.txt | 6 ++ >

[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

[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

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

2016-02-07 Thread Peter Hurley
Hi Andreas, 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 > --- > Documentation/kernel-parameters.txt | 6 ++ >