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

2020-10-06 Thread Mateusz Holenko
Hi Geert, On Fri, Sep 25, 2020 at 3:41 PM Geert Uytterhoeven wrote: > > Hi Mateusz, > > On Wed, Sep 23, 2020 at 12:12 PM Mateusz Holenko > wrote: > > From: Filip Kokosinski > > > > This commit adds driver for the FPGA-based LiteUART serial controller > > from LiteX SoC builder. > > > > The cur

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

2020-09-25 Thread Geert Uytterhoeven
Hi Mateusz, On Wed, Sep 23, 2020 at 12:12 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 w

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

2020-09-23 Thread Mateusz Holenko
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 does not support IRQ. Signed-off-by: Filip Kokosinski Signed-off-by: M