Skip to content
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

RFC: pinctrl: add partial state setting functions #84531

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

Conversation

pillo79
Copy link
Collaborator

@pillo79 pillo79 commented Jan 24, 2025

Add pinctrl_apply_partial_state and pinctrl_apply_partial_state_direct functions to apply a state only to a subset of the state pins. This is useful for channel-based devices, such as timers or LED drivers, that operate multiple (groups of) pins independently.

Test suite and docs are also updated for the new feature.

Add functions to apply a state to a subset of the pins. This is useful
for channel-based devices, such as timers or LED drivers, that operate
on multiple (groups of) pins independently.

Test suite and docs are also updated for the new feature.

Signed-off-by: Luca Burelli <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant