Re: FW: [PATCH] net: phy: aquantia: readd XGMII support for AQR107

2019-05-15 Thread Heiner Kallweit
On 15.05.2019 10:46, Madalin-cristian Bucur wrote: > XGMII interface mode no longer works on AQR107 after the recent changes, > adding back support. > I'd like to check the configuration of the system with the AQR107. Which board is it, and which DT config is used? > Signed-off-by: Madalin Bucur

Re: FW: [PATCH] net: phy: aquantia: readd XGMII support for AQR107

2019-05-15 Thread Andrew Lunn
On Wed, May 15, 2019 at 08:46:26AM +, Madalin-cristian Bucur wrote: > XGMII interface mode no longer works on AQR107 after the recent changes, > adding back support. Hi Madalin Please provide a Fixes: tag for fixes like this: Fixes: 570c8a7d5303 ("net: phy: aquantia: check for supported inte

FW: [PATCH] net: phy: aquantia: readd XGMII support for AQR107

2019-05-15 Thread Madalin-cristian Bucur
XGMII interface mode no longer works on AQR107 after the recent changes, adding back support. Signed-off-by: Madalin Bucur --- drivers/net/phy/aquantia_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/phy/aquantia_main.c b/drivers/net/phy/aquantia_main.c index eed4fe3d871f.