spi: stm32: Add Serial Peripheral Interface driver for STM32MP
authorPatrice Chotard <patrice.chotard@st.com>
Tue, 30 Apr 2019 16:08:28 +0000 (18:08 +0200)
committerPatrice Chotard <patrice.chotard@st.com>
Thu, 6 Jun 2019 15:40:17 +0000 (17:40 +0200)
commita2a89b2e21dbb68c9302a174013a1fab3a8ef42b
tree50ebd8b2c595203ff44a78b8ff8420dfb19039c2
parent248278d7f789c8f885197a22285639c635f5a34b
spi: stm32: Add Serial Peripheral Interface driver for STM32MP

Add SPI driver support for STM32MP SoCs family.

Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
MAINTAINERS
drivers/spi/Kconfig
drivers/spi/Makefile
drivers/spi/stm32_spi.c [new file with mode: 0644]