[PATCH v1 4/6] net: mv88e61xx: Directly access the switch chip

2023-06-01 Thread Lukasz Majewski
The mv88e6020 is accessed in a direct way (i.e. with direct read and write to mdio bus). The only necessary indirection is required when accessing its PHY registers. Signed-off-by: Lukasz Majewski Reviewed-by: Ramon Fried --- drivers/net/phy/mv88e61xx.c | 15 ++- 1 file changed,

Re: [PATCH v1 4/6] net: mv88e61xx: Directly access the switch chip

2021-05-08 Thread Ramon Fried
On Wed, Mar 17, 2021 at 4:14 PM Lukasz Majewski wrote: > > The mv88e6020 is accessed in a direct way (i.e. with direct read and > write to mdio bus). The only necessary indirection is required when > accessing its PHY registers. > > Signed-off-by: Lukasz Majewski > --- > >

[PATCH v1 4/6] net: mv88e61xx: Directly access the switch chip

2021-03-17 Thread Lukasz Majewski
The mv88e6020 is accessed in a direct way (i.e. with direct read and write to mdio bus). The only necessary indirection is required when accessing its PHY registers. Signed-off-by: Lukasz Majewski --- drivers/net/phy/mv88e61xx.c | 15 ++- 1 file changed, 10 insertions(+), 5