]> Git Repo - u-boot.git/commit
spi: Add Qualcomm QUP SPI controller driver
authorRobert Marko <[email protected]>
Thu, 8 Oct 2020 20:05:09 +0000 (22:05 +0200)
committerTom Rini <[email protected]>
Thu, 22 Oct 2020 13:54:54 +0000 (09:54 -0400)
commit367ea426a51886f6815e520f8b75a010cfa1bdfb
tree94ca22747d3e50f004939593fa3b0d154e2e0463
parent3311eda658e0d800eec1aae4e608726a00e19865
spi: Add Qualcomm QUP SPI controller driver

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 <[email protected]>
Signed-off-by: Luka Kovacic <[email protected]>
Cc: Luka Perkov <[email protected]>
MAINTAINERS
doc/device-tree-bindings/spi/spi-qup.txt [new file with mode: 0644]
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-qup.c [new file with mode: 0644]
This page took 0.038459 seconds and 4 git commands to generate.