Re: [PATCH] mfd: asic3: Fix the broken MMC card detection

2018-06-04 Thread Lee Jones
On Sat, 26 May 2018, Robert Jarzmik wrote: > The MMC framework requires the ocr_mask to be provided. Without it, the > SD card is not detected, especially on the hx4700 platform. > > Signed-off-by: Robert Jarzmik > --- > drivers/mfd/asic3.c | 3 +++ > 1 file changed, 3 insertions(+) Applied, t

[PATCH] mfd: asic3: Fix the broken MMC card detection

2018-05-26 Thread Robert Jarzmik
The MMC framework requires the ocr_mask to be provided. Without it, the SD card is not detected, especially on the hx4700 platform. Signed-off-by: Robert Jarzmik --- drivers/mfd/asic3.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/mfd/asic3.c b/drivers/mfd/asic3.c index cf2e25a