Re: [PATCHv4 02/16] net: fsl_mdio: Correct the MII management register block address

2020-07-04 Thread Vladimir Oltean
On Thu, Jul 02, 2020 at 12:58:43AM +0800, Zhiqiang Hou wrote: > From: Hou Zhiqiang > > The MII management register block offset is different between > gianfar and etsec2 compatible devices, this patch is to fix > this issue by adding driver data for different compatible > string. > > Fixes: 2932

[PATCHv4 02/16] net: fsl_mdio: Correct the MII management register block address

2020-07-02 Thread Zhiqiang Hou
From: Hou Zhiqiang The MII management register block offset is different between gianfar and etsec2 compatible devices, this patch is to fix this issue by adding driver data for different compatible string. Fixes: 2932c5a802a9 ("net: tsec: fsl_mdio: add DM MDIO support") Signed-off-by: Hou Zhiqi