Re: [PATCH] mmc: core: Extend sysfs with DSR register

2016-07-18 Thread Ulf Hansson
On 12 July 2016 at 14:56, Bojan Prtvar wrote: > Export DSR register through sysfs same as we did for the CID, CSD and OCR > registers. > > Signed-off-by: Bojan Prtvar > --- > Documentation/mmc/mmc-dev-attrs.txt | 1 + > drivers/mmc/core/mmc.c | 17 + > 2 files chan

[PATCH] mmc: core: Extend sysfs with DSR register

2016-07-12 Thread Bojan Prtvar
Export DSR register through sysfs same as we did for the CID, CSD and OCR registers. Signed-off-by: Bojan Prtvar --- Documentation/mmc/mmc-dev-attrs.txt | 1 + drivers/mmc/core/mmc.c | 17 + 2 files changed, 18 insertions(+) diff --git a/Documentation/mmc/mmc-dev-