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 imx3112 mux driver #59290

Closed

Commits on Nov 23, 2023

  1. i3c: imx3112: Add driver for Renesas IMX3112 mux

    This change adds the driver for the Renesas IMX3112
    2:1 bus multiplexer. It also adds dt-bindings for generic
    i3c-muxes, and Kconfig priorities to make sure the init order is:
    1. bus controller
    2. mux
    3. channel
    
    Signed-off-by: Ramiro de Rojas Perez <[email protected]>
    ramiroderojas committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    2a71172 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. i3c: imx3112: Add I2C support to imx3112 mux

    This changes adds I2C support to the IMX3112 mux. That means we
    will need to statically choose I2C configuration during driver
    macrobatics, and then select the I2C write/read methods
    
    Signed-off-by: Ramiro de Rojas Perez <[email protected]>
    ramiroderojas committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    24fde4f View commit details
    Browse the repository at this point in the history