Re: [U-Boot] [PATCH v3 4/7] arm: serial: Add ability to use pre-initialized UARTs

2015-08-14 Thread Simon Glass
Hi, On 13 August 2015 at 09:14, Sergey Temerkhanov wrote: > On some systems, UART initialization is performed before running U-Boot. > This commit allows to skip UART re-initializaion on those systems > > Signed-off-by: Sergey Temerkhanov > Signed-off-by: Radha Mohan Chintakuntla > > --- > > Ch

[U-Boot] [PATCH v3 4/7] arm: serial: Add ability to use pre-initialized UARTs

2015-08-13 Thread Sergey Temerkhanov
On some systems, UART initialization is performed before running U-Boot. This commit allows to skip UART re-initializaion on those systems Signed-off-by: Sergey Temerkhanov Signed-off-by: Radha Mohan Chintakuntla --- Changes in v3: - Added __used keyword Changes in v2: None drivers/serial/s