]> git.baikalelectronics.ru Git - kernel.git/commit
spi: add driver for ar934x spi controller
authorChuanhong Guo <gch981213@gmail.com>
Mon, 10 Feb 2020 03:41:51 +0000 (11:41 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 11 Feb 2020 11:37:30 +0000 (11:37 +0000)
commite4c4b74a50e36beda75452a3c9f7735ddd4a093e
tree1e6383518fa04b9de09935ef2fbac61f117ba605
parent51709ea35c3ee343b7013ef7d83df8b63bd53d23
spi: add driver for ar934x spi controller

This patch adds driver for SPI controller found in Qualcomm Atheros
AR934x/QCA95xx SoCs.
This controller is a superset of the already supported qca,ar7100-spi.
Besides the bit-bang mode in spi-ath79.c, this new controller added
a new "shift register" mode, allowing faster spi operations.

Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
Link: https://lore.kernel.org/r/20200210034152.49063-2-gch981213@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-ar934x.c [new file with mode: 0644]