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

drivers/i3c: support i3c driver frameworks #13507

Merged
merged 8 commits into from
Sep 24, 2024
Merged

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    689fe06 View commit details
    Browse the repository at this point in the history
  2. Added the common interface sending ccc cmd in I3C driver

    Signed-off-by: yangshuyong <[email protected]>
    yangshuyong authored and Donny9 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    59e82be View commit details
    Browse the repository at this point in the history
  3. I3C: fixed the send ccc cmd check condition error

    Only affect the send ccc cmd in 3th driver
    
    Signed-off-by: yangshuyong <[email protected]>
    yangshuyong authored and Donny9 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4d91426 View commit details
    Browse the repository at this point in the history
  4. I3C: fixed the return value error in send ccc cmd api

    Signed-off-by: yangshuyong <[email protected]>
    yangshuyong authored and Donny9 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8bf21d2 View commit details
    Browse the repository at this point in the history
  5. driver/i3c: Fixed i3c pointer format to check null

    Signed-off-by: yangshuyong <[email protected]>
    yangshuyong authored and Donny9 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4e3b1b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92859df View commit details
    Browse the repository at this point in the history
  7. drivers/i3c: avoid return error when i3c_master_register without i3c/…

    …i2c device
    
    1. if i3c_mater_register without i3c/i2c device, rstdaa/clearevents/do_daa could be failed
    2. board code/driver code need to actively i3c_master_do_daa when device power on.
    
    Signed-off-by: dongjiuzhu1 <[email protected]>
    Donny9 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e073b5a View commit details
    Browse the repository at this point in the history
  8. drivers/i3c: update i3c driver documentation

    Signed-off-by: dongjiuzhu1 <[email protected]>
    Donny9 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ea6bf6e View commit details
    Browse the repository at this point in the history