From: Bjorn Helgaas Date: Thu, 27 Mar 2025 18:14:44 +0000 (-0500) Subject: Merge branch 'pci/pwrctrl' X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=55d25a101d47be6cf909adffe1660fab538e7fec;p=users%2Fjedix%2Flinux-maple.git 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() --- 55d25a101d47be6cf909adffe1660fab538e7fec