Re: [PATCH v6 5/5] drivers/tty/serial: add LiteUART driver

2020-06-04 Thread Mateusz Holenko
On Thu, Jun 4, 2020 at 9:57 AM Greg Kroah-Hartman wrote: > > On Thu, Jun 04, 2020 at 09:16:25AM +0200, Mateusz Holenko wrote: > > On Wed, May 27, 2020 at 6:27 PM Mateusz Holenko > > wrote: > > > > > > From: Filip Kokosinski > > > > > > This commit adds driver for the FPGA-based LiteUART serial

Re: [PATCH v6 5/5] drivers/tty/serial: add LiteUART driver

2020-06-04 Thread Greg Kroah-Hartman
On Thu, Jun 04, 2020 at 09:16:25AM +0200, Mateusz Holenko wrote: > On Wed, May 27, 2020 at 6:27 PM Mateusz Holenko wrote: > > > > From: Filip Kokosinski > > > > This commit adds driver for the FPGA-based LiteUART serial controller > > from LiteX SoC builder. > > > > The current implementation sup

Re: [PATCH v6 5/5] drivers/tty/serial: add LiteUART driver

2020-06-04 Thread Mateusz Holenko
On Wed, May 27, 2020 at 6:27 PM Mateusz Holenko wrote: > > From: Filip Kokosinski > > This commit adds driver for the FPGA-based LiteUART serial controller > from LiteX SoC builder. > > The current implementation supports LiteUART configured > for 32 bit data width and 8 bit CSR bus width. > > It