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

2018-03-15 Thread Ulf Hansson
On 7 March 2018 at 06:01, Harish Jenny K N wrote: > This patch exports RCA register to sysfs which will help in > reading the disk identification information. > > Reviewed-by: Shawn Lin > Signed-off-by: Harish Jenny K N

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

2018-03-15 Thread Ulf Hansson
On 7 March 2018 at 06:01, Harish Jenny K N wrote: > This patch exports RCA register to sysfs which will help in > reading the disk identification information. > > Reviewed-by: Shawn Lin > Signed-off-by: Harish Jenny K N Thanks, applied for next! Kind regards Uffe > --- > > Changes in v2: > -

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

2018-03-06 Thread Harish Jenny K N
This patch exports RCA register to sysfs which will help in reading the disk identification information. Reviewed-by: Shawn Lin Signed-off-by: Harish Jenny K N --- Changes in v2: - Used 0x%04x to display 16 bit register

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

2018-03-06 Thread Harish Jenny K N
This patch exports RCA register to sysfs which will help in reading the disk identification information. Reviewed-by: Shawn Lin Signed-off-by: Harish Jenny K N --- Changes in v2: - Used 0x%04x to display 16 bit register drivers/mmc/core/mmc.c | 2 ++ drivers/mmc/core/sd.c | 2 ++ 2 files