Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-26 Thread Ludovic Desroches
On Mon, May 26, 2014 at 09:03:01AM +0200, Ludovic Desroches wrote: > Hi, > > Sorry I was on vacation, I'll send a cleaner patch updating other drivers > this week. Continuing to clear out my inbox, I have seen you send a patch for it. Thanks. > > Regards > > Ludovic > > On Fri, May 23, 2014

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-26 Thread Jaehoon Chung
Hi, Ludovic. I have sent the patch based on your RFC patch..how about? If you have the comment or other opinion, let me know, plz. https://patchwork.kernel.org/patch/4230101/ It needs to use your suggestion at dw-mmc controller, so i have posted it. Best Regards, Jaehoon Chung On 05/26/2014

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-26 Thread Ludovic Desroches
Hi, Sorry I was on vacation, I'll send a cleaner patch updating other drivers this week. Regards Ludovic On Fri, May 23, 2014 at 01:38:06PM +0900, Jaehoon Chung wrote: > Hi, All. > > This patch is working on progress? > I want to merge this patch for fixing dw-mmc controller problem. > > If

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-26 Thread Ludovic Desroches
Hi, Sorry I was on vacation, I'll send a cleaner patch updating other drivers this week. Regards Ludovic On Fri, May 23, 2014 at 01:38:06PM +0900, Jaehoon Chung wrote: Hi, All. This patch is working on progress? I want to merge this patch for fixing dw-mmc controller problem. If this

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-26 Thread Jaehoon Chung
Hi, Ludovic. I have sent the patch based on your RFC patch..how about? If you have the comment or other opinion, let me know, plz. https://patchwork.kernel.org/patch/4230101/ It needs to use your suggestion at dw-mmc controller, so i have posted it. Best Regards, Jaehoon Chung On 05/26/2014

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-26 Thread Ludovic Desroches
On Mon, May 26, 2014 at 09:03:01AM +0200, Ludovic Desroches wrote: Hi, Sorry I was on vacation, I'll send a cleaner patch updating other drivers this week. Continuing to clear out my inbox, I have seen you send a patch for it. Thanks. Regards Ludovic On Fri, May 23, 2014 at

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-22 Thread Jaehoon Chung
Hi, All. This patch is working on progress? I want to merge this patch for fixing dw-mmc controller problem. If this patch didn't work on progress, i will send the patch based-on this patch. Best Regards, Jaehoon Chung On 05/14/2014 06:53 PM, Ulf Hansson wrote: > On 7 May 2014 12:06, Ludovic

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-22 Thread Jaehoon Chung
Hi, All. This patch is working on progress? I want to merge this patch for fixing dw-mmc controller problem. If this patch didn't work on progress, i will send the patch based-on this patch. Best Regards, Jaehoon Chung On 05/14/2014 06:53 PM, Ulf Hansson wrote: On 7 May 2014 12:06, Ludovic

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-14 Thread Ulf Hansson
On 7 May 2014 12:06, Ludovic Desroches wrote: > 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 nodes. If not NULL, slot node will be used instead of the device > node. > >

Re: [PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-14 Thread Ulf Hansson
On 7 May 2014 12:06, Ludovic Desroches ludovic.desroc...@atmel.com wrote: 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 nodes. If not NULL, slot node will be used instead of the device

[PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-07 Thread 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 nodes. If not NULL, slot node will be used instead of the device node. Signed-off-by: Ludovic Desroches --- Hi, Since this patch is only a

[PATCH RFC] mmc: add slot argument to mmc_of_parse

2014-05-07 Thread 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 nodes. If not NULL, slot node will be used instead of the device node. Signed-off-by: Ludovic Desroches ludovic.desroc...@atmel.com --- Hi,