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

drivers: regulator: implement active discharge api #61056

Commits on Jan 24, 2024

  1. regulator: add active-discharge api

    Add an active discharge api for regulators. This uses the already
    existing but previously unused regulator-active-discharge
    property.
    
    Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
    XenuIsWatching committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    0453fac View commit details
    Browse the repository at this point in the history
  2. tests: drivers: regulator: add api test for active discharge

    Add tests for active discharge apis not being implemented.
    
    Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
    XenuIsWatching committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    f34fac7 View commit details
    Browse the repository at this point in the history
  3. drivers: regulator: add active discharge api to regulator shell

    Add the active discharge functions that can be called from the
    regulator shell.
    
    Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
    XenuIsWatching committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    eb244c9 View commit details
    Browse the repository at this point in the history
  4. drivers: regulator: pca9420: implement active discharge api

    Implement the api for controlling the active discharge setting within
    the pca9420.
    
    Signed-off-by: Ryan McClelland <ryanmcclelland@meta.com>
    XenuIsWatching committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    8e52da6 View commit details
    Browse the repository at this point in the history