[U-Boot] [PATCH v2 00/10] Update STM32 QSPI driver

Patrice Chotard patrice.chotard at st.com
Mon May 14 13:42:48 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
  _ add chip select management
  _ uses dev_read_xxx API
  _ add reset support


Changes in v2:
 _ remove "update mode management" patch, will be reworked and
   submitted separately

Christophe Kerello (3):
  spi: stm32_qspi: Align reg-names with kernel 4.12 RC1
  spi: stm32_qspi: Add st,stm32f469-qspi compatible string
  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    | 91 ++++++++++++++++++++++++++++++---------------
 2 files changed, 62 insertions(+), 32 deletions(-)

-- 
1.9.1



More information about the U-Boot mailing list