Re: [PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct

2023-11-24 Thread Igor Mammedov
On Wed, 15 Nov 2023 17:18:53 + Thierry Escande wrote: > This patch removes the unused field use_acpi_hotplug_bridge from the > ICH9LPCPMRegs structure as it is now part of AcpiPciHpState. > > Hotplug fields have been removed from piix4 state structure by commit > 6536e427ce49 (pcihp: move fi

Re: [PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct

2023-11-15 Thread Philippe Mathieu-Daudé
On 15/11/23 18:18, Thierry Escande wrote: This patch removes the unused field use_acpi_hotplug_bridge from the ICH9LPCPMRegs structure as it is now part of AcpiPciHpState. Hotplug fields have been removed from piix4 state structure by commit 6536e427ce49 (pcihp: move fields enabling hotplug into

[PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct

2023-11-15 Thread Thierry Escande
This patch removes the unused field use_acpi_hotplug_bridge from the ICH9LPCPMRegs structure as it is now part of AcpiPciHpState. Hotplug fields have been removed from piix4 state structure by commit 6536e427ce49 (pcihp: move fields enabling hotplug into AcpiPciHpState) so do the same for ich9. S