[U-Boot] [PATCH 0/3] Add SPI driver suport for STM32MP1

Patrice Chotard patrice.chotard at st.com
Tue Apr 30 16:08:26 UTC 2019


This series:
 - adds SPI1 clock entry in clock driver
 - adds STM32MP1 SPI driver
 - enables SPI for STM32MP1


Patrice Chotard (3):
  clk: stm32mp1: Add SPI1 clock entry
  spi: stm32: Add Serial Peripheral Interface driver for STM32MP
  configs: stm32mp15: Enable SPI relative flags

 MAINTAINERS                         |   1 +
 configs/stm32mp15_basic_defconfig   |   4 +
 configs/stm32mp15_trusted_defconfig |   4 +
 drivers/clk/clk_stm32mp1.c          |   7 +
 drivers/spi/Kconfig                 |   8 +
 drivers/spi/Makefile                |   1 +
 drivers/spi/stm32_spi.c             | 615 ++++++++++++++++++++++++++++++++++++
 7 files changed, 640 insertions(+)
 create mode 100644 drivers/spi/stm32_spi.c

-- 
1.9.1



More information about the U-Boot mailing list