-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Commits on Sep 23, 2024
-
drivers/i3c: support i3c driver model
Reference to: https://github.com/torvalds/linux/tree/master/drivers/i3c Signed-off-by: dongjiuzhu1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 689fe06 - Browse repository at this point
Copy the full SHA 689fe06View commit details -
Added the common interface sending ccc cmd in I3C driver
Signed-off-by: yangshuyong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 59e82be - Browse repository at this point
Copy the full SHA 59e82beView commit details -
I3C: fixed the send ccc cmd check condition error
Only affect the send ccc cmd in 3th driver Signed-off-by: yangshuyong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d91426 - Browse repository at this point
Copy the full SHA 4d91426View commit details -
I3C: fixed the return value error in send ccc cmd api
Signed-off-by: yangshuyong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bf21d2 - Browse repository at this point
Copy the full SHA 8bf21d2View commit details -
driver/i3c: Fixed i3c pointer format to check null
Signed-off-by: yangshuyong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e3b1b0 - Browse repository at this point
Copy the full SHA 4e3b1b0View commit details -
drivers/i3c: remove extra i3c_dev_register, do_daa has created them
Signed-off-by: dongjiuzhu1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92859df - Browse repository at this point
Copy the full SHA 92859dfView commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for e073b5a - Browse repository at this point
Copy the full SHA e073b5aView commit details -
drivers/i3c: update i3c driver documentation
Signed-off-by: dongjiuzhu1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ea6bf6e - Browse repository at this point
Copy the full SHA ea6bf6eView commit details