mbox series

[RFT,v1,0/3] ACPI: scan: Defer enumeration of devices with significant dependencies

Message ID 1646930.v2jOOB1UEN@kreacher
Headers show
Series ACPI: scan: Defer enumeration of devices with significant dependencies | expand

Message

Rafael J. Wysocki Dec. 14, 2020, 8:23 p.m. UTC
Hi,

This series addresses some enumeration ordering issues by using information
from _DEP to defer the enumeration of devices that are likely to depend on
operation region (OpRegion) handlers supplied by the drivers of other
devices.

This allows the OpRegion suppliers to be probed and start working before the
devices depending on them are enumerated.

Please see the patch changelogs for details.

Hans, please test this series on the system with OpRegion dependencies in
control methods used for device enumeration.

Thanks!

Comments

Mika Westerberg Dec. 17, 2020, 9:27 a.m. UTC | #1
Hi Rafael,

On Mon, Dec 14, 2020 at 09:23:47PM +0100, Rafael J. Wysocki wrote:
> Hi,

> 

> This series addresses some enumeration ordering issues by using information

> from _DEP to defer the enumeration of devices that are likely to depend on

> operation region (OpRegion) handlers supplied by the drivers of other

> devices.

> 

> This allows the OpRegion suppliers to be probed and start working before the

> devices depending on them are enumerated.


For the whole series,

Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>