lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 10 Oct 2022 17:03:27 +0200 From: Andrew Lunn <andrew@...n.ch> To: Soha Jin <soha@...u.info> Cc: Heiner Kallweit <hkallweit1@...il.com>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Russell King <linux@...linux.org.uk>, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] net: mdiobus: add fwnode_phy_is_fixed_link() On Mon, Oct 10, 2022 at 12:20:06AM +0800, Soha Jin wrote: > A helper function to check if PHY is fixed link with fwnode properties. > This is similar to of_phy_is_fixed_link. You need to include a user of this new function. Also, not that ACPI only defines the 'new binding' for fixed-link. If this is being called on a device which is ACPI underneath, it should only return true for the 'new binding', not the old binding. Andrew
Powered by blists - more mailing lists