On Tue, Feb 26, 2019 at 5:55 AM Jisheng Zhang <Jisheng.Zhang@xxxxxxxxxxxxx> wrote: > > Currently, the PCI dwc host users don't support the remove, but nothing > prevent us from supporting it. To achieve this goal, we need to ensure > we can do necessary clean up work. > > Jisheng Zhang (5): > PCI: dwc: fix dw_pcie_free_msi() if msi_irq is invalid > PCI: dwc: free the page for MSI irq in dw_pcie_free_msi() > PCI: dwc: free msi in the error code path of dw_pcie_host_init() > PCI: dwc: use devm_pci_alloc_host_bridge() to simplify the code > PCI: dwc: save root bus for driver remove If you post a v2 of this series, please: Capitalize the first word of each subject, e.g., "PCI: dwc: Fix dw_pcie_free_msi() if msi_irq is invalid" s/irq/IRQ/ s/msi/MSI/