Re: [PATCH] mfd: mc13xxx: make it possible to use the codec without pdata

2013-08-20 Thread Lee Jones
> > > In case of devicetree, we currently don't have a way to append pdata for > > > the codec. This patch makes it possible to probe the codec without pdata > > > for that case. > > > > > > Signed-off-by: Michael Grzeschik > > > --- > > > drivers/mfd/mc13xxx-core.c | 11 +++ > > > 1

Re: [PATCH] mfd: mc13xxx: make it possible to use the codec without pdata

2013-08-20 Thread Samuel Ortiz
Hi Lee, On Tue, Aug 20, 2013 at 09:26:36AM +0100, Lee Jones wrote: > On Tue, 13 Aug 2013, Michael Grzeschik wrote: > > > In case of devicetree, we currently don't have a way to append pdata for > > the codec. This patch makes it possible to probe the codec without pdata > > for that case. > > >

Re: [PATCH] mfd: mc13xxx: make it possible to use the codec without pdata

2013-08-20 Thread Lee Jones
On Tue, 13 Aug 2013, Michael Grzeschik wrote: > In case of devicetree, we currently don't have a way to append pdata for > the codec. This patch makes it possible to probe the codec without pdata > for that case. > > Signed-off-by: Michael Grzeschik > --- > drivers/mfd/mc13xxx-core.c | 11

Re: [PATCH] mfd: mc13xxx: make it possible to use the codec without pdata

2013-08-20 Thread Lee Jones
On Tue, 13 Aug 2013, Michael Grzeschik wrote: In case of devicetree, we currently don't have a way to append pdata for the codec. This patch makes it possible to probe the codec without pdata for that case. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de ---

Re: [PATCH] mfd: mc13xxx: make it possible to use the codec without pdata

2013-08-20 Thread Samuel Ortiz
Hi Lee, On Tue, Aug 20, 2013 at 09:26:36AM +0100, Lee Jones wrote: On Tue, 13 Aug 2013, Michael Grzeschik wrote: In case of devicetree, we currently don't have a way to append pdata for the codec. This patch makes it possible to probe the codec without pdata for that case.

Re: [PATCH] mfd: mc13xxx: make it possible to use the codec without pdata

2013-08-20 Thread Lee Jones
In case of devicetree, we currently don't have a way to append pdata for the codec. This patch makes it possible to probe the codec without pdata for that case. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- drivers/mfd/mc13xxx-core.c | 11 +++ 1

[PATCH] mfd: mc13xxx: make it possible to use the codec without pdata

2013-08-13 Thread Michael Grzeschik
In case of devicetree, we currently don't have a way to append pdata for the codec. This patch makes it possible to probe the codec without pdata for that case. Signed-off-by: Michael Grzeschik --- drivers/mfd/mc13xxx-core.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-)

[PATCH] mfd: mc13xxx: make it possible to use the codec without pdata

2013-08-13 Thread Michael Grzeschik
In case of devicetree, we currently don't have a way to append pdata for the codec. This patch makes it possible to probe the codec without pdata for that case. Signed-off-by: Michael Grzeschik m.grzesc...@pengutronix.de --- drivers/mfd/mc13xxx-core.c | 11 +++ 1 file changed, 7