Re: [U-Boot] [PATCH] serial: ns16550: add setconfig support

2018-11-16 Thread Simon Goldschmidt
Am Fr., 16. Nov. 2018, 18:25 hat Simon Glass geschrieben: > Hi, > > On 16 November 2018 at 09:04, Simon Goldschmidt > wrote: > > > > > > Am Sa., 3. Nov. 2018, 08:56 hat Simon Goldschmidt > > geschrieben: > >> > >> On 03.11.2018 07:08, Simon Glass wrote: > >> > On 2 November 2018 at 14:28,

Re: [U-Boot] [PATCH] serial: ns16550: add setconfig support

2018-11-16 Thread Simon Glass
Hi, On 16 November 2018 at 09:04, Simon Goldschmidt wrote: > > > Am Sa., 3. Nov. 2018, 08:56 hat Simon Goldschmidt > geschrieben: >> >> On 03.11.2018 07:08, Simon Glass wrote: >> > On 2 November 2018 at 14:28, Simon Goldschmidt >> > wrote: >> >> Add possibility to update the serial parity

Re: [U-Boot] [PATCH] serial: ns16550: add setconfig support

2018-11-16 Thread Simon Goldschmidt
Am Fr., 16. Nov. 2018, 18:09 hat Tom Rini geschrieben: > On Fri, Nov 16, 2018 at 06:04:40PM +0100, Simon Goldschmidt wrote: > > Am Sa., 3. Nov. 2018, 08:56 hat Simon Goldschmidt < > > simon.k.r.goldschm...@gmail.com> geschrieben: > > > > > On 03.11.2018 07:08, Simon Glass wrote: > > > > On 2

Re: [U-Boot] [PATCH] serial: ns16550: add setconfig support

2018-11-16 Thread Tom Rini
On Fri, Nov 16, 2018 at 06:04:40PM +0100, Simon Goldschmidt wrote: > Am Sa., 3. Nov. 2018, 08:56 hat Simon Goldschmidt < > simon.k.r.goldschm...@gmail.com> geschrieben: > > > On 03.11.2018 07:08, Simon Glass wrote: > > > On 2 November 2018 at 14:28, Simon Goldschmidt > > > wrote: > > >> Add

Re: [U-Boot] [PATCH] serial: ns16550: add setconfig support

2018-11-16 Thread Simon Goldschmidt
Am Sa., 3. Nov. 2018, 08:56 hat Simon Goldschmidt < simon.k.r.goldschm...@gmail.com> geschrieben: > On 03.11.2018 07:08, Simon Glass wrote: > > On 2 November 2018 at 14:28, Simon Goldschmidt > > wrote: > >> Add possibility to update the serial parity used. > >> > >> Signed-off-by: Simon

Re: [U-Boot] [PATCH] serial: ns16550: add setconfig support

2018-11-06 Thread Hannes Schmelzer
> Betreff: [PATCH] serial: ns16550: add setconfig support > > Add possibility to update the serial parity used. > > Signed-off-by: Simon Goldschmidt > --- > > drivers/serial/ns16550.c | 43 ++-- > 1 file changed, 41 insertions(+), 2 deletions(-)

Re: [U-Boot] [PATCH] serial: ns16550: add setconfig support

2018-11-03 Thread Simon Goldschmidt
On 03.11.2018 07:08, Simon Glass wrote: On 2 November 2018 at 14:28, Simon Goldschmidt wrote: Add possibility to update the serial parity used. Signed-off-by: Simon Goldschmidt --- drivers/serial/ns16550.c | 43 ++-- 1 file changed, 41 insertions(+), 2

Re: [U-Boot] [PATCH] serial: ns16550: add setconfig support

2018-11-03 Thread Simon Glass
On 2 November 2018 at 14:28, Simon Goldschmidt wrote: > Add possibility to update the serial parity used. > > Signed-off-by: Simon Goldschmidt > --- > > drivers/serial/ns16550.c | 43 ++-- > 1 file changed, 41 insertions(+), 2 deletions(-) > Reviewed-by: