On 30/07/12 16:39, Andrew Lunn wrote:
On Mon, Jul 30, 2012 at 04:15:56PM +0100, Ian Molton wrote:
quoted
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/....
Done.
Also, this should also be CC: to the netdev mailing. I got into
trouble for not doing this and breaking the PPC build :-(
Will do so for v2, thanks.
-Ian