From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Tue, 12 Jul 2016 19:51:40 +0900 Subject: [U-Boot] [PATCH 0/5] mmc: exynos_dw_mmc: clean the unnecessary codes In-Reply-To: <1467197178-24783-1-git-send-email-jh80.chung@samsung.com> References: <1467197178-24783-1-git-send-email-jh80.chung@samsung.com> Message-ID: <5784CBBC.8000604@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 29/06/16 19:46, Jaehoon Chung wrote: > This patch-set is for maintaining more easier than now. > Now, exynos_dw_mmc codes are too huge. Some codes can be reused and removed. > Basic goal is the using DM. Before applied DM, it needs to clean more. > > In future, exynos_dw_mmc controller should support DM. > > Jaehoon Chung (5): > mmc: exynos_dw_mmc: remove the unused function > mmc: exynos_dw_mmc: remove #ifdef for OF_CONTROL > mmc: exynos_dw_mmc: add the error control for checking index > mmc: exynos_dw_mmc: clean the unused and unnecessary codes > mmc: exynos_dw_mmc: use the 4bit bus-width by default > > arch/arm/mach-exynos/include/mach/dwmmc.h | 1 - > drivers/mmc/exynos_dw_mmc.c | 78 ++++++------------------------- > 2 files changed, 14 insertions(+), 65 deletions(-) > applied to u-boot-samsung. Thanks, Minkyu Kang.