public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v6.8
@ 2024-02-02 20:51 Bjorn Helgaas
  2024-02-02 21:00 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Helgaas @ 2024-02-02 20:51 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi, Rob Herring,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Johan Hovold

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.8-fixes-1

for you to fetch changes up to 925bd5e08106bd5bfbd1cb8e124c89a0b4003569:

  MAINTAINERS: Add Manivannan Sadhasivam as PCI Endpoint maintainer (2024-01-31 09:04:10 -0600)

----------------------------------------------------------------
- Fix a potential deadlock that was reintroduced by an ASPM revert
  merged for v6.8 (Johan Hovold)

- Add Manivannan Sadhasivam as PCI Endpoint maintainer (Lorenzo Pieralisi)

----------------------------------------------------------------
Johan Hovold (1):
      PCI/ASPM: Fix deadlock when enabling ASPM

Lorenzo Pieralisi (1):
      MAINTAINERS: Add Manivannan Sadhasivam as PCI Endpoint maintainer

 MAINTAINERS                            |  3 +-
 drivers/pci/bus.c                      | 49 +++++++++++++--------
 drivers/pci/controller/dwc/pcie-qcom.c |  2 +-
 drivers/pci/pci.c                      | 78 ++++++++++++++++++++++------------
 drivers/pci/pci.h                      |  4 +-
 drivers/pci/pcie/aspm.c                | 13 ++++--
 include/linux/pci.h                    |  5 +++
 7 files changed, 102 insertions(+), 52 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] PCI fixes for v6.8
  2024-02-02 20:51 Bjorn Helgaas
@ 2024-02-02 21:00 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-02-02 21:00 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Rob Herring, Krzysztof Wilczyński, Manivannan Sadhasivam,
	Johan Hovold

The pull request you sent on Fri, 2 Feb 2024 14:51:18 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.8-fixes-1

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] PCI fixes for v6.8
@ 2024-02-09 15:51 Bjorn Helgaas
  2024-02-09 18:46 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Helgaas @ 2024-02-09 15:51 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Dan Carpenter

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.8-fixes-2

for you to fetch changes up to 67057f48df79a3d73683385f521215146861684b:

  PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment (2024-02-07 13:10:00 -0600)

----------------------------------------------------------------
- Fix an unintentional truncation of DWC MSI-X address to 32 bits and
  update similar MSI code to match (Dan Carpenter)

----------------------------------------------------------------
Dan Carpenter (2):
      PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
      PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment

 drivers/pci/controller/dwc/pcie-designware-ep.c | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] PCI fixes for v6.8
  2024-02-09 15:51 Bjorn Helgaas
@ 2024-02-09 18:46 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-02-09 18:46 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Dan Carpenter

The pull request you sent on Fri, 9 Feb 2024 09:51:48 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.8-fixes-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5ddfc2460611567cea5ed097f9534e7e8e84744b

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [GIT PULL] PCI fixes for v6.8
@ 2024-02-16 23:35 Bjorn Helgaas
  2024-02-17 16:27 ` pr-tracker-bot
  0 siblings, 1 reply; 6+ messages in thread
From: Bjorn Helgaas @ 2024-02-16 23:35 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Dan Carpenter,
	Sanath S, Siddharth Vadapalli, Rafael J. Wysocki

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.8-fixes-3

for you to fetch changes up to 172c0cf519fb52860157c57067f1a58cfc0aa861:

  MAINTAINERS: Add Siddharth Vadapalli as PCI TI DRA7XX/J721E reviewer (2024-02-16 16:42:59 -0600)

----------------------------------------------------------------
- Keep bridges in D0 if we need to poll downstream devices for PME to
  resolve a v6.6 regression where we failed to enumerate devices below
  bridges put in D3hot by runtime PM, e.g., NVMe drives connected via
  Thunderbolt or USB4 docks (Alex Williamson)

- Add Siddharth Vadapalli as PCI TI DRA7XX/J721E reviewer

----------------------------------------------------------------
Alex Williamson (1):
      PCI: Fix active state requirement in PME polling

Siddharth Vadapalli (1):
      MAINTAINERS: Add Siddharth Vadapalli as PCI TI DRA7XX/J721E reviewer

 MAINTAINERS       |  1 +
 drivers/pci/pci.c | 37 ++++++++++++++++++++++---------------
 2 files changed, 23 insertions(+), 15 deletions(-)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [GIT PULL] PCI fixes for v6.8
  2024-02-16 23:35 [GIT PULL] PCI fixes for v6.8 Bjorn Helgaas
@ 2024-02-17 16:27 ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2024-02-17 16:27 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Dan Carpenter,
	Sanath S, Siddharth Vadapalli, Rafael J. Wysocki

The pull request you sent on Fri, 16 Feb 2024 17:35:01 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.8-fixes-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4a7571485c467b76cc19fae304452fd56921c789

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-02-17 16:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-16 23:35 [GIT PULL] PCI fixes for v6.8 Bjorn Helgaas
2024-02-17 16:27 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-02-09 15:51 Bjorn Helgaas
2024-02-09 18:46 ` pr-tracker-bot
2024-02-02 20:51 Bjorn Helgaas
2024-02-02 21:00 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox