Re: [PATCH] arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM Ethernet

2022-05-02 Thread Stefan Roese
On 17.04.22 22:42, Tony Dinh wrote: The Zyxel NSA310s board has the network chip Marvell Alaska 88E1318S. Use uclass mvgbe and the compatible driver M88E1310 driver to bring up Ethernet. - Use uclass mvgbe to bring up the network. And remove ad-hoc code. - Remove CONFIG_RESET_PHY_R. - Enable CON

[PATCH] arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM Ethernet

2022-04-17 Thread Tony Dinh
The Zyxel NSA310s board has the network chip Marvell Alaska 88E1318S. Use uclass mvgbe and the compatible driver M88E1310 driver to bring up Ethernet. - Use uclass mvgbe to bring up the network. And remove ad-hoc code. - Remove CONFIG_RESET_PHY_R. - Enable CONFIG_PHY_MARVELL to properly configure

Re: [RFC Patch] arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM Ethernet

2022-04-08 Thread Tony Dinh
Hi Stefan, On Thu, Apr 7, 2022 at 10:55 PM Tony Dinh wrote: > > On Thu, Apr 7, 2022 at 10:39 PM Stefan Roese wrote: > > > > Hi Tony, > > > > On 4/8/22 07:03, Tony Dinh wrote: > > > Hi all, > > > > > > This is a work-in-progress patch that I'm working on, to clean up the > > > DM Ethernet code fo

Re: [RFC Patch] arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM Ethernet

2022-04-07 Thread Tony Dinh
On Thu, Apr 7, 2022 at 10:39 PM Stefan Roese wrote: > > Hi Tony, > > On 4/8/22 07:03, Tony Dinh wrote: > > Hi all, > > > > This is a work-in-progress patch that I'm working on, to clean up the > > DM Ethernet code for the Zyxel NSA310S board (Kirkwood 88F6702 A1). > > > > This NSA310s board Ethern

Re: [RFC Patch] arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM Ethernet

2022-04-07 Thread Stefan Roese
Hi Tony, On 4/8/22 07:03, Tony Dinh wrote: Hi all, This is a work-in-progress patch that I'm working on, to clean up the DM Ethernet code for the Zyxel NSA310S board (Kirkwood 88F6702 A1). This NSA310s board Ethernet has some quirks that it does not work quite the same way as other Kirwood boa

[RFC Patch] arm: kirkwood: nsa310s: Use Marvell uclass mvgbe and PHY driver for DM Ethernet

2022-04-07 Thread Tony Dinh
Hi all, This is a work-in-progress patch that I'm working on, to clean up the DM Ethernet code for the Zyxel NSA310S board (Kirkwood 88F6702 A1). This NSA310s board Ethernet has some quirks that it does not work quite the same way as other Kirwood boards with the similar network chip (MV88E1318),