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: Fri, 31 Aug 2018 16:18:51 +0200 From: Andrew Lunn <andrew@...n.ch> To: Antoine Tenart <antoine.tenart@...tlin.com> Cc: Russell King - ARM Linux <linux@...linux.org.uk>, davem@...emloft.net, kishon@...com, gregory.clement@...tlin.com, jason@...edaemon.net, sebastian.hesselbarth@...il.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, thomas.petazzoni@...tlin.com, maxime.chevallier@...tlin.com, miquel.raynal@...tlin.com, nadavh@...vell.com, stefanc@...vell.com, ymarkman@...vell.com, mw@...ihalf.com, linux-arm-kernel@...ts.infradead.org Subject: Re: [PATCH net-next v3 02/10] net: mvpp2: phylink support > @@ -4691,6 +4685,9 @@ static int mvpp2_port_probe(struct platform_device *pdev, > if (fwnode_property_read_bool(port_fwnode, "marvell,loopback")) > port->flags |= MVPP2_F_LOOPBACK; > > + if (fwnode_property_present(port_fwnode, "fixed-link")) > + port->flags |= MVPP2_F_FIXED_LINK; > + Hi Antoine There is no need to go look in device tree. When phylink calls mac_config() it passes mode == MLO_AN_FIXED, when it is using a fixed link. Andrew
Powered by blists - more mailing lists