]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'pci/pwrctrl'
authorBjorn Helgaas <bhelgaas@google.com>
Thu, 27 Mar 2025 18:14:44 +0000 (13:14 -0500)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 27 Mar 2025 18:14:44 +0000 (13:14 -0500)
commit55d25a101d47be6cf909adffe1660fab538e7fec
tree63d8909b3dc88bd70b5e9f86416c32ca37ea0578
parente91c25c6fca81949d215f4009a8faac8c0308999
parent75996c92f4de309f855471927e6489f5a354cfd4
Merge branch 'pci/pwrctrl'

- Create pwrctrl devices in pci_scan_device() to make it more symmetric
  with pci_pwrctrl_unregister() and make pwrctrl devices for PCI bridges
  possible (Manivannan Sadhasivam)

- Unregister pwrctrl devices in pci_destroy_dev() so DOE, ASPM, etc. can
  still access devices after pci_stop_dev() (Manivannan Sadhasivam)

- If there's a pwrctrl device for a PCI device, skip scanning it because
  the pwrctrl core will rescan the bus after the device is powered on
  (Manivannan Sadhasivam)

- Add a pwrctrl driver for PCI slots based on voltage regulators described
  via devicetree (Manivannan Sadhasivam)

* pci/pwrctrl:
  PCI/pwrctrl: Add pwrctrl driver for PCI slots
  dt-bindings: vendor-prefixes: Document the 'pciclass' prefix
  PCI/pwrctrl: Skip scanning for the device further if pwrctrl device is created
  PCI/pwrctrl: Move pci_pwrctrl_unregister() to pci_destroy_dev()
  PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device()
drivers/pci/probe.c
drivers/pci/remove.c