[U-Boot] Pull request: u-boot-sunxi/master

Hi Tom,
We are 2 days late to send this DM_MMC changes, hope you understand and apply this PR asap.
thanks, Jagan.
The following changes since commit 2f41ade79e5969ebea03a7dcadbeae8e03787d7e:
linker: Modify linker scripts to be more generic (2019-01-26 22:55:53 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to a7cca5793774ee139b75a704d6efaa4d29f09f93:
arm: sunxi: Enable DM_MMC (2019-01-30 18:22:18 +0530)
---------------------------------------------------------------- Andre Przywara (6): sunxi: clk: add MMC gates/resets sunxi: clk: A80: add MMC clock support mmc: sunxi: Add DM clk and reset support sunxi: board: do MMC pinmux setup for DM_MMC builds mmc: sunxi: Honour non-removable property in DT sunxi: clk: enable clk and reset for CCU devices
Jagan Teki (7): sunxi: amarula_a64_relic: Enable USB host mmc: sunxi: Add remaining compatible strings mmc: sunxi: Add DM_MMC support for H6 mmc: sunxi: Add DM_MMC support for A80 arm: dts: sunxi: Alter mmc2 auto-numbering to mmc1 sunxi: A64: pinebook-u-boot: Include sunxi-u-boot.dtsi arm: sunxi: Enable DM_MMC
arch/arm/Kconfig | 1 + arch/arm/dts/sun50i-a64-pinebook-u-boot.dtsi | 2 ++ arch/arm/dts/sunxi-u-boot.dtsi | 4 +++ arch/arm/mach-sunxi/Kconfig | 1 - board/sunxi/board.c | 15 ++++++++ configs/Linksprite_pcDuino3_defconfig | 1 - configs/amarula_a64_relic_defconfig | 2 ++ drivers/clk/sunxi/clk_a10.c | 4 +++ drivers/clk/sunxi/clk_a10s.c | 3 ++ drivers/clk/sunxi/clk_a23.c | 6 ++++ drivers/clk/sunxi/clk_a31.c | 8 +++++ drivers/clk/sunxi/clk_a64.c | 6 ++++ drivers/clk/sunxi/clk_a80.c | 32 ++++++++++++++++- drivers/clk/sunxi/clk_a83t.c | 6 ++++ drivers/clk/sunxi/clk_h3.c | 6 ++++ drivers/clk/sunxi/clk_h6.c | 6 ++++ drivers/clk/sunxi/clk_r40.c | 8 +++++ drivers/clk/sunxi/clk_sunxi.c | 12 +++++++ drivers/clk/sunxi/clk_v3s.c | 6 ++++ drivers/mmc/sunxi_mmc.c | 53 ++++++++++++++++++++++++---- 20 files changed, 173 insertions(+), 9 deletions(-)

On Wed, Jan 30, 2019 at 09:56:22PM +0530, Jagan Teki wrote:
Hi Tom,
We are 2 days late to send this DM_MMC changes, hope you understand and apply this PR asap.
That's OK, I'm 2 days late on -rc1 so far. Can I assume a SPI PR is coming my way soon as well?
thanks, Jagan.
The following changes since commit 2f41ade79e5969ebea03a7dcadbeae8e03787d7e:
linker: Modify linker scripts to be more generic (2019-01-26 22:55:53 -0500)
are available in the Git repository at:
git://git.denx.de/u-boot-sunxi.git master
for you to fetch changes up to a7cca5793774ee139b75a704d6efaa4d29f09f93:
arm: sunxi: Enable DM_MMC (2019-01-30 18:22:18 +0530)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini