Re: [PATCH net-next] net: phy: lan87xx: fix access to wrong register of LAN87xx

2021-03-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Mon, 29 Mar 2021 11:45:36 +0200 you wrote: > The function lan87xx_config_aneg_ext was introduced to configure > LAN95xxA but as well writes to undocumented register of LAN87xx. > This fix prevents that access. > > The f

Re: [PATCH net-next] net: phy: lan87xx: fix access to wrong register of LAN87xx

2021-03-30 Thread Måns Rullgård
Andre Edich writes: > The function lan87xx_config_aneg_ext was introduced to configure > LAN95xxA but as well writes to undocumented register of LAN87xx. > This fix prevents that access. > > The function lan87xx_config_aneg_ext gets more suitable for the new > behavior name. > > Reported-by: Måns

Re: [PATCH net-next] net: phy: lan87xx: fix access to wrong register of LAN87xx

2021-03-29 Thread Måns Rullgård
writes: > On Mon, 2021-03-29 at 12:19 +0100, Måns Rullgård wrote: >> EXTERNAL EMAIL: Do not click links or open attachments unless you know >> the content is safe >> >> Andre Edich writes: >> >> > The function lan87xx_config_aneg_ext was introduced to configure >> > LAN95xxA but as well writes

Re: [PATCH net-next] net: phy: lan87xx: fix access to wrong register of LAN87xx

2021-03-29 Thread Andre.Edich
On Mon, 2021-03-29 at 12:19 +0100, Måns Rullgård wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know > the content is safe > > Andre Edich writes: > > > The function lan87xx_config_aneg_ext was introduced to configure > > LAN95xxA but as well writes to undocumented re

[PATCH net-next] net: phy: lan87xx: fix access to wrong register of LAN87xx

2021-03-29 Thread Andre Edich
The function lan87xx_config_aneg_ext was introduced to configure LAN95xxA but as well writes to undocumented register of LAN87xx. This fix prevents that access. The function lan87xx_config_aneg_ext gets more suitable for the new behavior name. Reported-by: Måns Rullgård Fixes: 05b35e7eb9a1 ("sms

Re: [PATCH net-next] net: phy: lan87xx: fix access to wrong register of LAN87xx

2021-03-29 Thread Måns Rullgård
Andre Edich writes: > The function lan87xx_config_aneg_ext was introduced to configure > LAN95xxA but as well writes to undocumented register of LAN87xx. > This fix prevents that access. > > The function lan87xx_config_aneg_ext gets more suitable for the new > behavior name. > > Reported-by: Måns