Re: [PATCH] net: ftgmac100: Add reset control

2023-11-06 Thread Tom Rini
On Thu, Jul 27, 2023 at 09:58:14AM +0800, Dylan Hung wrote: > Add optional reset control, especially for the Aspeed SOC. For the > hardware without a reset line, the reset assertion/deassertion will be > skipped. > > Signed-off-by: Dylan Hung > Reviewed-by: Ryan Chen > Reviewed-by: Ramon Fried

Re: [PATCH] net: ftgmac100: Add reset control

2023-10-06 Thread Ramon Fried
On Thu, Jul 27, 2023 at 4:58 AM Dylan Hung wrote: > > Add optional reset control, especially for the Aspeed SOC. For the > hardware without a reset line, the reset assertion/deassertion will be > skipped. > > Signed-off-by: Dylan Hung > --- > drivers/net/ftgmac100.c | 12 > 1 file c

RE: [PATCH] net: ftgmac100: Add reset control

2023-10-02 Thread Ryan Chen
> -Original Message- > From: Dylan Hung > Sent: Thursday, July 27, 2023 9:58 AM > To: Ryan Chen ; ChiaWei Wang > ; BMC-SW ; > j...@jms.id.au; joe.hershber...@ni.com; rfried@gmail.com; > u-boot@lists.denx.de > Cc: kobedy...@gmail.com; Dylan Hung > Subj

[PATCH] net: ftgmac100: Add reset control

2023-07-27 Thread Dylan Hung
Add optional reset control, especially for the Aspeed SOC. For the hardware without a reset line, the reset assertion/deassertion will be skipped. Signed-off-by: Dylan Hung --- drivers/net/ftgmac100.c | 12 1 file changed, 12 insertions(+) diff --git a/drivers/net/ftgmac100.c b/dri