Searched hist:a5de4be0aaaa66a2fa98e8a33bdbed3bd0682804 (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
H A D | marvell_phy.h | diff a5de4be0aaaa66a2fa98e8a33bdbed3bd0682804 Sun Jul 11 18:38:15 CEST 2021 Marek Behún <kabel@kernel.org> net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340
It seems that we cannot differentiate 88X3310 from 88X3340 by simply looking at bit 3 of revision ID. This only works on revisions A0 and A1. On revision B0, this bit is always 1.
Instead use the 3.d00d register for differentiation, since this register contains information about number of ports on the device.
Fixes: 9885d016ffa9 ("net: phy: marvell10g: add separate structure for 88X3340") Signed-off-by: Marek Behún <kabel@kernel.org> Reported-by: Matteo Croce <mcroce@linux.microsoft.com> Tested-by: Matteo Croce <mcroce@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/phy/ |
H A D | marvell10g.c | diff a5de4be0aaaa66a2fa98e8a33bdbed3bd0682804 Sun Jul 11 18:38:15 CEST 2021 Marek Behún <kabel@kernel.org> net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340
It seems that we cannot differentiate 88X3310 from 88X3340 by simply looking at bit 3 of revision ID. This only works on revisions A0 and A1. On revision B0, this bit is always 1.
Instead use the 3.d00d register for differentiation, since this register contains information about number of ports on the device.
Fixes: 9885d016ffa9 ("net: phy: marvell10g: add separate structure for 88X3340") Signed-off-by: Marek Behún <kabel@kernel.org> Reported-by: Matteo Croce <mcroce@linux.microsoft.com> Tested-by: Matteo Croce <mcroce@microsoft.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|