Re: [PATCH v2 1/2] Documentation: mmc: add description for new no-sd* and no-mmc

2016-07-18 Thread Ulf Hansson
On 14 July 2016 at 10:26, Shawn Lin wrote: > This patch adds description for no-sd, no-sdio, no-mmc. We expose > these to DT as some of the controllers are unable to deal with > special cmd type due to hw limitation. > > Signed-off-by: Shawn Lin Thanks, applied for next! Kind regards Uffe > >

Re: [PATCH v2 1/2] Documentation: mmc: add description for new no-sd* and no-mmc

2016-07-16 Thread Rob Herring
On Thu, Jul 14, 2016 at 04:26:03PM +0800, Shawn Lin wrote: > This patch adds description for no-sd, no-sdio, no-mmc. We expose > these to DT as some of the controllers are unable to deal with > special cmd type due to hw limitation. > > Signed-off-by: Shawn Lin > > --- > > Changes in v2: > - am

[PATCH v2 1/2] Documentation: mmc: add description for new no-sd* and no-mmc

2016-07-14 Thread Shawn Lin
This patch adds description for no-sd, no-sdio, no-mmc. We expose these to DT as some of the controllers are unable to deal with special cmd type due to hw limitation. Signed-off-by: Shawn Lin --- Changes in v2: - amend the description of these properties and the commit msg Documentation/devi