From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 12 Jul 2016 19:51:44 +0900 Subject: [U-Boot] [PATCH] mmc: exynos_dw_mmc: support the Driver mode for Exynos In-Reply-To: <1467287857-17276-1-git-send-email-jh80.chung@samsung.com> References: <1467287857-17276-1-git-send-email-jh80.chung@samsung.com> Message-ID: <5784CBC0.40400@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 30/06/16 20:57, Jaehoon Chung wrote: > This patch support the driver mode for exynos dwmmc controller. > To support the legacy model, maintained the existing code. > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/exynos_dw_mmc.c | 72 +++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 72 insertions(+) > applied to u-boot-samsung. Thanks, Minkyu Kang.