mbox series

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

Message ID 1526305378-15479-1-git-send-email-patrice.chotard@st.com
Headers show
Series Update STM32 QSPI driver | expand

Message

Patrice CHOTARD May 14, 2018, 1:42 p.m. UTC
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(-)

Comments

Jagan Teki May 16, 2018, 1:12 p.m. UTC | #1
On Mon, May 14, 2018 at 7:12 PM, Patrice Chotard <patrice.chotard@st.com> wrote:
> 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

Reviewed-by: Jagan Teki <jagan@openedev.com>

Applied to u-boot-spi/master