mbox series

[0/2] PCI/pwrctl: fixes for v6.11

Message ID 20240813191119.155103-1-brgl@bgdev.pl (mailing list archive)
Headers show
Series PCI/pwrctl: fixes for v6.11 | expand

Message

Bartosz Golaszewski Aug. 13, 2024, 7:11 p.m. UTC
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Here are two fixes addressing issues with PCI pwrctl detected in some
corner-cases.

Bartosz Golaszewski (2):
  PCI: don't rely on of_platform_depopulate() for reused OF-nodes
  PCI/pwrctl: put the bus rescan on a different thread

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