Re: [net-next PATCH v2 2/3] Documentation: ACPI: DSD: Document MDIO PHY

2020-07-04 Thread Andy Shevchenko
On Fri, Jul 3, 2020 at 2:36 PM Calvin Johnson wrote: > On Wed, Jul 01, 2020 at 01:27:43PM +0300, Andy Shevchenko wrote: > > On Wed, Jul 1, 2020 at 9:13 AM Calvin Johnson > > wrote: ... > > > +Package (2) {"mdio-handle", Package (){\_SB.MDI0}} > > > > Reference as a package?

Re: [net-next PATCH v2 2/3] Documentation: ACPI: DSD: Document MDIO PHY

2020-07-03 Thread Calvin Johnson
On Wed, Jul 01, 2020 at 01:27:43PM +0300, Andy Shevchenko wrote: > On Wed, Jul 1, 2020 at 9:13 AM Calvin Johnson > wrote: > > > > Introduce ACPI mechanism to get PHYs registered on a MDIO bus and > > provide them to be connected to MAC. > > > > An ACPI node property "mdio-handle" is introduced to

Re: [net-next PATCH v2 2/3] Documentation: ACPI: DSD: Document MDIO PHY

2020-07-01 Thread Andrew Lunn
> +An example of this is show below:: > + > + Scope(\_SB.MCE0.PR17) // 1G > + { > + Name (_DSD, Package () { > + ToUUID("daffd814-6eba-4d8c-8a91-bc9bbf4aa301"), > + Package () { > + Package (2) {"phy-channel", 1}, > + Package (2)

Re: [net-next PATCH v2 2/3] Documentation: ACPI: DSD: Document MDIO PHY

2020-07-01 Thread Randy Dunlap
On 6/30/20 11:12 PM, Calvin Johnson wrote: > Introduce ACPI mechanism to get PHYs registered on a MDIO bus and > provide them to be connected to MAC. > > An ACPI node property "mdio-handle" is introduced to reference the > MDIO bus on which PHYs are registered with autoprobing method used > by mdi

Re: [net-next PATCH v2 2/3] Documentation: ACPI: DSD: Document MDIO PHY

2020-07-01 Thread Andy Shevchenko
On Wed, Jul 1, 2020 at 9:13 AM Calvin Johnson wrote: > > Introduce ACPI mechanism to get PHYs registered on a MDIO bus and > provide them to be connected to MAC. > > An ACPI node property "mdio-handle" is introduced to reference the > MDIO bus on which PHYs are registered with autoprobing method u

[net-next PATCH v2 2/3] Documentation: ACPI: DSD: Document MDIO PHY

2020-06-30 Thread Calvin Johnson
Introduce ACPI mechanism to get PHYs registered on a MDIO bus and provide them to be connected to MAC. An ACPI node property "mdio-handle" is introduced to reference the MDIO bus on which PHYs are registered with autoprobing method used by mdiobus_register(). Signed-off-by: Calvin Johnson --- C