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

[components][driver]add phy and mdio bus #9524

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2024

  1. pci

    zhuzhuzhus committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0a54c68 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Configuration menu
    Copy the full SHA
    ac3b8fe View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. 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
    zhuzhuzhus committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b716859 View commit details
    Browse the repository at this point in the history
  2. phy

    zhuzhuzhus committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    c33fd19 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. add phy_v2

    zhuzhuzhus committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    5d02e8d View commit details
    Browse the repository at this point in the history
  2. add phy_v2

    zhuzhuzhus committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    bdd0c4d View commit details
    Browse the repository at this point in the history
  3. add phy_v2

    zhuzhuzhus committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    9f39081 View commit details
    Browse the repository at this point in the history
  4. add phy_v2

    zhuzhuzhus committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    6b3dae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. cahnge ofw

    zhuzhuzhus committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6b395bb View commit details
    Browse the repository at this point in the history
  2. cahnge ofw

    zhuzhuzhus committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6c9e5b9 View commit details
    Browse the repository at this point in the history
  3. format

    zhuzhuzhus committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    59b888c View commit details
    Browse the repository at this point in the history
  4. format

    zhuzhuzhus committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    571cf19 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    25edf72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4287aa7 View commit details
    Browse the repository at this point in the history