Skip to content

drivers: adc: cc23x0: Add power management #92222

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 ADC 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 marked this pull request as ready for review June 27, 2025 09:52
@github-actions github-actions bot added the area: ADC Analog-to-Digital Converter (ADC) label Jun 27, 2025
@github-actions github-actions bot requested a review from anangl June 27, 2025 09:53
@jpanisbl
Copy link
Contributor Author

Hi @kartben There's only 1 reviewer for this PR. Would it be possible to add at least one please ?

fabiobaltieri
fabiobaltieri previously approved these changes Jun 27, 2025
anangl
anangl previously approved these changes Jun 27, 2025
@jpanisbl
Copy link
Contributor Author

I had to rebase because of a conflict. Here is the diff that caused the conflict:
image

anangl
anangl previously approved these changes Jun 30, 2025
@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.

@kartben kartben added this to the v4.3.0 milestone Jul 1, 2025
Add PM support to cc23x0 ADC module.

Signed-off-by: Julien Panis <jpanis@baylibre.com>
@jpanisbl jpanisbl dismissed stale reviews from bjarki-andreasen and anangl via 8c0863d July 2, 2025 08:17
@jpanisbl jpanisbl force-pushed the baylibre/upstream-cc23x0-pm-adc branch from e1efe03 to 8c0863d Compare July 2, 2025 08:17
Copy link

sonarqubecloud bot commented Jul 2, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ADC Analog-to-Digital Converter (ADC)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants