OSDN Git Service

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)
commit047980c582af665e1581e60ebf3e57977e621c23
tree1e6383518fa04b9de09935ef2fbac61f117ba605
parent4a08d6c8662472121b0ddc29180ab3c94c34f586
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]