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

Add Analog AD559x MFD driver I2C bus access #68048

Merged
merged 2 commits into from
Apr 1, 2024

Commits on Mar 29, 2024

  1. drivers: ad559x: add i2c bus support

    Rename ad5592 files in dts, driver and include to ad559x and add support
    for I2C bus which is required for AD5593.
    
    Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
    Jeppe Odgaard committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    dd1c51c View commit details
    Browse the repository at this point in the history
  2. tests: drivers: build_all: add build test for ad559x i2c driver

    Add build-only test of the ad559x I2C based ADC, DAC and GPIO driver.
    
    Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
    Jeppe Odgaard committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    70ad84c View commit details
    Browse the repository at this point in the history