Hi, On 11/23/20 1:41 PM, Rafael J. Wysocki wrote: > On Mon, Nov 23, 2020 at 2:31 PM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: >> >> Hi, >> >> On 11/23/20 1:17 PM, Rafael J. Wysocki wrote: >>> On Sat, Nov 21, 2020 at 9:31 PM Hans de Goede <hdegoede@xxxxxxxxxx> wrote: >>>> >>>> The current solution, of deferring adding of some devices because they >>>> need access during the OpRegions of other devices while they are added, >>>> is not very generic. >>>> >>>> And support for making the decision to defer adding a device based on >>>> its _DEP list, instead of the device's HID being in a fixed list of HIDs >>>> to defer, which should be a more generic way to deal with this. >>> >>> Thanks a lot for working on this! >> >> You're welcome. >> >>> I'll have a more thorough look at the series later this week, stay tuned. >> >> Ok. >> >>>> Since this is likely to cause issues on some hardware, this new method will >>>> only be used if the new acpi.defer_scan_based_on_dep kernel commandline >>>> option is set to 1. >>> >>> However, I already can say that I don't like the new command line option. >> >> You don't like the name, or you don't like having a commandline option for this? > > The latter. I already expected as much. Some initial thoughts on this. Note feel free to respond later when you are reviewing the set: I think that this is a bit adventurous. But this was a weekend project for me and I only had time to test on the Acer Switch Sw3-016 so far, and that worked well. So maybe it will work better then expected with some more testing. If we want to do this be default from now on, then we need to take some measures to avoid the acpi_ignore_dep_hids list added by one of the preparation patches from growing endlessly. What would help here is extending the new acpi_info_matches_hids() helper to not only check the HIDs against acpi_device_info.hardware_id but also the compatible_id_list and then replace the System Power Management Controller HIDs in acpi_ignore_dep_hids list with "PNP0D80" I believe that that should catch all PMC-s without needing to have a HID per hardware/chipset generation. Regards, Hans