]> Git Repo - J-u-boot.git/commit
net: mscc: refactor mscc_miim
authorHoratiu Vultur <[email protected]>
Sun, 9 Jun 2019 13:27:29 +0000 (15:27 +0200)
committerJoe Hershberger <[email protected]>
Mon, 15 Jul 2019 18:32:25 +0000 (13:32 -0500)
commit61243678c2ffe39b23ac73adb9b42c3d317817ce
tree6735dbc87002d34134bc880d332131a30195827c
parentec9594a50f02944944dcc76a6cffce9861e8614d
net: mscc: refactor mscc_miim

Because all MSCC SoC use the same MDIO bus, put the implementation in
one common file(mscc_miim) and make all the other MSCC network drivers to
use these functions.

Signed-off-by: Horatiu Vultur <[email protected]>
Reviewed-by: Daniel Schwierzeck <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/mscc_eswitch/Makefile
drivers/net/mscc_eswitch/jr2_switch.c
drivers/net/mscc_eswitch/luton_switch.c
drivers/net/mscc_eswitch/mscc_miim.c
drivers/net/mscc_eswitch/mscc_miim.h
drivers/net/mscc_eswitch/ocelot_switch.c
drivers/net/mscc_eswitch/serval_switch.c
drivers/net/mscc_eswitch/servalt_switch.c
This page took 0.036167 seconds and 4 git commands to generate.