Re: [PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver

2013-06-04 Thread Linus Walleij
On Tue, Jun 4, 2013 at 11:56 AM, Fabio Baltieri wrote: > On Tue, Jun 04, 2013 at 11:03:41AM +0200, Linus Walleij wrote: >> >> Patch applied to my ux500-devicetree branch after some rebasing. > > Thanks! I saw that a lot patches are stacking up in the tree, do you > plan to send an intermediate pu

Re: [PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver

2013-06-04 Thread Fabio Baltieri
On Tue, Jun 04, 2013 at 11:03:41AM +0200, Linus Walleij wrote: > On Thu, May 30, 2013 at 3:27 PM, Fabio Baltieri > wrote: > > > Ux500 ASoC driver is expected to have a specific device name to get > > clock resources correctly. This patch provides the necessary > > OF_DEV_AUXDATA to match the nam

Re: [PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver

2013-06-04 Thread Linus Walleij
On Thu, May 30, 2013 at 3:27 PM, Fabio Baltieri wrote: > Ux500 ASoC driver is expected to have a specific device name to get > clock resources correctly. This patch provides the necessary > OF_DEV_AUXDATA to match the name in DT and non-DT cases. > > Signed-off-by: Fabio Baltieri Patch applied

[PATCH 4/5] ARM: ux500: Provide auxdata to ux500 ASoC driver

2013-05-30 Thread Fabio Baltieri
Ux500 ASoC driver is expected to have a specific device name to get clock resources correctly. This patch provides the necessary OF_DEV_AUXDATA to match the name in DT and non-DT cases. Signed-off-by: Fabio Baltieri --- arch/arm/mach-ux500/cpu-db8500.c | 2 ++ 1 file changed, 2 insertions(+) d