-
Notifications
You must be signed in to change notification settings - Fork 5k
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
[components][driver]add phy and mdio bus #9524
Open
zhuzhuzhus
wants to merge
14
commits into
RT-Thread:master
Choose a base branch
from
zhuzhuzhus:phy_bus
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+1,401
−59
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a54c68 - Browse repository at this point
Copy the full SHA 0a54c68View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac3b8fe - Browse repository at this point
Copy the full SHA ac3b8feView commit details
Commits on Oct 11, 2024
-
add mdio bus and phy bus to kernel,the phy bus use rt_bus frame ,driv…
…er writer can write phy_driver first .when mac driver need to use phy they can register phy_device and pjhy_devie will serach for driver which match by uid and mask,if no driver match with the device that you register,phy_bus will return the genphy to you device,the genphy driver is the general driver for phy,so you can use it but it can not support the capcity of chip it may be cause performance is not up to peak
Configuration menu - View commit details
-
Copy full SHA for b716859 - Browse repository at this point
Copy the full SHA b716859View commit details -
Configuration menu - View commit details
-
Copy full SHA for c33fd19 - Browse repository at this point
Copy the full SHA c33fd19View commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d02e8d - Browse repository at this point
Copy the full SHA 5d02e8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdd0c4d - Browse repository at this point
Copy the full SHA bdd0c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f39081 - Browse repository at this point
Copy the full SHA 9f39081View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b3dae2 - Browse repository at this point
Copy the full SHA 6b3dae2View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b395bb - Browse repository at this point
Copy the full SHA 6b395bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c9e5b9 - Browse repository at this point
Copy the full SHA 6c9e5b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59b888c - Browse repository at this point
Copy the full SHA 59b888cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 571cf19 - Browse repository at this point
Copy the full SHA 571cf19View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 25edf72 - Browse repository at this point
Copy the full SHA 25edf72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4287aa7 - Browse repository at this point
Copy the full SHA 4287aa7View commit details
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.