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

Npm2100 driver #79587

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Oct 9, 2024

  1. drivers: mfd: npm2100: Initial version

    Added an MFD driver for the npm2100 pmic device.
    The driver contains basic initialization routines,
    and functionality not covered by other device driver APIs.
    
    Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
    nordic-auko committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7a29e5b View commit details
    Browse the repository at this point in the history
  2. drivers: gpio: npm2100: Initial driver for npm2100 pmic

    Initial gpio driver for npm2100 pmic
    
    Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
    nordic-auko committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2cac1f5 View commit details
    Browse the repository at this point in the history
  3. drivers: regulator: npm2100: Initial driver for npm2100 pmic

    Initial regulator driver for npm2100 pmic.
    
    Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
    nordic-auko committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    50468fe View commit details
    Browse the repository at this point in the history
  4. drivers: sensor: npm2100: initial driver for npm2100 pmic

    Initial sensor driver for npm2100 pmic,
    which performs various voltage measurements.
    
    Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
    nordic-auko committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c4bcf77 View commit details
    Browse the repository at this point in the history
  5. drivers: watchdog: npm2100: Initial driver for npm2100 pmic

    Initial watchdog driver for npm2100 pmic.
    
    Signed-off-by: Audun Korneliussen <audun.korneliussen@nordicsemi.no>
    nordic-auko committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    7541ac0 View commit details
    Browse the repository at this point in the history