Re: [PATCH 2/2] eth phy: add mdio bus char device interface

2018-06-18 Thread kbuild test robot
Hi Wei, I love your patch! Yet something to improve: [auto build test ERROR on net-next/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 2/2] eth phy: add mdio bus char device interface

2018-06-17 Thread Wei Li
Add the notifier for the change of mdio bus, since i wanna that a char device represents a mii_bus not a mdio_device. Signed-off-by: Wei Li --- drivers/net/phy/mdio_bus.c | 21 - include/linux/mdio.h | 1 + include/linux/phy.h| 2 ++ 3 files changed, 23