From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claudiu Manoil Date: Wed, 27 Jan 2021 08:04:30 +0000 Subject: [PATCH v4 1/7] net: phy: fixed: support speeds of 2500 and 10000 In-Reply-To: <20210125122357.414742-2-olteanv@gmail.com> References: <20210125122357.414742-1-olteanv@gmail.com> <20210125122357.414742-2-olteanv@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de >-----Original Message----- >From: Vladimir Oltean >Sent: Monday, January 25, 2021 2:24 PM >To: Tom Rini ; Joe Hershberger >; Simon Glass ; Bin Meng >; u-boot at lists.denx.de >Cc: Michael Walle ; Alexandru Marginean >; Claudiu Manoil > >Subject: [PATCH v4 1/7] net: phy: fixed: support speeds of 2500 and 10000 > >From: Vladimir Oltean > >Unlike the Linux fixed PHY driver, the one in U-Boot does not attempt to >emulate the clause 22 register set of a gigabit copper PHY driver >through the swphy framework. Therefore, the limitation of being unable >to support speeds higher than gigabit in fixed-link does not apply to >the U-Boot fixed PHY driver. This makes the fixed-link U-Boot >implementation more similar to the one from phylink, which can work with >any valid link speed. > >Signed-off-by: Vladimir Oltean Reviewed-by: Claudiu Manoil