Re: [PATCH v2 2/2] mmc: core: expose MMC_CAP2_NO_* to dt

2016-07-18 Thread Ulf Hansson
On 14 July 2016 at 10:26, Shawn Lin wrote: > The reason for why we expose these to dt is that some of > the controller is unable to send special cmd type due to > the hw limitation. > > Signed-off-by: Shawn Lin Thanks, applied for next! Kind regards Uffe > > --- > > Changes in v2: > - amend th

[PATCH v2 2/2] mmc: core: expose MMC_CAP2_NO_* to dt

2016-07-14 Thread Shawn Lin
The reason for why we expose these to dt is that some of the controller is unable to send special cmd type due to the hw limitation. Signed-off-by: Shawn Lin --- Changes in v2: - amend the commit msg drivers/mmc/core/host.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/mmc