Re: [PATCH 1/3] mmc: core: Allow hosts to specify non-support for MMC commands

2016-07-06 Thread Ulf Hansson
On 1 July 2016 at 09:45, Shawn Lin wrote: > Host drivers which needs to valdiate for non-supported MMC > commands and returnn error code for such requests. > > To improve and simplify the behaviour, let's invent MMC_CAP2_NO_MMC > which these host drivers can set to tell the mmc core to skip sendin

[PATCH 1/3] mmc: core: Allow hosts to specify non-support for MMC commands

2016-07-01 Thread Shawn Lin
Host drivers which needs to valdiate for non-supported MMC commands and returnn error code for such requests. To improve and simplify the behaviour, let's invent MMC_CAP2_NO_MMC which these host drivers can set to tell the mmc core to skip sending MMC commands during card initialization. Signed-o