public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] PCI fixes for v6.11
@ 2024-08-01 18:15 Bjorn Helgaas
  2024-08-01 18:36 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2024-08-01 18:15 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Blazej Kucman,
	Philipp Stanner, Damien Le Moal, Ilpo Järvinen

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 5560a612c20d3daacbf5da7913deefa5c31742f4:

  PCI: pciehp: Retain Power Indicator bits for userspace indicators (2024-08-01 12:58:03 -0500)

N.B. These have been in linux-next since July 26; I updated the commit logs
today to add a Tested-by and an error message.

----------------------------------------------------------------
- Fix a pci_intx() regression that caused driver reload to fail with
  "Resources present before probing" (Philipp Stanner)

- Fix a pciehp regression that clobbered the upper bits of RAID status LEDs
  on NVMe devices behind an Intel VMD (Blazej Kucman)

----------------------------------------------------------------
Blazej Kucman (1):
      PCI: pciehp: Retain Power Indicator bits for userspace indicators

Philipp Stanner (1):
      PCI: Fix devres regression in pci_intx()

 drivers/pci/hotplug/pciehp_hpc.c |  4 +++-
 drivers/pci/pci.c                | 15 ++++++++-------
 2 files changed, 11 insertions(+), 8 deletions(-)

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

* Re: [GIT PULL] PCI fixes for v6.11
  2024-08-01 18:15 [GIT PULL] PCI fixes for v6.11 Bjorn Helgaas
@ 2024-08-01 18:36 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2024-08-01 18:36 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Blazej Kucman,
	Philipp Stanner, Damien Le Moal, Ilpo Järvinen

The pull request you sent on Thu, 1 Aug 2024 13:15:14 -0500:

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

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

Thank you!

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

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

* [GIT PULL] PCI fixes for v6.11
@ 2024-08-30 20:57 Bjorn Helgaas
  2024-08-31  4:11 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2024-08-30 20:57 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Frank Li

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 150b572a7c1df30f5d32d87ad96675200cca7b80:

  MAINTAINERS: PCI: Add NXP PCI controller mailing list imx@lists.linux.dev (2024-08-30 13:07:21 -0500)

----------------------------------------------------------------
- Add Manivannan Sadhasivam as PCI native host bridge and endpoint driver
  reviewer (Manivannan Sadhasivam)

- Disable MHI RAM data parity error interrupt for qcom SA8775P SoC to work
  around hardware erratum that causes a constant stream of interrupts
  (Manivannan Sadhasivam)

- Don't try to fall back to qcom Operating Performance Points (OPP) support
  unless the platform actually supports OPP (Manivannan Sadhasivam)

- Add imx@lists.linux.dev mailing list to MAINTAINERS for NXP layerscape
  and imx6 PCI controller drivers (Frank Li)

----------------------------------------------------------------
Frank Li (1):
      MAINTAINERS: PCI: Add NXP PCI controller mailing list imx@lists.linux.dev

Manivannan Sadhasivam (3):
      MAINTAINERS: Add Manivannan Sadhasivam as Reviewer for PCI native host bridge and endpoint drivers
      PCI: qcom-ep: Disable MHI RAM data parity error interrupt for SA8775P SoC
      PCI: qcom: Use OPP only if the platform supports it

 MAINTAINERS                               |  3 +++
 drivers/pci/controller/dwc/pcie-qcom-ep.c | 13 +++++++++++++
 drivers/pci/controller/dwc/pcie-qcom.c    |  7 +++++--
 3 files changed, 21 insertions(+), 2 deletions(-)

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

* Re: [GIT PULL] PCI fixes for v6.11
  2024-08-30 20:57 Bjorn Helgaas
@ 2024-08-31  4:11 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2024-08-31  4:11 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Frank Li

The pull request you sent on Fri, 30 Aug 2024 15:57:33 -0500:

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

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

Thank you!

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

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

* [GIT PULL] PCI fixes for v6.11
@ 2024-09-06 19:37 Bjorn Helgaas
  2024-09-07  1:09 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2024-09-06 19:37 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam,
	Bartosz Golaszewski

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 8f62819aaace77dd85037ae766eb767f8c4417ce:

  PCI/pwrctl: Rescan bus on a separate thread (2024-09-03 17:11:05 -0500)

These are fixes to commits merged during the v6.11 merge window.
----------------------------------------------------------------
- Unregister platform devices for child nodes when stopping a PCI device,
  even if the PCI core has already cleared the OF_POPULATED bit and
  of_platform_depopulate() doesn't do anything (Bartosz Golaszewski)

- Rescan the bus from a separate thread so we don't deadlock when
  triggering rescan from sysfs (Bartosz Golaszewski)

----------------------------------------------------------------
Bartosz Golaszewski (2):
      PCI: Don't rely on of_platform_depopulate() for reused OF-nodes
      PCI/pwrctl: Rescan bus on a separate thread

 drivers/pci/pwrctl/core.c              | 26 +++++++++++++++++++++++---
 drivers/pci/pwrctl/pci-pwrctl-pwrseq.c |  2 +-
 drivers/pci/remove.c                   | 18 +++++++++++++++++-
 include/linux/pci-pwrctl.h             |  3 +++
 4 files changed, 44 insertions(+), 5 deletions(-)

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

* Re: [GIT PULL] PCI fixes for v6.11
  2024-09-06 19:37 Bjorn Helgaas
@ 2024-09-07  1:09 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2024-09-07  1:09 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam,
	Bartosz Golaszewski

The pull request you sent on Fri, 6 Sep 2024 14:37:39 -0500:

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

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

Thank you!

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

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

* [GIT PULL] PCI fixes for v6.11
@ 2024-09-13 20:27 Bjorn Helgaas
  2024-09-13 21:12 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Bjorn Helgaas @ 2024-09-13 20:27 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Philipp Stanner,
	Alex Williamson

The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.11-fixes-4

for you to fetch changes up to fc8c818e756991f5f50b8dfab07f970a18da2556:

  PCI: Fix potential deadlock in pcim_intx() (2024-09-12 07:52:50 -0500)

Another fix to a commit merged during the v6.11 merge window.
----------------------------------------------------------------
- Prevent a possible deadlock (reported by lockdep) when a driver
  relinquishes a pci_dev, another driver claims it, and one uses
  managed pcim_enable_device() and the other doesn't (Philipp Stanner)

----------------------------------------------------------------
Philipp Stanner (1):
      PCI: Fix potential deadlock in pcim_intx()

 drivers/pci/devres.c | 2 ++
 1 file changed, 2 insertions(+)

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

* Re: [GIT PULL] PCI fixes for v6.11
  2024-09-13 20:27 Bjorn Helgaas
@ 2024-09-13 21:12 ` pr-tracker-bot
  0 siblings, 0 replies; 8+ messages in thread
From: pr-tracker-bot @ 2024-09-13 21:12 UTC (permalink / raw)
  To: Bjorn Helgaas
  Cc: Linus Torvalds, linux-pci, linux-kernel, Lorenzo Pieralisi,
	Krzysztof Wilczyński, Manivannan Sadhasivam, Philipp Stanner,
	Alex Williamson

The pull request you sent on Fri, 13 Sep 2024 15:27:17 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git tags/pci-v6.11-fixes-4

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

Thank you!

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

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

end of thread, other threads:[~2024-09-13 21:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-01 18:15 [GIT PULL] PCI fixes for v6.11 Bjorn Helgaas
2024-08-01 18:36 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-08-30 20:57 Bjorn Helgaas
2024-08-31  4:11 ` pr-tracker-bot
2024-09-06 19:37 Bjorn Helgaas
2024-09-07  1:09 ` pr-tracker-bot
2024-09-13 20:27 Bjorn Helgaas
2024-09-13 21:12 ` 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