]> asedeno.scripts.mit.edu Git - linux.git/commit
spi: add driver for STM32 SPI controller
authorAmelie Delaunay <amelie.delaunay@st.com>
Wed, 21 Jun 2017 14:32:06 +0000 (16:32 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 21 Jun 2017 15:15:54 +0000 (16:15 +0100)
commitdcbe0d84dfa5a3e72b8e6ce622cd5ac78abbcab8
treed7f09d12be8c0ace2f90d66f7753ad3fac5fabec
parent82a29bf9952acd1be7e76783604686abeb4e5b1d
spi: add driver for STM32 SPI controller

The STM32 Serial Peripheral Interface (SPI) can be used to communicate
with external devices while using the specific synchronous protocol. It
supports a half-duplex, full-duplex and simplex synchronous, serial
communication with external devices with 4-bit to 16/32-bit per word. It
has two 8x/16x 8-bit embedded Rx and TxFIFOs with DMA capability. It can
operate in master or slave mode.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/spi-stm32.c [new file with mode: 0644]