From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Thu, 04 Aug 2016 09:38:20 +0900 Subject: [U-Boot] [PATCH] mmc: s5p_sdhci: support the Driver model for Exynos In-Reply-To: <1469104239-12822-1-git-send-email-jh80.chung@samsung.com> References: <1469104239-12822-1-git-send-email-jh80.chung@samsung.com> Message-ID: <57A28E7C.7090901@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 21/07/16 21:30, Jaehoon Chung wrote: > This patch support the driver model for s5p_sdhci controller. > To support the legacy model, maintained the existing code. > > Note: If use the Driver Model, it needs to modify the device-tree. > In future, will update the Device-tree and enable the configuratioin. > (CONFIG_BLK, CONFIG_DM_MMC and CONFING_DM_MMC_OPS) > > Signed-off-by: Jaehoon Chung > --- > drivers/mmc/s5p_sdhci.c | 73 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 73 insertions(+) > Because this patch has dependency with your patch, I delegate this patch to you. Acked-by: Minkyu Kang Thanks, Minkyu Kang.