index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
pwrctrl
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-30
PCI/pwrctrl: Create pwrctrl device if graph port is found
Manivannan Sadhasivam
1
-3
/
+4
2026-01-28
PCI/pwrctrl: Add PCIe M.2 connector support
Manivannan Sadhasivam
2
-4
/
+28
2026-01-16
PCI/pwrctrl: Switch to pwrctrl create, power on/off, destroy APIs
Manivannan Sadhasivam
4
-43
/
+3
2026-01-16
PCI/pwrctrl: Add APIs to power on/off pwrctrl devices
Manivannan Sadhasivam
1
-0
/
+130
2026-01-16
PCI/pwrctrl: Add APIs to create, destroy pwrctrl devices
Krishna Chaitanya Chundru
1
-0
/
+114
2026-01-16
PCI/pwrctrl: Add 'struct pci_pwrctrl::power_{on/off}' callbacks
Manivannan Sadhasivam
3
-6
/
+22
2026-01-16
PCI/pwrctrl: pwrseq: Factor out power on/off code to helpers
Manivannan Sadhasivam
1
-4
/
+20
2026-01-16
PCI/pwrctrl: slot: Factor out power on/off code to helpers
Manivannan Sadhasivam
1
-14
/
+35
2026-01-16
PCI/pwrctrl: tc9563: Rename private struct and pointers for consistency
Bjorn Helgaas
1
-71
/
+72
2026-01-16
PCI/pwrctrl: tc9563: Add local variables to reduce repetition
Bjorn Helgaas
1
-10
/
+12
2026-01-16
PCI/pwrctrl: tc9563: Clean up whitespace
Bjorn Helgaas
1
-23
/
+42
2026-01-16
PCI/pwrctrl: tc9563: Use put_device() instead of i2c_put_adapter()
Manivannan Sadhasivam
1
-3
/
+3
2026-01-16
PCI/pwrctrl: slot: Rename private struct and pointers for consistency
Bjorn Helgaas
1
-15
/
+15
2026-01-16
PCI/pwrctrl: pwrseq: Rename private struct and pointers for consistency
Bjorn Helgaas
1
-29
/
+29
2025-11-25
PCI: pwrctrl: Add power control driver for TC9563
Krishna Chaitanya Chundru
3
-0
/
+665
2025-08-13
PCI/pwrctrl: Fix double cleanup on devm_add_action_or_reset() failure
Geert Uytterhoeven
1
-9
/
+3
2025-06-14
PCI/pwrctrl: Add optional slot clock for PCI slots
Marek Vasut
1
-0
/
+8
2025-05-23
PCI/pwrctrl: Rename pwrctrl Kconfig symbols and slot module
Johan Hovold
2
-10
/
+20
2025-05-23
PCI/pwrctrl: Cancel outstanding rescan work when unregistering
Brian Norris
1
-0
/
+2
2025-02-21
PCI/pwrctrl: Add pwrctrl driver for PCI slots
Manivannan Sadhasivam
3
-0
/
+107
2025-02-20
PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device()
Manivannan Sadhasivam
1
-1
/
+1
2024-11-27
Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-0
/
+305
2024-11-21
PCI/pwrctrl: Rename pwrctrl functions and structures
Bjorn Helgaas
2
-54
/
+55
2024-11-21
PCI/pwrctrl: Rename pwrctl files to pwrctrl
Bjorn Helgaas
4
-0
/
+259