Re: [U-Boot] [PATCH 06/10] debug_uart: Adjust the declaration of debug_uart_init()

2015-10-18 Thread Simon Glass
Hi Bin, On 14 September 2015 at 06:16, Bin Meng wrote: > Hi Simon, > > On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: >> We want to be able to add other common code to this function. So change the >> driver's version to have an underscore before it, just like >> _debug_uart_putc(). Define de

Re: [U-Boot] [PATCH 06/10] debug_uart: Adjust the declaration of debug_uart_init()

2015-09-14 Thread Bin Meng
Hi Simon, On Wed, Sep 9, 2015 at 7:52 AM, Simon Glass wrote: > We want to be able to add other common code to this function. So change the > driver's version to have an underscore before it, just like > _debug_uart_putc(). Define debug_uart_init() to call this version. > > Update all drivers to t

[U-Boot] [PATCH 06/10] debug_uart: Adjust the declaration of debug_uart_init()

2015-09-08 Thread Simon Glass
We want to be able to add other common code to this function. So change the driver's version to have an underscore before it, just like _debug_uart_putc(). Define debug_uart_init() to call this version. Update all drivers to this new method. Signed-off-by: Simon Glass --- drivers/serial/ns1655