Re: [PATCH 2/3] mmc: debugfs: implement ios show for SDR12 and SDR25

2015-09-23 Thread Ulf Hansson
On 22 September 2015 at 03:19, Shawn Lin wrote: > This patch add MMC_TIMING_UHS_SDR12 and MMC_TIMING_UHS_SDR25 > for mmc_ios_show to show the ios->timing if mmc card runs under > these two mode. > > Signed-off-by: Shawn Lin > --- > > drivers/mmc/core/debugfs.c | 6 ++ > 1 file changed, 6

Re: [PATCH 2/3] mmc: debugfs: implement ios show for SDR12 and SDR25

2015-09-23 Thread Ulf Hansson
On 22 September 2015 at 03:19, Shawn Lin wrote: > This patch add MMC_TIMING_UHS_SDR12 and MMC_TIMING_UHS_SDR25 > for mmc_ios_show to show the ios->timing if mmc card runs under > these two mode. > > Signed-off-by: Shawn Lin > --- > >

[PATCH 2/3] mmc: debugfs: implement ios show for SDR12 and SDR25

2015-09-21 Thread Shawn Lin
This patch add MMC_TIMING_UHS_SDR12 and MMC_TIMING_UHS_SDR25 for mmc_ios_show to show the ios->timing if mmc card runs under these two mode. Signed-off-by: Shawn Lin --- drivers/mmc/core/debugfs.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/mmc/core/debugfs.c

[PATCH 2/3] mmc: debugfs: implement ios show for SDR12 and SDR25

2015-09-21 Thread Shawn Lin
This patch add MMC_TIMING_UHS_SDR12 and MMC_TIMING_UHS_SDR25 for mmc_ios_show to show the ios->timing if mmc card runs under these two mode. Signed-off-by: Shawn Lin --- drivers/mmc/core/debugfs.c | 6 ++ 1 file changed, 6 insertions(+) diff --git