Re: [PATCH v7 0/2] PCI: dwc: fix two MSI issues

2020-10-09 Thread Lorenzo Pieralisi
On Fri, Oct 09, 2020 at 03:53:11PM +0800, Jisheng Zhang wrote: > Fix two MSI issues. One to skip PCIE_MSI_INTR0* programming if MSI is > disabled, another to use an address in the driver data for MSI address, > to fix the MSI page leakage during suspend/resume. > > Since v6: > - Keep the

[PATCH v7 0/2] PCI: dwc: fix two MSI issues

2020-10-09 Thread Jisheng Zhang
Fix two MSI issues. One to skip PCIE_MSI_INTR0* programming if MSI is disabled, another to use an address in the driver data for MSI address, to fix the MSI page leakage during suspend/resume. Since v6: - Keep the IS_ENABLED(CONFIG_PCI_MSI) check in dw_pcie_msi_init(). Since v5: - rebase on