On Tue, 7 May 2024 at 12:16, Bjørn Mork wrote:
>
> Stijn Tintel writes:
>
> > On 27/04/2024 11:16, Bjørn Mork wrote:
> >> st...@linux-ipv6.be writes:
> >>
> >>> phy_write_paged(phydev, 31, 27, 0x0002);
> >>> val = phy_read_paged(phydev, 31, 28);
> >> ..
> >>> phy_write_paged(phydev, 0
Stijn Tintel writes:
> On 27/04/2024 11:16, Bjørn Mork wrote:
>> st...@linux-ipv6.be writes:
>>
>>> phy_write_paged(phydev, 31, 27, 0x0002);
>>> val = phy_read_paged(phydev, 31, 28);
>> ..
>>> phy_write_paged(phydev, 0x1f, 0x1b, 0x0002);
>>> val = phy_read_paged(phydev, 0x1f, 0x1c
On 27/04/2024 11:16, Bjørn Mork wrote:
st...@linux-ipv6.be writes:
phy_write_paged(phydev, 31, 27, 0x0002);
val = phy_read_paged(phydev, 31, 28);
..
phy_write_paged(phydev, 0x1f, 0x1b, 0x0002);
val = phy_read_paged(phydev, 0x1f, 0x1c);
While you're doing spri
st...@linux-ipv6.be writes:
> phy_write_paged(phydev, 31, 27, 0x0002);
> val = phy_read_paged(phydev, 31, 28);
..
> phy_write_paged(phydev, 0x1f, 0x1b, 0x0002);
> val = phy_read_paged(phydev, 0x1f, 0x1c);
While you're doing spring cleaning That piece of cut-n-paste c
According to the Realtek SDK code, the RTL8214FC, RTL8218B and RTL8218FB
all have the same chip ID 0x6276. Let's add a constant for it, as we're
using it in more than one location.
Signed-off-by: Stijn Tintel
---
.../linux/realtek/files-5.15/drivers/net/phy/rtl83xx-phy.c | 6 --
1 file chan