Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-17 Thread Thomas Abraham
On 13 May 2012 01:01, Guennadi Liakhovetski wrote: > Sure. I think, my patch, that I mentioned above, shall be dropped, at > least in its present form. But if at least in principle we do want to have > a common MMC OF parser for common bindings, some code from your patch > would become redundant,

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-12 Thread Guennadi Liakhovetski
Hi Thomas On Sat, 12 May 2012, Thomas Abraham wrote: > On 4 May 2012 04:18, Guennadi Liakhovetski wrote: > > > > What do you think about this patch > > > > http://www.spinics.net/lists/linux-sh/msg11259.html > > > > and about using mmc-generic OF properties instead of creating yet another > > co

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-12 Thread Thomas Abraham
On 12 May 2012 12:37, Olof Johansson wrote: > Hi, > > On Thu, May 10, 2012 at 3:15 AM, Thomas Abraham > wrote: >> Hi Olof, >> >> On 2 May 2012 23:37, Olof Johansson wrote: >>> Hi, >> >> [...] >> +# Slots: The slot specific information are contained within child-nodes with +  each

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-12 Thread Olof Johansson
Hi, On Thu, May 10, 2012 at 3:15 AM, Thomas Abraham wrote: > Hi Olof, > > On 2 May 2012 23:37, Olof Johansson wrote: >> Hi, > > [...] > >>> +# Slots: The slot specific information are contained within child-nodes >>> with >>> +  each child-node representing a supported slot. There should be atl

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-12 Thread Thomas Abraham
On 4 May 2012 04:18, Guennadi Liakhovetski wrote: > > What do you think about this patch > > http://www.spinics.net/lists/linux-sh/msg11259.html > > and about using mmc-generic OF properties instead of creating yet another > copy of proprietary ones? Hi Guennadi, This patch does not intend to ad

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-10 Thread Thomas Abraham
On 10 May 2012 16:02, James Hogan wrote: > Hi > > On 2 May 2012 06:07, Thomas Abraham wrote: >> Add device tree based discovery support. >> >> Signed-off-by: Thomas Abraham >> --- >>  .../devicetree/bindings/mmc/synposis-dw-mshc.txt   |   85 + >>  drivers/mmc/host/dw_mmc-pltfm.c        

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-10 Thread James Hogan
Hi On 2 May 2012 06:07, Thomas Abraham wrote: > Add device tree based discovery support. > > Signed-off-by: Thomas Abraham > --- >  .../devicetree/bindings/mmc/synposis-dw-mshc.txt   |   85 + >  drivers/mmc/host/dw_mmc-pltfm.c                    |   24 +++ >  drivers/mmc/host/dw_mmc.c  

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-10 Thread Thomas Abraham
Hi Olof, On 2 May 2012 23:37, Olof Johansson wrote: > Hi, [...] >> +# Slots: The slot specific information are contained within child-nodes with >> +  each child-node representing a supported slot. There should be atleast one >> +  child node representing a card slot. The name of the slot child

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-10 Thread Thomas Abraham
On 10 May 2012 15:29, Kyungmin Park wrote: > On 5/10/12, Thomas Abraham wrote: >> Dear Mr. Park, >> >> On 2 May 2012 12:25, Kyungmin Park wrote: >>> Hi, [...] >>> I googled the "Synopsis Designware Mobile Storage Host Controller" and >>> Synopsis released it as this name. but still I like the

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-10 Thread Kyungmin Park
On 5/10/12, Thomas Abraham wrote: > Dear Mr. Park, > > On 2 May 2012 12:25, Kyungmin Park wrote: >> Hi, >> >> On 5/2/12, Thomas Abraham wrote: >>> Add device tree based discovery support. >>> >>> Signed-off-by: Thomas Abraham >>> --- >>> .../devicetree/bindings/mmc/synposis-dw-mshc.txt | 8

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-10 Thread Thomas Abraham
Dear Mr. Park, On 2 May 2012 12:25, Kyungmin Park wrote: > Hi, > > On 5/2/12, Thomas Abraham wrote: >> Add device tree based discovery support. >> >> Signed-off-by: Thomas Abraham >> --- >>  .../devicetree/bindings/mmc/synposis-dw-mshc.txt   |   85 + >>  drivers/mmc/host/dw_mmc-pltfm.c

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-03 Thread Guennadi Liakhovetski
On Tue, 1 May 2012, Thomas Abraham wrote: > Add device tree based discovery support. > > Signed-off-by: Thomas Abraham > --- > .../devicetree/bindings/mmc/synposis-dw-mshc.txt | 85 + > drivers/mmc/host/dw_mmc-pltfm.c| 24 +++ > drivers/mmc/host/dw_mmc.c

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-02 Thread Olof Johansson
Hi, On Tue, May 1, 2012 at 10:07 PM, Thomas Abraham wrote: > Add device tree based discovery support. > > Signed-off-by: Thomas Abraham > --- >  .../devicetree/bindings/mmc/synposis-dw-mshc.txt   |   85 + >  drivers/mmc/host/dw_mmc-pltfm.c                    |   24 +++ >  drivers/mmc/hos

Re: [PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-01 Thread Kyungmin Park
Hi, On 5/2/12, Thomas Abraham wrote: > Add device tree based discovery support. > > Signed-off-by: Thomas Abraham > --- > .../devicetree/bindings/mmc/synposis-dw-mshc.txt | 85 + > drivers/mmc/host/dw_mmc-pltfm.c| 24 +++ > drivers/mmc/host/dw_mmc.c

[PATCH 3/7] mmc: dw_mmc: add device tree support

2012-05-01 Thread Thomas Abraham
Add device tree based discovery support. Signed-off-by: Thomas Abraham --- .../devicetree/bindings/mmc/synposis-dw-mshc.txt | 85 + drivers/mmc/host/dw_mmc-pltfm.c| 24 +++ drivers/mmc/host/dw_mmc.c | 181 +++- drivers/m