Re: [PATCH] net: macb: Properly handle phylink on at91sam9x

2020-08-04 Thread David Miller
From: Stefan Roese Date: Tue, 4 Aug 2020 14:17:16 +0200 > I just recently noticed that ethernet does not work anymore since v5.5 > on the GARDENA smart Gateway, which is based on the AT91SAM9G25. > Debugging showed that the "GEM bits" in the NCFGR register are now > unconditionally accessed, whi

[PATCH] net: macb: Properly handle phylink on at91sam9x

2020-08-04 Thread Stefan Roese
I just recently noticed that ethernet does not work anymore since v5.5 on the GARDENA smart Gateway, which is based on the AT91SAM9G25. Debugging showed that the "GEM bits" in the NCFGR register are now unconditionally accessed, which is incorrect for the !macb_is_gem() case. This patch adds the m