]> git.baikalelectronics.ru Git - kernel.git/commit
net: mv643xx_eth: add DT parsing support
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Wed, 29 May 2013 09:32:48 +0000 (09:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 May 2013 00:54:04 +0000 (17:54 -0700)
commitbaa1330734489e33dc790d6f259115cedacaaaf7
tree53854f05fb1220fe5f710b341ef5a4db53fb0499
parent64e24f887b4ca6a295c3590dff4f3c56657f1a26
net: mv643xx_eth: add DT parsing support

This adds device tree parsing support for the shared driver of mv643xx_eth.
As the bindings are slightly different from current PPC bindings new binding
documentation is also added. Following PPC-style device setup, the shared
driver now also adds port platform_devices and sets up port platform_data.

Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/marvell-orion-net.txt [new file with mode: 0644]
drivers/net/ethernet/marvell/mv643xx_eth.c