Skip to content

drivers: spi: cc23x0: Add power management #92223

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jpanisbl
Copy link
Contributor

@jpanisbl jpanisbl commented Jun 26, 2025

This patch adds PM support to SPI 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

@jpanisbl jpanisbl force-pushed the baylibre/upstream-cc23x0-pm-spi branch from d57d6df to f3ea332 Compare June 27, 2025 09:18
@jpanisbl jpanisbl marked this pull request as ready for review June 27, 2025 09:52
@github-actions github-actions bot added the area: SPI SPI bus label Jun 27, 2025
@github-actions github-actions bot requested review from decsny, tbursztyka and teburd June 27, 2025 09:53
@jpanisbl
Copy link
Contributor Author

jpanisbl commented Jul 1, 2025

[NOTE] Following the discussion about PM for DMA driver, this PR will be updated soon: pm_device_runtime_get/put(dma_dev) will be introduced to follow this implementation.

@jpanisbl jpanisbl force-pushed the baylibre/upstream-cc23x0-pm-spi branch from f3ea332 to b215104 Compare July 2, 2025 09:21
Add PM support to cc23x0 SPI module.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
@jpanisbl jpanisbl force-pushed the baylibre/upstream-cc23x0-pm-spi branch from b215104 to 1bb44da Compare July 2, 2025 10:01
Copy link

sonarqubecloud bot commented Jul 2, 2025

@jpanisbl
Copy link
Contributor Author

Hi @tbursztyka @decsny @teburd Would you mind reviewing this PR please when you are available ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: SPI SPI bus
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants