[PATCH v2 2/5] ARM: dove: add DT parsing for legacy mv643xx_eth

2013-05-02 Thread Sebastian Hesselbarth
To allow to move to orion irqchip driver, existing legacy devices have to map their irqs. This patch adds init code to map the corresponding irqs. It will vanish as soon as there is true device tree support for mv643xx_eth. Signed-off-by: Sebastian Hesselbarth --- Changelog: v1->v2: - split off D

Re: [PATCH v2 2/5] ARM: dove: add DT parsing for legacy mv643xx_eth

2013-05-02 Thread Andrew Lunn
On Fri, May 03, 2013 at 01:48:36AM +0200, Sebastian Hesselbarth wrote: > To allow to move to orion irqchip driver, existing legacy devices > have to map their irqs. This patch adds init code to map the > corresponding irqs. It will vanish as soon as there is true device tree > support for mv643xx_e

Re: [PATCH v2 2/5] ARM: dove: add DT parsing for legacy mv643xx_eth

2013-05-03 Thread Sebastian Hesselbarth
On 05/03/2013 07:06 AM, Andrew Lunn wrote: On Fri, May 03, 2013 at 01:48:36AM +0200, Sebastian Hesselbarth wrote: To allow to move to orion irqchip driver, existing legacy devices have to map their irqs. This patch adds init code to map the corresponding irqs. It will vanish as soon as there is

Re: [PATCH v2 2/5] ARM: dove: add DT parsing for legacy mv643xx_eth

2013-05-04 Thread Jason Cooper
On Fri, May 03, 2013 at 07:06:32AM +0200, Andrew Lunn wrote: > Jason: what is the status of the ethernet driver conversion to DT? > Will it get merged this week, or is it material for the next merge > window? You'd have to ask Florian/David Miller. I'm not sure wether David was able to pull that

Re: [PATCH v2 2/5] ARM: dove: add DT parsing for legacy mv643xx_eth

2013-05-04 Thread Florian Fainelli
Le 4 mai 2013 19:30, "Jason Cooper" a écrit : > > On Fri, May 03, 2013 at 07:06:32AM +0200, Andrew Lunn wrote: > > Jason: what is the status of the ethernet driver conversion to DT? > > Will it get merged this week, or is it material for the next merge > > window? > > You'd have to ask Florian/Dav