Re: [PATCH] serial: zynq: Add support for serial parameters

2021-06-24 Thread Kunihiko Hayashi
Hi Michal, On 2021/06/23 20:15, Michal Simek wrote: Hi Kunihiko, On 6/23/21 12:52 PM, Kunihiko Hayashi wrote: Hi Michal, On 2021/06/22 21:44, Michal Simek wrote: Hi, On 6/22/21 6:24 AM, Kunihiko Hayashi wrote: This adds serial parameters that include stop bit mode, parity mode, and charact

Re: [PATCH] serial: zynq: Add support for serial parameters

2021-06-23 Thread Michal Simek
Hi Kunihiko, On 6/23/21 12:52 PM, Kunihiko Hayashi wrote: > Hi Michal, > > On 2021/06/22 21:44, Michal Simek wrote: >> Hi, >> >> On 6/22/21 6:24 AM, Kunihiko Hayashi wrote: >>> This adds serial parameters that include stop bit mode, parity mode, >>> and character length. Mark parity and space par

Re: [PATCH] serial: zynq: Add support for serial parameters

2021-06-23 Thread Kunihiko Hayashi
Hi Michal, On 2021/06/22 21:44, Michal Simek wrote: Hi, On 6/22/21 6:24 AM, Kunihiko Hayashi wrote: This adds serial parameters that include stop bit mode, parity mode, and character length. Mark parity and space parity modes are not supported. Signed-off-by: Kunihiko Hayashi --- drivers/s

Re: [PATCH] serial: zynq: Add support for serial parameters

2021-06-22 Thread Michal Simek
Hi, On 6/22/21 6:24 AM, Kunihiko Hayashi wrote: > This adds serial parameters that include stop bit mode, parity mode, > and character length. Mark parity and space parity modes are not > supported. > > Signed-off-by: Kunihiko Hayashi > --- > drivers/serial/serial_zynq.c | 64 > +++

[PATCH] serial: zynq: Add support for serial parameters

2021-06-21 Thread Kunihiko Hayashi
This adds serial parameters that include stop bit mode, parity mode, and character length. Mark parity and space parity modes are not supported. Signed-off-by: Kunihiko Hayashi --- drivers/serial/serial_zynq.c | 64 1 file changed, 64 insertions(+) d