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 support for SMBus #1899

Merged
merged 3 commits into from
Jun 9, 2020
Merged

Add support for SMBus #1899

merged 3 commits into from
Jun 9, 2020

Commits on Jun 9, 2020

  1. hil: i2c: Add SMBus read/write functions

    Add some functions to support SMBus read/write operations. Although
    SMBus is similar to I2C it has a few differences, mostly in regards to
    frequency, ACK/NACK and timings.
    
    This doesn't support more complex SMBus operations such as the ARP
    features.
    
    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    82bf995 View commit details
    Browse the repository at this point in the history
  2. capsules: virtual_smbus: Initial commit

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    08adc12 View commit details
    Browse the repository at this point in the history
  3. virtual_i2c: Add support for deferred calls

    Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
    alistair23 committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    4391bd0 View commit details
    Browse the repository at this point in the history