From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heiner Kallweit Date: Fri, 14 Apr 2017 12:50:22 +0200 Subject: [U-Boot] [PATCH v7 0/4] mmc: meson: add MMC driver for Meson GX (S905) In-Reply-To: <1492165623-9654-1-git-send-email-xypron.glpk@gmx.de> References: <1492165623-9654-1-git-send-email-xypron.glpk@gmx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am 14.04.2017 um 12:26 schrieb Heinrich Schuchardt: > This patch series is a resubmission of the v6 patch series > https://lists.denx.de/pipermail/u-boot/2017-February/281941.html > by Heiner Kallweit. > A updated version of this series was just applied: http://git.denx.de/?p=u-boot/u-boot-mmc.git;a=summary So there's no need at least for patches 1 - 3. Rgds, Heiner > Patch 1 updates the device tree to a recent Linux version. > Patch 2 add a MMC driver for the GXBB SOC > Both patches are unchanged relative to version 6 of the patch series. > Patch 3 enables the MMC driver in the Odroid C2 default configuration. > This patch had to be rearranged to become applicable again. > Patch 4 enables MMC as a boot target for the Odroid C2. > This patch is new. > > I have tested the patch series against U-Boot v2017.3 and U-Boot master. > > Signed-off-by: Heinrich Schuchardt > > Heiner Kallweit (2): > mmc: meson: add MMC driver for Meson GX (S905) > arm: dts: update Meson GXBB / Odroid-C2 DT with latest Linux version > > Heinrich Schuchardt (2): > Enable new Meson GX MMC driver in Odroid C2 defconfig. > odroid-c2: enable MMC as boot target > > arch/arm/dts/meson-gxbb-odroidc2.dts | 147 ++++++- > arch/arm/dts/meson-gxbb.dtsi | 718 ++++++++++++++++++++++------------- > configs/odroid-c2_defconfig | 5 +- > drivers/mmc/Kconfig | 6 + > drivers/mmc/Makefile | 1 + > include/configs/meson-gxbb-common.h | 2 + > 6 files changed, 603 insertions(+), 276 deletions(-) >