lkml.org 
[lkml]   [2020]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    Subject[PATCH v3 0/2] PCI: dwc: fix two MSI issues
    Fix two MSI issues. One to skip PCIE_MSI_INTR0* programming is MSI is
    disabled, another to use an address in the driver data for MSI address,
    the side effect of this patch is fixing the MSI page leakage during
    suspend/resume.

    Since v2:
    - add Acked-by tag
    - use an address in the driver data for MSI address. Thank Ard and Rob
    for pointing out this correct direction.
    - Since the MSI page has gone, the leak issue doesn't exist anymore,
    remove unnecessary patches.
    - Remove dw_pcie_free_msi rename and the last patch. They could be
    targeted to next. So will send out patches in a separate series.

    Since v1:
    - add proper error handling patches.
    - solve the msi page leakage by moving dw_pcie_msi_init() from each
    users to designware host

    Jisheng Zhang (2):
    PCI: dwc: Skip PCIE_MSI_INTR0* programming if MSI is disabled
    PCI: dwc: Use an address in the driver data for MSI address

    .../pci/controller/dwc/pcie-designware-host.c | 24 +++----------------
    drivers/pci/controller/dwc/pcie-designware.h | 1 -
    2 files changed, 3 insertions(+), 22 deletions(-)

    --
    2.28.0

    \
     
     \ /
      Last update: 2020-09-25 10:40    [W:5.946 / U:0.748 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site