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

2014-05-26 Thread Jaehoon Chung
Hi, Ulf. On 05/26/2014 05:44 PM, Ulf Hansson wrote: > On 26 May 2014 10:38, Jaehoon Chung wrote: >> Hi, >> >> On 05/26/2014 05:09 PM, Ludovic Desroches wrote: >>> On Fri, May 23, 2014 at 07:25:19PM +0900, Jaehoon Chung wrote: From: Ludovic Desroches Some hosts manage several slots

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

2014-05-26 Thread Ulf Hansson
On 26 May 2014 10:38, Jaehoon Chung wrote: > Hi, > > On 05/26/2014 05:09 PM, Ludovic Desroches wrote: >> On Fri, May 23, 2014 at 07:25:19PM +0900, Jaehoon Chung wrote: >>> From: Ludovic Desroches >>> >>> Some hosts manage several slots. In these case information such as the >>> bus width, chi det

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

2014-05-26 Thread Jaehoon Chung
Hi, On 05/26/2014 05:09 PM, Ludovic Desroches wrote: > On Fri, May 23, 2014 at 07:25:19PM +0900, Jaehoon Chung wrote: >> From: Ludovic Desroches >> >> Some hosts manage several slots. In these case information such as the >> bus width, chi detect and others are into the slot node. So we have to >

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

2014-05-26 Thread Ludovic Desroches
On Fri, May 23, 2014 at 07:25:19PM +0900, Jaehoon Chung wrote: > From: Ludovic Desroches > > Some hosts manage several slots. In these case information such as the > bus width, chi detect and others are into the slot node. So we have to /s/chi detect/chip detect > parse child node. If not NULL,

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

2014-05-23 Thread Tushar Behera
On 23 May 2014 15:55, Jaehoon Chung wrote: > From: Ludovic Desroches > > Some hosts manage several slots. In these case information such as the > bus width, chi 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

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

2014-05-23 Thread Jaehoon Chung
From: Ludovic Desroches Some hosts manage several slots. In these case information such as the bus width, chi 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: