Re: [U-Boot] [PATCH 3/3] dm: serial: Remove duplicated carriage return character

2016-03-12 Thread Simon Glass
On 1 March 2016 at 20:37, Bin Meng wrote: > On Wed, Mar 2, 2016 at 11:00 AM, Alison Wang wrote: >> As the handling for carriage return and line feed is done in the common >> DM driver serial-uclass.c, such handling in some serial DM drivers is >>

Re: [U-Boot] [PATCH 3/3] dm: serial: Remove duplicated carriage return character

2016-03-01 Thread Bin Meng
On Wed, Mar 2, 2016 at 11:00 AM, Alison Wang wrote: > As the handling for carriage return and line feed is done in the common > DM driver serial-uclass.c, such handling in some serial DM drivers is > duplicated and need to be removed. > > Signed-off-by: Alison Wang

[U-Boot] [PATCH 3/3] dm: serial: Remove duplicated carriage return character

2016-03-01 Thread Alison Wang
As the handling for carriage return and line feed is done in the common DM driver serial-uclass.c, such handling in some serial DM drivers is duplicated and need to be removed. Signed-off-by: Alison Wang --- drivers/serial/serial_arc.c| 3 ---