Re: [PATCH 1/6] spi: Add Qualcomm QUP SPI controller driver

2020-10-22 Thread Tom Rini
On Thu, Oct 08, 2020 at 10:05:09PM +0200, Robert Marko wrote: > This patch adds support for the Qualcomm QUP SPI controller that is commonly > found in most of Qualcomm SoC-s. > > Driver currently supports v1.1.1, v2.1.1 and v2.2.1 HW. > FIFO and Block modes are supported, no support for DMA mod

[PATCH 1/6] spi: Add Qualcomm QUP SPI controller driver

2020-10-08 Thread Robert Marko
This patch adds support for the Qualcomm QUP SPI controller that is commonly found in most of Qualcomm SoC-s. Driver currently supports v1.1.1, v2.1.1 and v2.2.1 HW. FIFO and Block modes are supported, no support for DMA mode is planned. Signed-off-by: Robert Marko Signed-off-by: Luka Kovacic