From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Mon, 25 Jul 2016 13:58:44 +0900 Subject: [U-Boot] [PATCH v3] mmc: display mmc list information like mmc_legacy type In-Reply-To: References: <1469243482-5416-1-git-send-email-xzy.xu@rock-chips.com> Message-ID: <57959C84.4040705@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 07/25/2016 11:07 AM, Simon Glass wrote: > On 22 July 2016 at 21:11, Ziyuan Xu wrote: >> From: Xu Ziyuan >> >> It's nicer to see this: >> >> => mmc list >> dwmmc at ff0c0000: 0 >> dwmmc at ff0f0000: 1 (eMMC) >> >> than this: >> >> => mmc list >> dwmmc at ff0c0000: 0dwmmc at ff0f0000: 1 (eMMC) >> >> With the former, it's much clearer which mmc devices are on. >> >> Signed-off-by: Ziyuan Xu >> >> --- >> >> Changes in v3: >> - Fix nits >> >> Changes in v2: >> - Update commit from Jaehoon >> >> drivers/mmc/mmc-uclass.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > Acked-by: Simon Glass Reviewed-by: Jaehoon Chung Tested-by: Jaehoon Chung > > >