
Hi Priyanka,
-----Original Message----- From: Priyanka Jain (OSS) priyanka.jain@oss.nxp.com Sent: 2020年9月23日 21:25 To: Z.q. Hou zhiqiang.hou@nxp.com; u-boot@lists.denx.de; bmeng.cn@gmail.com; olteanv@gmail.com Cc: Vladimir Oltean vladimir.oltean@nxp.com; Z.q. Hou zhiqiang.hou@nxp.com Subject: RE: [PATCHv6 01/18] phy: make phy_connect_fixed work with a null mdio bus
-----Original Message----- From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Zhiqiang Hou Sent: Tuesday, September 22, 2020 2:20 PM To: u-boot@lists.denx.de; bmeng.cn@gmail.com; olteanv@gmail.com; Priyanka Jain priyanka.jain@nxp.com Cc: Vladimir Oltean vladimir.oltean@nxp.com; Z.q. Hou zhiqiang.hou@nxp.com Subject: [PATCHv6 01/18] phy: make phy_connect_fixed work with a null mdio bus
From: Vladimir Oltean vladimir.oltean@nxp.com
It is utterly pointless to require an MDIO bus pointer for a fixed PHY device. The fixed.c implementation does not require it, only phy_device_create. Fix that.
Signed-off-by: Vladimir Oltean vladimir.oltean@nxp.com Signed-off-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com Reviewed-by: Hou Zhiqiang Zhiqiang.Hou@nxp.com
Hello,
I have already picked v5 and rebased. This is now integrated in u-boot-mpc85xx and pull-request is generated for next branch today. Kindly rebase and resend the delta over that.
No code change in V6, just move the #2 of V5 to the end of the patch set to avoid ls1021a build error at #2, refer to Vladimir's comments in http://patchwork.ozlabs.org/project/uboot/patch/20200716100925.10721-3-Zhiqi...
Thanks, Zhiqiang
Regards Priyanka