summaryrefslogtreecommitdiff
path: root/drivers/spi/spi-synquacer.c
AgeCommit message (Collapse)AuthorFilesLines
2021-07-06spi: synquacer: Add HSSPI SPI controller driver for SynQuacerJassi Brar1-0/+491
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>