From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 3 Nov 2018 00:08:40 -0600 Subject: [U-Boot] [PATCH] serial: ns16550: add setconfig support In-Reply-To: <20181102202808.5281-1-simon.k.r.goldschmidt@gmail.com> References: <20181102202808.5281-1-simon.k.r.goldschmidt@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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: Simon Glass Ideally we should call this from sandbox (or a test) somewhere.