-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Enable suspend/resume on Pi 5 #7514
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
PineappleBeech
wants to merge
29
commits into
raspberrypi:rpi-6.18.y
Choose a base branch
from
PineappleBeech:suspend
base: rpi-6.18.y
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
eb92b74
arm64: configs: bcm2712: Enable CONFIG_SUSPEND
PineappleBeech d2be4e2
watchdog: bcm2835: Stop watchdog during suspend/resume
PineappleBeech 8df5a5b
arm64: dts: bcm2712: wifi: Power off wifi during suspend/resume
PineappleBeech dfe038e
ACPI: PCI: bcm2712: Set acpi_storage_d3 to true on bcm2712
PineappleBeech f8692b1
iommu: bcm2712-iommu: Add suspend/resume support
PineappleBeech 1190e36
drm/vc4: hdmi: Add suspend/resume support
PineappleBeech fcedc45
drm/vc4: Add suspend/resume support
PineappleBeech 4cd36e6
drm/vc4: hvs: Add suspend/resume support
PineappleBeech 0bdee42
gpio-brcmstb: Enable hibernation support
PineappleBeech 09dda5c
bcm2385: mailbox: Add resumer hander for S3 wakeup on Pi5
timg236 3cd3df6
arm64: configs: bcm2712: Enable DPM watchdog
PineappleBeech abd985f
arm64: configs: bcm2712: Enable hibernation
PineappleBeech 1756e29
pinctrl: pinctrl-brcmstb: Save pin mux and pad during suspend
PineappleBeech 8e1bb66
serial: amba-pl011: Add start_rx to re-enable interrupts
PineappleBeech 79f317f
irqchip: bcm2712-mip: Restore registers after suspend
PineappleBeech 9000659
mailbox: rp1: check received event bits more carefully
P33M de37b53
mmc: sdhci-brcmstb: Reconfigure on resume
PineappleBeech 0ed80cf
media: pisp_be: Add suspend/resume support
PineappleBeech fe30ab6
drm/rp1: dsi: Add suspend/resume support
PineappleBeech b8cc801
dt-bindings: bluetooth: Add power-off-in-suspend property
PineappleBeech bb127bd
Bluetooth: hci_bcm: Add support for powering off during suspend
PineappleBeech 32f3f1f
arm64: dts: broadcom: bcm2712: Power off bluetooth in suspend
PineappleBeech 1b9f707
arm64: dts: bcm2712: Add a regulator for pcie 3v3
PineappleBeech bc20083
drivers: rtc-rpi: Clear a pending alarm on resume and when setting an…
PineappleBeech aec21fa
media: imx708: Stop streaming during system suspend.
PineappleBeech 5be1dc0
drm/rp1: vec: Add suspend/resume support
PineappleBeech 054202a
dt-bindings: usb: snps,dwc3: Add snps,power-off-in-suspend
PineappleBeech 2b40a13
usb: dwc3: Add a DT property for losing power in suspend
PineappleBeech a8e9787
arm64: dts: rp1: Mark the USB controllers as powered off in suspend
PineappleBeech File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a better name - USB suspend is the name given to a runtime power management choice, but collides with the concept of system suspend (which may or may not power off the system). The SNPS driver instantiates an xhci platform driver, so we don't get the luxury of pretending that PCI power states apply.
I'd suggest s2ram as this maps to the state in
admin-guide/pm/sleep-states.rst