Re: [U-Boot] [PATCH v1 3/5] dm: serial: Add setparity

2018-05-21 Thread Patrice CHOTARD
Hi Simon On 05/18/2018 03:37 AM, Simon Glass wrote: > Hi Patrick, > > On 17 May 2018 at 06:50, Patrice Chotard wrote: >> From: Patrick Delaunay >> >> Implements serial setparity ops to allow uart parity change. >> It allows to select ODD, EVEN or NONE parity. >> >> Signed-off-by: Patrick Delaun

Re: [U-Boot] [PATCH v1 3/5] dm: serial: Add setparity

2018-05-17 Thread Simon Glass
Hi Patrick, On 17 May 2018 at 06:50, Patrice Chotard wrote: > From: Patrick Delaunay > > Implements serial setparity ops to allow uart parity change. > It allows to select ODD, EVEN or NONE parity. > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrice Chotard > --- > > include/serial.h

[U-Boot] [PATCH v1 3/5] dm: serial: Add setparity

2018-05-17 Thread Patrice Chotard
From: Patrick Delaunay Implements serial setparity ops to allow uart parity change. It allows to select ODD, EVEN or NONE parity. Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chotard --- include/serial.h | 16 1 file changed, 16 insertions(+) diff --git a/include/