Re: [next 1/5] net: ftgmac100: Add DM_MDIO support

2022-01-18 Thread Tom Rini
On Thu, Dec 09, 2021 at 10:12:24AM +0800, Dylan Hung wrote: > Add support for DM_MDIO to connect to PHY. For the systems that have a > stand-alone MDIO hardware block, enable CONFIG_DM_MDIO to use driver > model for MDIO devices. > > Signed-off-by: Dylan Hung > Reviewed-by: Ramon Fried Applie

Re: [next 1/5] net: ftgmac100: Add DM_MDIO support

2021-12-10 Thread Ramon Fried
On Thu, Dec 9, 2021 at 4:12 AM Dylan Hung wrote: > > Add support for DM_MDIO to connect to PHY. For the systems that have a > stand-alone MDIO hardware block, enable CONFIG_DM_MDIO to use driver > model for MDIO devices. > > Signed-off-by: Dylan Hung > --- > drivers/net/ftgmac100.c | 20 +++

[next 1/5] net: ftgmac100: Add DM_MDIO support

2021-12-08 Thread Dylan Hung
Add support for DM_MDIO to connect to PHY. For the systems that have a stand-alone MDIO hardware block, enable CONFIG_DM_MDIO to use driver model for MDIO devices. Signed-off-by: Dylan Hung --- drivers/net/ftgmac100.c | 20 +++- 1 file changed, 15 insertions(+), 5 deletions(-)