RE: [PATCHv2 1/3] mmc: host: add slot argument to mmc_of_parse

2014-05-27 Thread Seungwon Jeon
On Mon, May 26, 2014, Jaehoon Chung wrote: > From: Ludovic Desroches > > Some hosts manage several slots. In these case information such as the > bus width, chip detect and others are into the slot node. So we have to > parse child node. If not NULL, slot node will be used instead of the > device

Re: [PATCHv2 1/3] mmc: host: add slot argument to mmc_of_parse

2014-05-26 Thread Ulf Hansson
On 26 May 2014 13:35, Jaehoon Chung wrote: > From: Ludovic Desroches > > Some hosts manage several slots. In these case information such as the > bus width, chip detect and others are into the slot node. So we have to > parse child node. If not NULL, slot node will be used instead of the > device

[PATCHv2 1/3] mmc: host: add slot argument to mmc_of_parse

2014-05-26 Thread Jaehoon Chung
From: Ludovic Desroches Some hosts manage several slots. In these case information such as the bus width, chip detect and others are into the slot node. So we have to parse child node. If not NULL, slot node will be used instead of the device node. Signed-off-by: Ludovic Desroches Signed-off-by