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

2020-10-09 Thread Jisheng Zhang
On Thu, 8 Oct 2020 12:36:14 +0100 Lorenzo Pieralisi wrote: > > On Wed, Sep 30, 2020 at 09:12:05AM +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

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

2020-10-08 Thread Lorenzo Pieralisi
On Wed, Sep 30, 2020 at 09:12:05AM +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 v4: > - fix

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

2020-09-29 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 v4: - fix pci-dra7xx.c Since v3: - add Acked-by tag - change patch2 commit msg to make it