Re: [RFC PATCH 1/3] acpi: Add acpi mdio support code

2018-11-12 Thread Andrew Lunn
On Thu, Nov 08, 2018 at 03:22:16PM +0800, Wang Dongsheng wrote: > Add support for parsing the ACPI data node for PHY devices on an MDIO bus. > The current implementation depend on mdio bus scan. > With _DSD device properties we can finally do this: > > Device (MDIO) { > Name (_DSD, Pac

Re: [RFC PATCH 1/3] acpi: Add acpi mdio support code

2018-11-08 Thread Rafael J. Wysocki
On Thursday, November 8, 2018 8:55:47 AM CET Wang, Dongsheng wrote: > On 2018/11/8 15:44, Rafael J. Wysocki wrote: > > On Thursday, November 8, 2018 8:22:16 AM CET Wang Dongsheng wrote: > >> Add support for parsing the ACPI data node for PHY devices on an MDIO bus. > >> The current implementation d

Re: [RFC PATCH 1/3] acpi: Add acpi mdio support code

2018-11-07 Thread Wang, Dongsheng
On 2018/11/8 15:44, Rafael J. Wysocki wrote: > On Thursday, November 8, 2018 8:22:16 AM CET Wang Dongsheng wrote: >> Add support for parsing the ACPI data node for PHY devices on an MDIO bus. >> The current implementation depend on mdio bus scan. >> With _DSD device properties we can finally do thi

Re: [RFC PATCH 1/3] acpi: Add acpi mdio support code

2018-11-07 Thread Rafael J. Wysocki
On Thursday, November 8, 2018 8:22:16 AM CET Wang Dongsheng wrote: > Add support for parsing the ACPI data node for PHY devices on an MDIO bus. > The current implementation depend on mdio bus scan. > With _DSD device properties we can finally do this: > > Device (MDIO) { > Name (_DSD,

[RFC PATCH 1/3] acpi: Add acpi mdio support code

2018-11-07 Thread Wang Dongsheng
Add support for parsing the ACPI data node for PHY devices on an MDIO bus. The current implementation depend on mdio bus scan. With _DSD device properties we can finally do this: Device (MDIO) { Name (_DSD, Package () { ToUUID("dbb8e3e6-5886-4ba6-8795-1319f52a966b"),