All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v4 0/9] Add support of CONFIG_BLK for STM32Fx platforms
@ 2018-07-25 15:49 Patrice Chotard
  2018-07-25 15:49 ` [U-Boot] [PATCH v4 1/9] configs: stm32f429-evaluation: Enable CONFIG_BLK Patrice Chotard
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Patrice Chotard @ 2018-07-25 15:49 UTC (permalink / raw)
  To: u-boot


This series :
  - adds support of CONFIG_BLK flag to STM32Fx platforms
  - enables CONFIG_BLK flag for STM32Fx based boards
  - adds missing clk_free() call in error path


Changes in v4:
  - update board DTS files to remove cd_inverted property
    and update cd-gpios active level

Changes in v3:
  - remove usage of "cd_inverted" DT property in dm_mmc_getcd()

Changes in v2:
 - replace devfdt_get_addr() by dev_read_addr()
 - re-introduce arm_pl180_mmc_ofdata_to_platdata()

Patrice Chotard (9):
  configs: stm32f429-evaluation: Enable CONFIG_BLK
  configs: stm32f746-disco: Enable CONFIG_BLK
  configs: stm32f469-disco: Enable CONFIG_BLK
  mmc: arm_pl180_mmci: Update to support CONFIG_BLK
  mmc: arm_pl180_mmci: Add missing clk_free
  mmc: arm_pl180_mmci: Remove cd_inverted host's struct field
  ARM: dts: stm32: remove cd-inverted for stm32429i-eval
  ARM: dts: stm32: remove cd-inverted for stm32f769-disco
  ARM: dts: stm32: remove cd-inverted for stm32f746-disco

 arch/arm/dts/stm32429i-eval.dts        |  3 +-
 arch/arm/dts/stm32f746-disco.dts       |  3 +-
 arch/arm/dts/stm32f769-disco.dts       |  3 +-
 configs/stm32f429-evaluation_defconfig |  1 -
 configs/stm32f469-discovery_defconfig  |  1 -
 configs/stm32f746-disco_defconfig      |  1 -
 drivers/mmc/arm_pl180_mmci.c           | 73 +++++++++++++++++++---------------
 drivers/mmc/arm_pl180_mmci.h           |  1 -
 8 files changed, 45 insertions(+), 41 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-08-06  7:30 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-25 15:49 [U-Boot] [PATCH v4 0/9] Add support of CONFIG_BLK for STM32Fx platforms Patrice Chotard
2018-07-25 15:49 ` [U-Boot] [PATCH v4 1/9] configs: stm32f429-evaluation: Enable CONFIG_BLK Patrice Chotard
2018-08-04 23:40   ` [U-Boot] [U-Boot, v4, " Tom Rini
2018-07-25 15:49 ` [U-Boot] [PATCH v4 2/9] configs: stm32f746-disco: " Patrice Chotard
2018-08-04 23:40   ` [U-Boot] [U-Boot, v4, " Tom Rini
2018-07-25 15:49 ` [U-Boot] [PATCH v4 3/9] configs: stm32f469-disco: " Patrice Chotard
2018-08-04 23:40   ` [U-Boot] [U-Boot, v4, " Tom Rini
2018-07-25 15:49 ` [U-Boot] [PATCH v4 4/9] mmc: arm_pl180_mmci: Update to support CONFIG_BLK Patrice Chotard
2018-08-04 23:40   ` [U-Boot] [U-Boot, v4, " Tom Rini
2018-07-25 15:49 ` [U-Boot] [PATCH v4 5/9] mmc: arm_pl180_mmci: Add missing clk_free Patrice Chotard
2018-08-04 23:40   ` [U-Boot] [U-Boot, v4, " Tom Rini
2018-07-25 15:49 ` [U-Boot] [PATCH v4 6/9] mmc: arm_pl180_mmci: Remove cd_inverted host's struct field Patrice Chotard
2018-08-04 23:40   ` [U-Boot] [U-Boot, v4, " Tom Rini
2018-07-25 15:49 ` [U-Boot] [PATCH v4 7/9] ARM: dts: stm32: remove cd-inverted for stm32429i-eval Patrice Chotard
2018-08-04 23:41   ` [U-Boot] [U-Boot, v4, " Tom Rini
2018-07-25 15:49 ` [U-Boot] [PATCH v4 8/9] ARM: dts: stm32: remove cd-inverted for stm32f769-disco Patrice Chotard
2018-07-25 15:49 ` [U-Boot] [PATCH v4 9/9] ARM: dts: stm32: remove cd-inverted for stm32f746-disco Patrice Chotard
2018-08-04 23:39   ` [U-Boot] [U-Boot, v4, " Tom Rini
2018-08-06  7:30     ` Patrice CHOTARD

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.