-
Notifications
You must be signed in to change notification settings - Fork 7.6k
drivers: crypto: cc23x0: Add power management #92221
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
base: main
Are you sure you want to change the base?
drivers: crypto: cc23x0: Add power management #92221
Conversation
[NOTE] Following the discussion about PM for DMA driver, this PR will be updated soon: |
c3f0597
to
1a7081a
Compare
Hi @ceolin |
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.
I only found a couple of minor improvements, but a part from this the PR looks fine to me :)
Add PM support to cc23x0 AES module. Signed-off-by: Julien Panis <jpanis@baylibre.com>
1a7081a
to
ae226a8
Compare
|
This patch adds PM support to crypto driver for the TI cc23x0 SoC.
Datasheet: https://www.ti.com/lit/ds/symlink/cc2340r5.pdf
Another PR, introducing system PM for this SoC, must be merged before: #91401
Let's remind that this peripheral may use DMA. A PR is submitted to add PM support in DMA driver: #92219