[U-Boot] [GIT PULL V2] Please pull u-boot-mmc master

Jaehoon Chung jh80.chung at samsung.com
Tue Aug 1 05:52:47 UTC 2017


Dear Tom,

Could you pull these patches into u-boot/master?
(Have tested the buildman.)

Changelog on V2:
- Drop the Jean-Jacques's patches. After fixing it, will apply.

The following changes since commit 6364a5d4bd55beeedc11171419acd0bdff17a599:

  Prepare v2017.09-rc1 (2017-07-31 20:37:25 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-mmc.git master

for you to fetch changes up to 5c970013a661c630ab28ddc3dd6766fe6bf83ece:

  regulator: palmas: disable bypass when the LDO is enabled (2017-08-01 11:58:01 +0900)

----------------------------------------------------------------
Jean-Jacques Hiblot (1):
      regulator: palmas: disable bypass when the LDO is enabled

Kishon Vijay Abraham I (1):
      regulator: palmas: Add support for LDO1 regulator to provide 1.8V

Simon Glass (14):
      ahci: Support non-PCI controllers
      dm: mmc: Allow disabling driver model in SPL
      fdt: Correct fdt_get_base_address()
      dm: scsi: Drop duplicate SCSI and DM_SCSI options
      dm: ahci: Correct uclass private data
      dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv
      dm: mmc: sunxi: Rename mmchost to priv
      dm: mmc: sunxi: Pass private data around explicitly
      dm: mmc: sunxi: Drop mmc_clk_io_on()
      dm: mmc: sunxi: Add support for driver model
      dm: sunxi: Linksprite_pcDuino3: Correct polarity of MMC card detect
      dm: sunxi: sata: Don't build sata support into SPL
      dm: sata: sunxi: Add support for driver model
      dm: sunxi: Move Linksprite_pcDuino3 to use DM for MMC, SATA

 arch/arm/dts/sun7i-a20-pcduino3.dts        |   2 +-
 arch/x86/cpu/ivybridge/sata.c              |   2 +-
 board/sunxi/Makefile                       |   2 +
 board/sunxi/ahci.c                         |  61 ++++-
 common/fdt_support.c                       |   7 +-
 common/spl/spl_mmc.c                       |   4 +-
 configs/Linksprite_pcDuino3_defconfig      |   7 +-
 drivers/ata/Kconfig                        |  18 --
 drivers/ata/ahci-uclass.c                  |   2 +
 drivers/ata/ahci.c                         |  28 ++-
 drivers/block/Kconfig                      |  12 +
 drivers/block/Makefile                     |   4 +-
 drivers/mmc/Kconfig                        |  21 ++
 drivers/mmc/Makefile                       |   4 +-
 drivers/mmc/mmc-uclass.c                   |   6 +-
 drivers/mmc/mmc.c                          |  28 +--
 drivers/mmc/mmc_legacy.c                   |   2 +-
 drivers/mmc/mmc_private.h                  |   6 +-
 drivers/mmc/omap_hsmmc.c                   |  20 +-
 drivers/mmc/sunxi_mmc.c                    | 359 ++++++++++++++++++++---------
 drivers/power/palmas.c                     |   5 +-
 drivers/power/regulator/palmas_regulator.c |  36 +++
 drivers/scsi/scsi.c                        |   2 +-
 include/ahci.h                             |  14 +-
 include/blk.h                              |   4 +-
 include/mmc.h                              |  12 +-
 include/power/palmas.h                     |   1 +
 27 files changed, 470 insertions(+), 199 deletions(-)


More information about the U-Boot mailing list