Re: [PATCH v5 09/11] piix4: don't reserve hw resources when hotplug is off globally

2020-09-17 Thread Igor Mammedov
On Thu, 17 Sep 2020 12:09:46 +0530 Ani Sinha wrote: > On Thu, Sep 17, 2020 at 11:46 AM Igor Mammedov wrote: > > > > On Wed, 16 Sep 2020 13:49:08 +0530 > > Ani Sinha wrote: > > > > > When acpi hotplug is turned off for both root pci bus as well as for pci > > > bridges, we should not generate

Re: [PATCH v5 09/11] piix4: don't reserve hw resources when hotplug is off globally

2020-09-16 Thread Ani Sinha
On Thu, Sep 17, 2020 at 11:46 AM Igor Mammedov wrote: > > On Wed, 16 Sep 2020 13:49:08 +0530 > Ani Sinha wrote: > > > When acpi hotplug is turned off for both root pci bus as well as for pci > > bridges, we should not generate the related acpi code for DSDT table or > > initialize related hw port

Re: [PATCH v5 09/11] piix4: don't reserve hw resources when hotplug is off globally

2020-09-16 Thread Igor Mammedov
On Wed, 16 Sep 2020 13:49:08 +0530 Ani Sinha wrote: > When acpi hotplug is turned off for both root pci bus as well as for pci > bridges, we should not generate the related acpi code for DSDT table or > initialize related hw ports or reserve hw resources. This change makes > sure all those operat