Message ID | 20190226194806.34fc23b5@xhacker.debian (mailing list archive) |
---|---|
Headers | show |
Series | PCI: dwc: support remove | expand |
On Tue, Feb 26, 2019 at 5:55 AM Jisheng Zhang <Jisheng.Zhang@synaptics.com> 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/
On Tue, 26 Feb 2019 15:11:03 -0600 Bjorn Helgaas wrote: > > > On Tue, Feb 26, 2019 at 5:55 AM Jisheng Zhang > <Jisheng.Zhang@synaptics.com> 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/ Thanks for the review. Will do when post a v2. I'm still trying to collect more code review comments. Thanks