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

i2c: Update terminology to match i2c spec #43166

Merged
merged 3 commits into from
Jun 29, 2022

Commits on Jun 28, 2022

  1. docs: i2c: Documentation terminology updated

    The i2c terminology has been updated as such master is now controller,
    and slave is now target. Updates all doc comments and doc pages to use
    updated terminology. Does not change types or API definitions.
    
    Signed-off-by: Tom Burdick <[email protected]>
    teburd committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1aadfa0 View commit details
    Browse the repository at this point in the history
  2. i2c: Update API terminology

    Updates the API and types to match updated I2C terminology. Replaces master
    with controller and slave with target.
    
    Updates all drivers to match the changed macros, types, and API signatures.
    
    Signed-off-by: Tom Burdick <[email protected]>
    teburd committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1e0164a View commit details
    Browse the repository at this point in the history
  3. docs: Update i2c API modified version to 3.2

    Updates the API overview page describing that the i2c API has been modified
    for 3.2.
    
    Signed-off-by: Tom Burdick <[email protected]>
    teburd committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    1d6938d View commit details
    Browse the repository at this point in the history