]> git.baikalelectronics.ru Git - kernel.git/commit
net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instance
authorSean Wang <sean.wang@mediatek.com>
Fri, 7 Apr 2017 08:45:08 +0000 (16:45 +0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Apr 2017 20:50:55 +0000 (13:50 -0700)
commitdfb383b25e53f52f3bfdddf1e928d75e7b35eb94
treeef35faed76657b9053e75f998e3326d5ff311cf7
parent877fb2923345e4c865349ed8a83dbe3b71cd72e2
net-next: ethernet: mediatek: add device_node of GMAC pointing into the netdev instance

the patch adds the setup of the corresponding device node of GMAC into the
netdev instance which could allow other modules such as DSA to find the
instance through the node in dt-bindings using of_find_net_device_by_node()
call.

Signed-off-by: Sean Wang <sean.wang@mediatek.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mediatek/mtk_eth_soc.c