Re: [U-Boot] [PATCH v2 9/9] dm: serial: Support changing the baud rate

2014-11-23 Thread Simon Glass
On 29 October 2014 at 20:09, Simon Glass wrote: > Implement this feature in the uclass so that the baudrate can be changed > with 'setenv baudrate '. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Add a patch to implement baud rate changes > > drivers/serial/serial-uclass.c | 67 >

[U-Boot] [PATCH v2 9/9] dm: serial: Support changing the baud rate

2014-10-29 Thread Simon Glass
Implement this feature in the uclass so that the baudrate can be changed with 'setenv baudrate '. Signed-off-by: Simon Glass --- Changes in v2: - Add a patch to implement baud rate changes drivers/serial/serial-uclass.c | 67 ++ 1 file changed, 67 insert