From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 29 Aug 2017 12:57:43 +0530 Subject: [U-Boot] Pull request: u-boot-sunxi/master Message-ID: <1503991663-5077-1-git-send-email-jteki@openedev.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, These fixes need to be in for the release, please pull the same. thanks! Jagan. The following changes since commit 8b3cec7da18645eda7f7cd0b65ee9f2dac573409: mtdparts: Fix uninitialized scalar usage (2017-08-26 16:59:24 -0400) are available in the git repository at: git://git.denx.de/u-boot-sunxi.git master for you to fetch changes up to ead3697d7ec491c055fe546b3a45bcfba45fa022: mmc: sunxi: fix legacy MMC initialisation (2017-08-28 22:38:05 +0530) ---------------------------------------------------------------- Jagan Teki (1): sunxi: bpi-m3: Enable eMMC Maxime Ripard (3): mmc: sunxi: Support new mode sunxi: Enable MMC new mode for A83T mmc: sunxi: fix legacy MMC initialisation arch/arm/include/asm/arch-sunxi/clock_sun8i_a83t.h | 1 + arch/arm/include/asm/arch-sunxi/mmc.h | 11 +++++--- arch/arm/mach-sunxi/Kconfig | 1 + configs/Sinovoip_BPI_M3_defconfig | 1 + drivers/mmc/Kconfig | 4 +++ drivers/mmc/sunxi_mmc.c | 29 +++++++++++++++++++--- 6 files changed, 40 insertions(+), 7 deletions(-)