Re: [U-Boot] [PATCH v2 1/3] dm: serial: Replace setparity by setconfig

2018-08-03 Thread Patrice CHOTARD
Hi Simon On 08/02/2018 06:56 PM, Simon Glass wrote: > Hi Patrice, > > On 1 August 2018 at 09:58, Patrice Chotard wrote: >> From: Patrick Delaunay >> >> Replace setparity by more generic setconfig ops >> to allow uart parity, bits word length and stop bits >> number change. >> >> Adds SERIAL_GET

Re: [U-Boot] [PATCH v2 1/3] dm: serial: Replace setparity by setconfig

2018-08-02 Thread Simon Glass
Hi Patrice, On 1 August 2018 at 09:58, Patrice Chotard wrote: > From: Patrick Delaunay > > Replace setparity by more generic setconfig ops > to allow uart parity, bits word length and stop bits > number change. > > Adds SERIAL_GET_PARITY/BITS/STOP macros. > > Signed-off-by: Patrick Delaunay > S