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 linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20201102151401.71fbe7c4@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> Date: Mon, 2 Nov 2020 15:14:01 -0800 From: Jakub Kicinski <kuba@...nel.org> To: Ivan Mikhaylov <i.mikhaylov@...ro.com> Cc: "David S . Miller" <davem@...emloft.net>, Po-Yu Chuang <ratbert@...aday-tech.com>, Joel Stanley <joel@....id.au>, Benjamin Herrenschmidt <benh@...nel.crashing.org>, <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <openbmc@...ts.ozlabs.org> Subject: Re: [PATCH v3 0/3] add ast2400/2500 phy-handle support On Fri, 30 Oct 2020 16:37:04 +0300 Ivan Mikhaylov wrote: > This patch introduces ast2400/2500 phy-handle support with an embedded > MDIO controller. At the current moment it is not possible to set options > with this format on ast2400/2500: > > mac { > phy-handle = <&phy>; > phy-mode = "rgmii"; > > mdio { > #address-cells = <1>; > #size-cells = <0>; > > phy: ethernet-phy@0 { > compatible = "ethernet-phy-idxxxx.yyyy"; > reg = <0>; > }; > }; > }; > > The patch fixes it and gets possible PHYs and register them with > of_mdiobus_register. Applied, thanks!
Powered by blists - more mailing lists