Re: Driver for Cadence UART

2021-04-23 Thread Mark Kettenis
+ > > > From: Visa Hankala > > > > > > This diff adds an initial driver for Cadence UART. This controller block > > > is present at least on Xilinx Zynq system-on-chips. > > > > > > I have tested the driver on Zynq-7000. The driver is functio

Re: Driver for Cadence UART

2021-04-23 Thread Visa Hankala
On Fri, Apr 23, 2021 at 04:26:34PM +0200, Mark Kettenis wrote: > > Date: Fri, 23 Apr 2021 12:54:54 + > > From: Visa Hankala > > > > This diff adds an initial driver for Cadence UART. This controller block > > is present at least on Xilinx Zynq system-on-chi

Re: Driver for Cadence UART

2021-04-23 Thread Mark Kettenis
> Date: Fri, 23 Apr 2021 12:54:54 + > From: Visa Hankala > > This diff adds an initial driver for Cadence UART. This controller block > is present at least on Xilinx Zynq system-on-chips. > > I have tested the driver on Zynq-7000. The driver is functional enough > t

Driver for Cadence UART

2021-04-23 Thread Visa Hankala
This diff adds an initial driver for Cadence UART. This controller block is present at least on Xilinx Zynq system-on-chips. I have tested the driver on Zynq-7000. The driver is functional enough to give a working console on RAMDISK. The driver might work on Zynq UltraScale+ as well, but that I