Re: [next 2/5] net: ftgmac100: Add Aspeed AST2600 support

2022-01-18 Thread Tom Rini
On Thu, Dec 09, 2021 at 10:12:25AM +0800, Dylan Hung wrote: > Add support of the MAC controller of Aspeed AST2600 SOC. The MAC > controller is the same with AST2500, except it has stand-alone MDIO > hardware block. > > Signed-off-by: Dylan Hung > Reviewed-by: Ramon Fried Applied to u-boot/mas

Re: [next 2/5] net: ftgmac100: Add Aspeed AST2600 support

2021-12-10 Thread Ramon Fried
On Thu, Dec 9, 2021 at 4:12 AM Dylan Hung wrote: > > Add support of the MAC controller of Aspeed AST2600 SOC. The MAC > controller is the same with AST2500, except it has stand-alone MDIO > hardware block. > > Signed-off-by: Dylan Hung > --- > drivers/net/ftgmac100.c | 1 + > 1 file changed, 1

[next 2/5] net: ftgmac100: Add Aspeed AST2600 support

2021-12-08 Thread Dylan Hung
Add support of the MAC controller of Aspeed AST2600 SOC. The MAC controller is the same with AST2500, except it has stand-alone MDIO hardware block. Signed-off-by: Dylan Hung --- drivers/net/ftgmac100.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/ftgmac100.c b/drivers/net/ft