Re: [PATCH] net: Phy: Add PHY lookup support on MDIO bus in case of ACPI probe

2020-09-08 Thread Vikas Singh
On Sat, Aug 1, 2020 at 3:08 PM Russell King - ARM Linux admin wrote: > > On Sat, Aug 01, 2020 at 10:23:38AM +0530, Vikas Singh wrote: > > Hi Andrew, > > > > As i have already mentioned that this patch is based on > > https://www.spinics.net/lists/netdev/msg662173.html, > >

Re: [PATCH] net: Phy: Add PHY lookup support on MDIO bus in case of ACPI probe

2020-08-01 Thread Russell King - ARM Linux admin
On Sat, Aug 01, 2020 at 10:23:38AM +0530, Vikas Singh wrote: > Hi Andrew, > > As i have already mentioned that this patch is based on > https://www.spinics.net/lists/netdev/msg662173.html, > > > When MDIO bus gets registered itself along with

Re: [PATCH] net: Phy: Add PHY lookup support on MDIO bus in case of ACPI probe

2020-07-31 Thread Florian Fainelli
On 7/31/2020 9:53 PM, Vikas Singh wrote: > Hi Andrew, >   > As i have already mentioned that this patch is based on > https://www.spinics.net/lists/netdev/msg662173.html, > > > When MDIO bus gets registered itself along with devices on it ,

Re: [PATCH] net: Phy: Add PHY lookup support on MDIO bus in case of ACPI probe

2020-07-31 Thread Andrew Lunn
On Tue, Jul 28, 2020 at 05:41:38PM +0530, Vikas Singh wrote: > Auto-probe of c45 devices with extended scanning in xgmac_mdio works > well but fails to update device "fwnode" while registering PHYs on > MDIO bus. > This patch is based on https://www.spinics.net/lists/netdev/msg662173.html > > This

[PATCH] net: Phy: Add PHY lookup support on MDIO bus in case of ACPI probe

2020-07-28 Thread Vikas Singh
Auto-probe of c45 devices with extended scanning in xgmac_mdio works well but fails to update device "fwnode" while registering PHYs on MDIO bus. This patch is based on https://www.spinics.net/lists/netdev/msg662173.html This change will update the "fwnode" while PHYs get registered and allow look

Re: [PATCH] net: Phy: Add PHY lookup support on MDIO bus in case of ACPI probe

2020-07-22 Thread David Miller
From: Vikas Singh Date: Wed, 22 Jul 2020 16:52:14 +0530 > *Disclaimer* -The information transmitted is intended solely for the > individual > or entity to which it is addressed and may contain confidential > and/or > privileged material. Any review, re-transmission, dissemination or > other us

Re: [PATCH] net: Phy: Add PHY lookup support on MDIO bus in case of ACPI probe

2020-07-22 Thread Andrew Lunn
> *Disclaimer* -The information transmitted is intended solely for the > individual or entity to which it is addressed and may contain > confidential and/or privileged material. Any review, > re-transmission, dissemination or other use of or taking action in > reliance upon this information by pers

[PATCH] net: Phy: Add PHY lookup support on MDIO bus in case of ACPI probe

2020-07-22 Thread Vikas Singh
Auto-probe of c45 devices with extended scanning in xgmac_mdio works well but fails to update device "fwnode" while registering PHYs on MDIO bus. This patch is based on https://www.spinics.net/lists/netdev/msg662173.html This change will update the "fwnode" while PHYs get registered and allow look