Re: [U-Boot] [PATCH 1/2] spi: add support for ARM PL022 SPI controller

2018-08-09 Thread Jagan Teki
On Tue, Aug 7, 2018 at 2:47 PM, Quentin Schulz wrote: > This adds support for the ARM PL022 SPI controller for the standard > variant (0x00041022) which has a 16bit wide and 8 locations deep TX/RX > FIFO. > > A few parts were borrowed from the Linux kernel driver. > > Cc: Armando Visconti > Cc:

Re: [U-Boot] [PATCH 1/2] spi: add support for ARM PL022 SPI controller

2018-08-09 Thread Armando Visconti
Quentin, Thx for resurrecting it! I took a quick look and it seems good to me. Armando On 08/07/2018 11:17 AM, Quentin Schulz wrote: This adds support for the ARM PL022 SPI controller for the standard variant (0x00041022) which has a 16bit wide and 8 locations deep TX/RX FIFO. A few parts

[U-Boot] [PATCH 1/2] spi: add support for ARM PL022 SPI controller

2018-08-07 Thread Quentin Schulz
This adds support for the ARM PL022 SPI controller for the standard variant (0x00041022) which has a 16bit wide and 8 locations deep TX/RX FIFO. A few parts were borrowed from the Linux kernel driver. Cc: Armando Visconti Cc: Vipin Kumar Signed-off-by: Quentin Schulz --- Based on "[PATCH v6]