Re: [PATCH 24/29] mmc: add a simple generic OF parser

2012-05-18 Thread Guennadi Liakhovetski
Hi Olof On Fri, 4 May 2012, Olof Johansson wrote: > On Thu, May 3, 2012 at 8:05 AM, Guennadi Liakhovetski > wrote: > > Many MMC host drivers already use OF data to obtain their platform-specific > > configuration. Each of them is doing this in its special way, whereas many > > parameters are ide

Re: [PATCH 24/29] mmc: add a simple generic OF parser

2012-05-10 Thread Magnus Damm
On Fri, May 4, 2012 at 12:05 AM, Guennadi Liakhovetski wrote: > Many MMC host drivers already use OF data to obtain their platform-specific > configuration. Each of them is doing this in its special way, whereas many > parameters are identical and can easily be generalised. This patch adds > such

Re: [PATCH 24/29] mmc: add a simple generic OF parser

2012-05-04 Thread Olof Johansson
On Thu, May 3, 2012 at 8:05 AM, Guennadi Liakhovetski wrote: > Many MMC host drivers already use OF data to obtain their platform-specific > configuration. Each of them is doing this in its special way, whereas many > parameters are identical and can easily be generalised. This patch adds > such a

[PATCH 24/29] mmc: add a simple generic OF parser

2012-05-03 Thread Guennadi Liakhovetski
Many MMC host drivers already use OF data to obtain their platform-specific configuration. Each of them is doing this in its special way, whereas many parameters are identical and can easily be generalised. This patch adds such a generic parser. So far it only adds and handles very few basic proper