Re: [PATCH v2 00/10] split out emac cpdma and mdio for reuse

2010-09-07 Thread Kevin Hilman
David Miller da...@davemloft.net writes: From: Cyril Chemparathy cy...@ti.com Date: Fri, 03 Sep 2010 14:20:47 -0400 Hi Kevin, [...] Although am3517 (omap) board support code has been updated as needed, emac does not work on this platform. Just to clarify... did EMAC work on AM3517

Re: [PATCH v2 00/10] split out emac cpdma and mdio for reuse

2010-09-07 Thread Kevin Hilman
Cyril Chemparathy cy...@ti.com writes: Davinci's EMAC device has an in-built MDIO controller and a CPDMA engine. These hardware modules are not restricted to EMAC device alone. For example, CPSW3G (3-port gigabit ethernet switch) hardware uses these very same modules internally. This patch

Re: [PATCH v2 00/10] split out emac cpdma and mdio for reuse

2010-09-06 Thread David Miller
From: Cyril Chemparathy cy...@ti.com Date: Fri, 03 Sep 2010 14:20:47 -0400 Hi Kevin, [...] Although am3517 (omap) board support code has been updated as needed, emac does not work on this platform. Just to clarify... did EMAC work on AM3517 before this series? No. It didn't work

Re: [PATCH v2 00/10] split out emac cpdma and mdio for reuse

2010-09-03 Thread Kevin Hilman
Cyril Chemparathy cy...@ti.com writes: [...] Although am3517 (omap) board support code has been updated as needed, emac does not work on this platform. Just to clarify... did EMAC work on AM3517 before this series? Kevin -- To unsubscribe from this list: send the line unsubscribe linux-omap

Re: [PATCH v2 00/10] split out emac cpdma and mdio for reuse

2010-09-03 Thread Cyril Chemparathy
Hi Kevin, [...] Although am3517 (omap) board support code has been updated as needed, emac does not work on this platform. Just to clarify... did EMAC work on AM3517 before this series? No. It didn't work before this series. To get AM3517 EMAC working, the driver needs another patch to

Re: [PATCH v2 00/10] split out emac cpdma and mdio for reuse

2010-09-03 Thread Kevin Hilman
Cyril Chemparathy cy...@ti.com writes: Hi Kevin, [...] Although am3517 (omap) board support code has been updated as needed, emac does not work on this platform. Just to clarify... did EMAC work on AM3517 before this series? No. It didn't work before this series. To get AM3517 EMAC

[PATCH v2 00/10] split out emac cpdma and mdio for reuse

2010-09-02 Thread Cyril Chemparathy
Davinci's EMAC device has an in-built MDIO controller and a CPDMA engine. These hardware modules are not restricted to EMAC device alone. For example, CPSW3G (3-port gigabit ethernet switch) hardware uses these very same modules internally. This patch series separates out EMAC's MDIO and CPDMA