Re: [PATCH v2 2/3] mmc: core: Indicate SD specs higher than 4.0

2019-02-06 Thread Ulf Hansson
On Wed, 6 Feb 2019 at 12:29, Avri Altman wrote: > > SD specs version 4.x and 5.x have a dedicated slices in the SCR register. > Higher versions will rely on a combination of the existing fields. > > Signed-off-by: Avri Altman Applied for next, thanks! Kind regards Uffe > --- > drivers/mmc/co

[PATCH v2 2/3] mmc: core: Indicate SD specs higher than 4.0

2019-02-06 Thread Avri Altman
SD specs version 4.x and 5.x have a dedicated slices in the SCR register. Higher versions will rely on a combination of the existing fields. Signed-off-by: Avri Altman --- drivers/mmc/core/sd.c| 5 + include/linux/mmc/card.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/drivers/