Re: [PATCH] mmc: Export card RCA register to sysfs.

2018-03-06 Thread Shawn Lin
On 2018/3/6 20:48, Harish Jenny K N wrote: On Tuesday 27 February 2018 05:26 PM, Harish Jenny K N wrote: This patch exports RCA register to sysfs which will help in reading the disk identification information. Signed-off-by: Harish Jenny K N ---

Re: [PATCH] mmc: Export card RCA register to sysfs.

2018-03-06 Thread Shawn Lin
On 2018/3/6 20:48, Harish Jenny K N wrote: On Tuesday 27 February 2018 05:26 PM, Harish Jenny K N wrote: This patch exports RCA register to sysfs which will help in reading the disk identification information. Signed-off-by: Harish Jenny K N --- drivers/mmc/core/mmc.c | 2 ++

Re: [PATCH] mmc: Export card RCA register to sysfs.

2018-03-06 Thread Harish Jenny K N
On Tuesday 27 February 2018 05:26 PM, Harish Jenny K N wrote: > This patch exports RCA register to sysfs which will help in > reading the disk identification information. > > Signed-off-by: Harish Jenny K N > --- > drivers/mmc/core/mmc.c | 2 ++ >

Re: [PATCH] mmc: Export card RCA register to sysfs.

2018-03-06 Thread Harish Jenny K N
On Tuesday 27 February 2018 05:26 PM, Harish Jenny K N wrote: > This patch exports RCA register to sysfs which will help in > reading the disk identification information. > > Signed-off-by: Harish Jenny K N > --- > drivers/mmc/core/mmc.c | 2 ++ > drivers/mmc/core/sd.c | 2 ++ > 2 files

[PATCH] mmc: Export card RCA register to sysfs.

2018-02-27 Thread Harish Jenny K N
This patch exports RCA register to sysfs which will help in reading the disk identification information. Signed-off-by: Harish Jenny K N --- drivers/mmc/core/mmc.c | 2 ++ drivers/mmc/core/sd.c | 2 ++ 2 files changed, 4 insertions(+) diff --git

[PATCH] mmc: Export card RCA register to sysfs.

2018-02-27 Thread Harish Jenny K N
This patch exports RCA register to sysfs which will help in reading the disk identification information. Signed-off-by: Harish Jenny K N --- drivers/mmc/core/mmc.c | 2 ++ drivers/mmc/core/sd.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/mmc/core/mmc.c