Re: [PATCH v6 0/2] arm/acpi: simplify aml code and enable SHPC

2019-12-10 Thread Peter Maydell
On Tue, 10 Dec 2019 at 13:49, Igor Mammedov wrote: > > On Mon, 9 Dec 2019 17:51:10 + > Peter Maydell wrote: > > > On Mon, 9 Dec 2019 at 06:38, Heyi Guo wrote: > > > > > > After the introduction of generic PCIe root port and PCIe-PCI bridge, we > > > will > > > also have SHPC controller on A

Re: [PATCH v6 0/2] arm/acpi: simplify aml code and enable SHPC

2019-12-10 Thread Igor Mammedov
On Mon, 9 Dec 2019 17:51:10 + Peter Maydell wrote: > On Mon, 9 Dec 2019 at 06:38, Heyi Guo wrote: > > > > After the introduction of generic PCIe root port and PCIe-PCI bridge, we > > will > > also have SHPC controller on ARM, and we don't support ACPI hot plug, so > > just > > enable SHPC

Re: [PATCH v6 0/2] arm/acpi: simplify aml code and enable SHPC

2019-12-09 Thread Peter Maydell
On Mon, 9 Dec 2019 at 06:38, Heyi Guo wrote: > > After the introduction of generic PCIe root port and PCIe-PCI bridge, we will > also have SHPC controller on ARM, and we don't support ACPI hot plug, so just > enable SHPC native hot plug. > > Igor also spotted the store operation outside of bit and

[PATCH v6 0/2] arm/acpi: simplify aml code and enable SHPC

2019-12-08 Thread Heyi Guo
After the introduction of generic PCIe root port and PCIe-PCI bridge, we will also have SHPC controller on ARM, and we don't support ACPI hot plug, so just enable SHPC native hot plug. Igor also spotted the store operation outside of bit and/or is not necessary, so simply the code at first. v6: -