[U-Boot] [PATCH v1 00/11] Update STM32 QSPI driver

Patrice Chotard patrice.chotard at st.com
Thu Apr 26 15:05:10 UTC 2018


This series :
  _ removes useless CONFIG_CLK flag
  _ fixes checkpatch warnings
  _ sorts include files in alphabetical order
  _ align DT bindings with kernel in DT and in driver code
  _ updates mode management
  _ add chip select management
  _ uses dev_read_xxx API
  _ add reset support



Christophe Kerello (4):
  spi: stm32_qspi: Align reg-names with kernel 4.12 RC1
  spi: stm32_qspi: Add st,stm32f469-qspi compatible string
  spi: stm32_qspi: Update mode management
  spi: stm32_qspi: Add chip select management

Patrice Chotard (6):
  spi: stm32_qspi: Remove CONFIG_CLK flag
  spi: stm32_qspi: Sort include files alphabetically
  spi: stm32_qspi: Use dev_read_xxx API
  spi: stm32_qspi: Add reset support
  ARM: dts: stm32: Add quadspi reset for stm32f746
  ARM: dts: stm32: Update qspi bindings for stm32f746

Patrick Delaunay (1):
  spi: stm32_qspi: Solve issue detected by checkpatch

 arch/arm/dts/stm32f746.dtsi |   3 +-
 drivers/spi/stm32_qspi.c    | 121 ++++++++++++++++++++++++++++----------------
 2 files changed, 80 insertions(+), 44 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list