mbox series

[GIT,PULL] PCI fixes for v5.18

Message ID 20220517203530.GA1102878@bhelgaas
State New
Headers show
Series [GIT,PULL] PCI fixes for v5.18 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.18-fixes-1

Message

Bjorn Helgaas May 17, 2022, 8:35 p.m. UTC
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.18-fixes-1

for you to fetch changes up to a3b69dd0ad6265c29c4b6fb381cd76fb3bebdf8c:

  Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler" (2022-05-16 15:58:47 -0500)

----------------------------------------------------------------
PCI fixes:

  - Avoid putting Elo i2 PCIe Ports in D3cold because downstream devices
    are inaccessible after going back to D0 (Rafael J. Wysocki)

  - Qualcomm SM8250 has a ddrss_sf_tbu clock but SC8180X does not; make a
    SC8180X-specific config without the clock so it probes correctly (Bjorn
    Andersson)

  - Revert aardvark chained IRQ handler rewrite because it broke interrupt
    affinity (Pali Rohár)

----------------------------------------------------------------
Bjorn Andersson (1):
      PCI: qcom: Remove ddrss_sf_tbu clock from SC8180X

Pali Rohár (1):
      Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler"

Rafael J. Wysocki (1):
      PCI/PM: Avoid putting Elo i2 PCIe Ports in D3cold

 drivers/pci/controller/dwc/pcie-qcom.c |  7 ++++-
 drivers/pci/controller/pci-aardvark.c  | 48 ++++++++++++++++------------------
 drivers/pci/pci.c                      | 10 +++++++
 3 files changed, 38 insertions(+), 27 deletions(-)

Comments

pr-tracker-bot@kernel.org May 17, 2022, 11:52 p.m. UTC | #1
The pull request you sent on Tue, 17 May 2022 15:35:30 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git tags/pci-v5.18-fixes-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/210e04ff768142b96452030c4c2627512b30ad95

Thank you!