Re: [PATCH 0/3] bsps/zynq: Add cadence-SPI driver

2021-02-12 Thread Chris Johns
On 13/2/21 10:18 am, Kinsey Moore wrote: > On 12/2/21 5:14 am, Chris Johns wrote: >> On 13/2/21 10:10 am, Joel Sherrill wrote: >>> On Fri, Feb 12, 2021 at 5:06 PM Chris Johns >> > wrote: >>> >>> On 13/2/21 12:25 am, Jan Sommer wrote: >>> > This patchset implements a

RE: [PATCH 0/3] bsps/zynq: Add cadence-SPI driver

2021-02-12 Thread Kinsey Moore
On 12/2/21 5:14 am, Chris Johns wrote: >On 13/2/21 10:10 am, Joel Sherrill wrote: >> On Fri, Feb 12, 2021 at 5:06 PM Chris Johns > > wrote: >> >> On 13/2/21 12:25 am, Jan Sommer wrote: >> > This patchset implements a driver for the cadence-spi >> > device of th

Re: [PATCH 0/3] bsps/zynq: Add cadence-SPI driver

2021-02-12 Thread Chris Johns
On 13/2/21 10:10 am, Joel Sherrill wrote: > On Fri, Feb 12, 2021 at 5:06 PM Chris Johns > wrote: > > On 13/2/21 12:25 am, Jan Sommer wrote: > > This patchset implements a driver for the cadence-spi > > device of the Xilinx Zynq-7000 based SoCsĀ  using the spide

Re: [PATCH 0/3] bsps/zynq: Add cadence-SPI driver

2021-02-12 Thread Joel Sherrill
On Fri, Feb 12, 2021 at 5:06 PM Chris Johns wrote: > On 13/2/21 12:25 am, Jan Sommer wrote: > > This patchset implements a driver for the cadence-spi > > device of the Xilinx Zynq-7000 based SoCs using the spidev API.s > > Thanks for the driver. > > A quick review of the differences between the

Re: [PATCH 0/3] bsps/zynq: Add cadence-SPI driver

2021-02-12 Thread Chris Johns
On 13/2/21 12:25 am, Jan Sommer wrote: > This patchset implements a driver for the cadence-spi > device of the Xilinx Zynq-7000 based SoCs using the spidev API.s Thanks for the driver. A quick review of the differences between the Zynq and Ulttrascale in this document from Xilinx: https://www.x

[PATCH 0/3] bsps/zynq: Add cadence-SPI driver

2021-02-12 Thread Jan Sommer
This patchset implements a driver for the cadence-spi device of the Xilinx Zynq-7000 based SoCs using the spidev API. Jan Sommer (3): bsps/xilinx_zynq: Add SPI driver for cadence-spi bsps/xilinx_zynq: Add SPI driver to waf bsps/xilinx_zynq: Add SPI driver to autotools build bsps/arm/xili