[U-Boot] [PATCH v4 0/9] Add support of CONFIG_BLK for STM32Fx platforms
Patrice Chotard
patrice.chotard at st.com
Wed Jul 25 15:49:03 UTC 2018
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
More information about the U-Boot
mailing list