]> git.baikalelectronics.ru Git - uboot.git/commit
spi: synquacer: Add HSSPI SPI controller driver for SynQuacer
authorJassi Brar <jaswinder.singh@linaro.org>
Fri, 4 Jun 2021 09:44:27 +0000 (18:44 +0900)
committerTom Rini <trini@konsulko.com>
Tue, 6 Jul 2021 18:07:36 +0000 (14:07 -0400)
commit83975e3cde7682ced770d9361914034f855753d8
tree96e99f37474feef1a36d32486e176045e30238bc
parent05dcb5fa5728fadc9def86fdf4d80836fd08f5c0
spi: synquacer: Add HSSPI SPI controller driver for SynQuacer

This is a driver for the HSSPI SPI controller on SynQuacer SoC.
The HSSPI has command sequence mode (memory mapped) and
direct mode (FIFO access). The driver will operate it under
the direct mode. And before booting OS, it switch back to the
command sequence mode since that is compatible with default
EDK2 behavior.

Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Masami Hiramatsu <masami.hiramatsu@linaro.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-synquacer.c [new file with mode: 0644]