-
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
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jerpelea
approved these changes
Sep 17, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please add the SPDX identifier
- SPDX-License-Identifier: Apache-2.0
to the license
xiaoxiang781216
approved these changes
Sep 17, 2024
Donny9
force-pushed
the
i3c
branch
2 times, most recently
from
September 17, 2024 13:08
558de1b
to
e226d1a
Compare
Done~ |
acassis
approved these changes
Sep 17, 2024
Donny9
force-pushed
the
i3c
branch
2 times, most recently
from
September 20, 2024 03:08
f83dd02
to
9b7f3c1
Compare
github-actions
bot
added
the
Size: XL
The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
label
Sep 20, 2024
Reference to: https://github.com/torvalds/linux/tree/master/drivers/i3c Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
Signed-off-by: yangshuyong <yangshuyong@xiaomi.com>
Only affect the send ccc cmd in 3th driver Signed-off-by: yangshuyong <yangshuyong@xiaomi.com>
Signed-off-by: yangshuyong <yangshuyong@xiaomi.com>
Signed-off-by: yangshuyong <yangshuyong@xiaomi.com>
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
…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 <dongjiuzhu1@xiaomi.com>
github-actions
bot
added
Area: Documentation
Improvements or additions to documentation
Area: File System
File System issues
labels
Sep 23, 2024
Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Documentation
Improvements or additions to documentation
Area: File System
File System issues
Size: XL
The size of the change in this PR is very large. Consider breaking down the PR into smaller pieces.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
drivers/i3c: support i3c driver frameworks
The I3C (Improved Inter-Integrated Circuit) driver is a comprehensive software framework designed to support the advanced features of the I3C protocol. It comprises a system framework and underlying IP drivers, both of which are critical components for enabling seamless communication between I3C devices. The system framework, provided by vela os, offers user-level device nodes and kernel-level driver function interfaces. Meanwhile, the underlying IP drivers, developed specifically for the I3C driver framework, handle the implementation of IP functionalities and the adaptation of framework-level interfaces.
Impact
support driver frameworks: i3c
Testing
Vela