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

API Change for phy_dev #9

Open
mickflemm opened this issue Feb 22, 2019 · 0 comments
Open

API Change for phy_dev #9

mickflemm opened this issue Feb 22, 2019 · 0 comments

Comments

@mickflemm
Copy link

On recent kernel versions:
phydev->advertising = phydev->supported
will not work since they are not u32 anymore but bitfields, you should instead use linkmode_* functions to manipulate them, e.g.:

linkmode_and(phydev->advertising, phydev->advertising, phydev->supported);
linkmode_copy(priv->phy_dev->advertising, priv->phy_dev->supported);

huettern pushed a commit to huettern/cva6-sdk that referenced this issue Jan 26, 2022
Add FuseSoC support for building verilator model
yvantor pushed a commit to pulp-platform/cva6-sdk that referenced this issue Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant