-
Notifications
You must be signed in to change notification settings - Fork 78
feat(pm_cpuidle): Enabling and Utilizing AM62 Standby Mode #363
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
feat(pm_cpuidle): Enabling and Utilizing AM62 Standby Mode #363
Conversation
source/linux/Foundational_Components/Power_Management/pm_cpuidle.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Power_Management/pm_cpuidle.rst
Outdated
Show resolved
Hide resolved
kwillis01
left a comment
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.
Documentation overall looks great!! Good job!!
It is optional to fix the things in the comments I left because I will also be sending a PR for this page and I can fix it then.
source/linux/Foundational_Components/Power_Management/pm_cpuidle.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Power_Management/pm_cpuidle.rst
Outdated
Show resolved
Hide resolved
source/linux/Foundational_Components/Power_Management/pm_cpuidle.rst
Outdated
Show resolved
Hide resolved
Add comprehensive documentation for CPUIdle on AM62X, AM62AX, and AM62PX platforms explaining: - Standby mode implementation through CPUIdle WFI state - Integration between Linux CPUIdle framework and TF-A - PSCI interaction via cpu_standby and validate_power_state hooks - Source file references for both Linux and TF-A components - Kernel configuration options and usage information This documentation helps users understand that the TI "standby" mode is automatically handled by the CPUIdle framework without requiring special configuration. Signed-off-by: Dhruva Gole <[email protected]>
c23ed60 to
2737a91
Compare
|
New warnings found with rstcheck: |
2737a91 to
d8ea568
Compare
Mention the standby power mode in the release summary pages for all relevant sitara devices. While at it, also replace the IO+DDR release specific note because it no longer applies as release specific for this particular release Signed-off-by: Dhruva Gole <[email protected]>
d8ea568 to
a968ac4
Compare
VeeruPrudhvi
left a comment
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.
LGTM
Add comprehensive documentation for CPUIdle on AM62X, AM62AX, and AM62PX platforms explaining:
This documentation helps users understand that the TI "standby" mode is automatically handled by the CPUIdle framework without requiring special configuration.