From mboxrd@z Thu Jan 1 00:00:00 1970
From: Piotr Wilczek
Date: Mon, 17 Mar 2014 13:14:12 +0100
Subject: [U-Boot] [PATCH v2 0/4] samsung: Add mmc controller to use dwmmc
In-Reply-To: <5322BED0.1050006@samsung.com>
References: <5322BED0.1050006@samsung.com>
Message-ID: <5326E714.3020803@samsung.com>
List-Id:
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: u-boot@lists.denx.de
On 03/14/2014 09:33 AM, Beomho Seo wrote:
> This patch set for use dw mmc controller.
> Patch enable supporting device tree for dw mmc controller.
> For use dwmmc controller on trats2 board, enable configuration
> dw_mmc, exynos_dwmmc, bounce_buffer and then disable sdhci configuration.
> This patch set tested on TRATS2 board.
>
> Changes for v2:
> - Use device tree for dw mmc controller.
> - dw mmc node is added device node on exynos4 device tree.
> - dw mmc controller driver is fixed for use exynos4 and 5.
> - add fdt compat id of exynos4 dwmmc.
> - Add comment.
>
> Beomho Seo (4):
> drivers: mmc: dwmmc: enable support for DT
> arm: exynos: pinmux: Add sdmmc4 gpio configuration
> arm: exynos: clock: Remove exynos4x12_set_mmc_clk function
> board: trats2: Enable device tree on Trats2
>
I tested this series on Trats2.
Tested-by: Piotr Wilczek
> arch/arm/cpu/armv7/exynos/clock.c | 29 +----------------------------
> arch/arm/cpu/armv7/exynos/pinmux.c | 19 +++++++++++++++----
> arch/arm/dts/exynos4.dtsi | 8 ++++++++
> arch/arm/dts/exynos4412-trats2.dts | 8 ++++++++
> drivers/mmc/exynos_dw_mmc.c | 20 ++++++++++++++++----
> include/fdtdec.h | 1 +
> lib/fdtdec.c | 1 +
> 7 files changed, 50 insertions(+), 36 deletions(-)
>