Please pull u-boot-samsung master

Minkyu Kang mk7.kang at samsung.com
Thu Aug 22 12:20:10 CEST 2024


Dear Tom,

The following changes since commit d51764417dc37ead471a5597f7815ae455e84ea3:

  am335x_hs_evm_spi_defconfig: Add MAINTAINERS entry (2024-08-15 16:07:45
-0600)

are available in the git repository at:

  git at source.denx.de:u-boot/custodians/u-boot-samsung.git master

for you to fetch changes up to 25a972368cf926b4d70c22a2de65d959774d5cc5:

  doc: samsung: Mention enabled eMMC in E850-96 board doc (2024-08-19
16:09:06 +0900)

----------------------------------------------------------------
Sam Protsenko (38):
      mmc: dw_mmc: Remove unused version field from struct dwmci_host
      mmc: dw_mmc: Move struct idmac to dw_mmc.c
      mmc: dw_mmc: Extract waiting for data busy into a separate routine
      mmc: dw_mmc: Extract FIFO init into a separate routine
      mmc: dw_mmc: Extract divider update to a separate function
      mmc: dw_mmc: Extract FIFO data transfer into a separate routine
      mmc: dw_mmc: Extract DMA transfer handling code into a separate
routine
      mmc: dw_mmc: Extract setting the DMA descriptor into a separate
routine
      mmc: dw_mmc: Improve 32-bit IDMAC descriptor namings
      mmc: dw_mmc: Add support for 64-bit IDMAC
      mmc: dw_mmc: Replace fifoth_val property with fifo-depth
      mmc: dw_mmc: Fix kernel-doc comments in dwmmc.h
      mmc: dw_mmc: Improve coding style
      arm: dts: exynos: Add upstream DW MMC properties to all Exynos dts
      dt-bindings: exynos: Update bindings doc for DW MMC controller
      arm: exynos: Add header guard for dwmmc.h
      mmc: exynos_dw_mmc: Fix obtaining the base address of controller
      mmc: exynos_dw_mmc: Fix getting private data in
exynos_dwmci_board_init()
      mmc: exynos_dw_mmc: Don't call pinmux functions on ARM64 chips
      mmc: exynos_dw_mmc: Obtain and use CIU clock via CCF API
      mmc: exynos_dw_mmc: Use .of_to_plat for device tree parsing
      mmc: exynos_dw_mmc: Convert to use livetree API
      mmc: exynos_dw_mmc: Read upstream SDR timing properties
      mmc: exynos_dw_mmc: Abstract CLKSEL register
      mmc: exynos_dw_mmc: Refactor fixed CIU clock divider
      mmc: exynos_dw_mmc: Read common bus-width property
      mmc: exynos_dw_mmc: Read common clock-frequency property
      mmc: exynos_dw_mmc: Move quirks from struct dwmci_host to chip data
      mmc: exynos_dw_mmc: Read and use DDR timing when available
      mmc: exynos_dw_mmc: Set requested freq in get_mmc_clk() callback
      mmc: exynos_dw_mmc: Add support for ARM64 Exynos chips
      mmc: exynos_dw_mmc: Pull all init code into probe function
      mmc: exynos_dw_mmc: Don't call dwmci_setup_cfg() after add_dwmci()
      mmc: exynos_dw_mmc: Use dev->name as driver's displayed name
      mmc: exynos_dw_mmc: Improve coding style
      arm: dts: exynos: Remove outdated DW MMC properties in all Exynos dts
      configs: e850-96: Enable MMC
      doc: samsung: Mention enabled eMMC in E850-96 board doc

 arch/arm/dts/exynos4210-origen.dts         |   3 +-
 arch/arm/dts/exynos4210-trats.dts          |   6 +-
 arch/arm/dts/exynos4210-universal_c210.dts |   6 +-
 arch/arm/dts/exynos4412-odroid.dts         |  15 +-
 arch/arm/dts/exynos4412-trats2.dts         |  20 ++-
 arch/arm/dts/exynos5250-arndale.dts        |  10 +-
 arch/arm/dts/exynos5250-smdk5250.dts       |  13 +-
 arch/arm/dts/exynos5250-snow.dts           |  13 +-
 arch/arm/dts/exynos5250-spring.dts         |   7 +-
 arch/arm/dts/exynos5420-smdk5420.dts       |  13 +-
 arch/arm/dts/exynos5422-odroidxu3.dts      |   4 +-
 arch/arm/dts/exynos54xx.dtsi               |  13 +-
 arch/arm/mach-exynos/include/mach/dwmmc.h  |  40 ++++--
 configs/e850-96_defconfig                  |  10 +-
 doc/board/samsung/e850-96.rst              |   5 +-
 doc/device-tree-bindings/exynos/dwmmc.txt  |  46 ++++---
 drivers/mmc/ca_dw_mmc.c                    |   2 +-
 drivers/mmc/dw_mmc.c                       | 547
+++++++++++++++++++++++++++++++++++++++++++++++--------------------------
 drivers/mmc/exynos_dw_mmc.c                | 357
++++++++++++++++++++++++++++++++---------------
 drivers/mmc/ftsdc010_mci.h                 |   1 -
 drivers/mmc/hi6220_dw_mmc.c                |   7 +-
 drivers/mmc/nexell_dw_mmc.c                |   5 +-
 drivers/mmc/rockchip_dw_mmc.c              |   5 +-
 drivers/mmc/s5p_sdhci.c                    |   2 +-
 drivers/mmc/snps_dw_mmc.c                  |   6 +-
 drivers/mmc/socfpga_dw_mmc.c               |   4 +-
 include/dwmmc.h                            | 242
++++++++++++++++++--------------
 27 files changed, 869 insertions(+), 533 deletions(-)

Thanks,
Minkyu Kang.




More information about the U-Boot mailing list