On Mon, Jul 30, 2012 at 04:15:56PM +0100, Ian Molton wrote:
This patch adds basic device tree support to the mv643xx ethernet driver.
It should be enough for most current users of the device, and should allow
a fairly painless migration once proper support for clk devices is available
to those platforms.
Signed-off-by: Ian Molton <redacted>
---
drivers/net/ethernet/marvell/mv643xx_eth.c | 111 ++++++++++++++++++++++++----
1 file changed, 97 insertions(+), 14 deletions(-)
Hi Ian
Please document the DT binding in Documentation/devicetree/binding/....
Also, this should also be CC: to the netdev mailing. I got into
trouble for not doing this and breaking the PPC build :-(
Andrew