From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ziyuan Xu Date: Sat, 23 Jul 2016 11:12:24 +0800 Subject: [U-Boot] [PATCH v2] mmc: display mmc list information like mmc_legacy type In-Reply-To: References: <1468938083-6477-1-git-send-email-xzy.xu@rock-chips.com> Message-ID: <5792E098.8040003@rock-chips.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, On 2016?07?23? 10:57, Simon Glass wrote: > Hi, > > On 21 July 2016 at 21:21, Simon Glass wrote: >> On 19 July 2016 at 08:21, 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 latter, it's much clearer which mmc devices are on. >>> >>> Signed-off-by: Ziyuan Xu >>> >>> Serise-changes: 2 >>> - Update commit from Jaehoon >>> >>> Signed-off-by: Ziyuan Xu >>> --- >>> >>> drivers/mmc/mmc-uclass.c | 2 +- >>> 1 file changed, 1 insertion(+), 1 deletion(-) >> Thanks for the bug fix. >> >> Acked-by: Simon Glass > Please can you send a v2 with the nits fixed? Fixed, see v3. > > - Simon > > >