Message ID | 20210623100525.19944-1-omp@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Update pcie-tegra194 driver | expand |
Hi Lorenzo, Can you help review these patches. Thanks, Om On 6/23/2021 3:35 PM, Om Prakash Singh wrote: > External email: Use caution opening links or attachments > > > Update pcie-tegra194 driver with bug fixing and cleanup > > Changes from V2->V3 > Updated subject line from "PCI: tegra:" to "PCI: tegra194:" > > Changes from V1->V2 > PCI: tegra: Fix handling BME_CHGED event > - Update variable naming > PCI: tegra: Fix MSI-X programming > - No change > PCI: tegra: Disable interrupts before entering L2 > - Rephrase the commit message > PCI: tegra: Don't allow suspend when Tegra PCIe is in EP mode > - Update return value to -ENOTSUPP. > PCI: tegra: Cleanup unused code > - No Change > > V1: > http://patchwork.ozlabs.org/project/linux-pci/cover/20210527115246.20509-1-omp@nvidia.com/ > V2: > http://patchwork.ozlabs.org/project/linux-pci/cover/20210606082204.14222-1-omp@nvidia.com/ > > Om Prakash Singh (5): > PCI: tegra: Fix handling BME_CHGED event > PCI: tegra: Fix MSI-X programming > PCI: tegra: Disable interrupts before entering L2 > PCI: tegra: Don't allow suspend when Tegra PCIe is in EP mode > PCI: tegra: Cleanup unused code > > drivers/pci/controller/dwc/pcie-tegra194.c | 36 +++++++++++++--------- > 1 file changed, 22 insertions(+), 14 deletions(-) > > -- > 2.17.1 >
Hi Lorenzo, Please consider these patches to review. Thanks, Om On 6/23/2021 3:35 PM, Om Prakash Singh wrote: > External email: Use caution opening links or attachments > > > Update pcie-tegra194 driver with bug fixing and cleanup > > Changes from V2->V3 > Updated subject line from "PCI: tegra:" to "PCI: tegra194:" > > Changes from V1->V2 > PCI: tegra: Fix handling BME_CHGED event > - Update variable naming > PCI: tegra: Fix MSI-X programming > - No change > PCI: tegra: Disable interrupts before entering L2 > - Rephrase the commit message > PCI: tegra: Don't allow suspend when Tegra PCIe is in EP mode > - Update return value to -ENOTSUPP. > PCI: tegra: Cleanup unused code > - No Change > > V1: > http://patchwork.ozlabs.org/project/linux-pci/cover/20210527115246.20509-1-omp@nvidia.com/ > V2: > http://patchwork.ozlabs.org/project/linux-pci/cover/20210606082204.14222-1-omp@nvidia.com/ > > Om Prakash Singh (5): > PCI: tegra: Fix handling BME_CHGED event > PCI: tegra: Fix MSI-X programming > PCI: tegra: Disable interrupts before entering L2 > PCI: tegra: Don't allow suspend when Tegra PCIe is in EP mode > PCI: tegra: Cleanup unused code > > drivers/pci/controller/dwc/pcie-tegra194.c | 36 +++++++++++++--------- > 1 file changed, 22 insertions(+), 14 deletions(-) > > -- > 2.17.1 >
On Wed, 23 Jun 2021 15:35:20 +0530, Om Prakash Singh wrote: > Update pcie-tegra194 driver with bug fixing and cleanup > > Changes from V2->V3 > Updated subject line from "PCI: tegra:" to "PCI: tegra194:" > > Changes from V1->V2 > PCI: tegra: Fix handling BME_CHGED event > - Update variable naming > PCI: tegra: Fix MSI-X programming > - No change > PCI: tegra: Disable interrupts before entering L2 > - Rephrase the commit message > PCI: tegra: Don't allow suspend when Tegra PCIe is in EP mode > - Update return value to -ENOTSUPP. > PCI: tegra: Cleanup unused code > - No Change > > [...] Applied to pci/tegra194, thanks! [1/5] PCI: tegra194: Fix handling BME_CHGED event https://git.kernel.org/lpieralisi/pci/c/ceb1412c1c [2/5] PCI: tegra194: Fix MSI-X programming https://git.kernel.org/lpieralisi/pci/c/43537cf7e3 [3/5] PCI: tegra194: Disable interrupts before entering L2 https://git.kernel.org/lpieralisi/pci/c/834c5cf2b5 [4/5] PCI: tegra194: Don't allow suspend when Tegra PCIe is in EP mode https://git.kernel.org/lpieralisi/pci/c/de2bbf2b71 [5/5] PCI: tegra194: Cleanup unused code https://git.kernel.org/lpieralisi/pci/c/f62750e691 Thanks, Lorenzo