Searched hist:e7ba0fad9c534bb3c3a4c3ee8ec8f60b6a224161 (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | smi.h | e7ba0fad9c534bb3c3a4c3ee8ec8f60b6a224161 Sat May 04 01:28:22 CEST 2019 Vivien Didelot <vivien.didelot@gmail.com> net: dsa: mv88e6xxx: refine SMI support
The Marvell SOHO switches have several ways to access the internal registers. One of them being the System Management Interface (SMI), using the MDC and MDIO pins, with direct and indirect variants.
In preparation for adding support for other register accesses, move the SMI code into its own files. At the same time, refine the code to make it clear that the indirect variant is implemented using the direct variant accessing only two registers for command and data.
Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | smi.c | e7ba0fad9c534bb3c3a4c3ee8ec8f60b6a224161 Sat May 04 01:28:22 CEST 2019 Vivien Didelot <vivien.didelot@gmail.com> net: dsa: mv88e6xxx: refine SMI support
The Marvell SOHO switches have several ways to access the internal registers. One of them being the System Management Interface (SMI), using the MDC and MDIO pins, with direct and indirect variants.
In preparation for adding support for other register accesses, move the SMI code into its own files. At the same time, refine the code to make it clear that the indirect variant is implemented using the direct variant accessing only two registers for command and data.
Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | chip.c | diff e7ba0fad9c534bb3c3a4c3ee8ec8f60b6a224161 Sat May 04 01:28:22 CEST 2019 Vivien Didelot <vivien.didelot@gmail.com> net: dsa: mv88e6xxx: refine SMI support
The Marvell SOHO switches have several ways to access the internal registers. One of them being the System Management Interface (SMI), using the MDC and MDIO pins, with direct and indirect variants.
In preparation for adding support for other register accesses, move the SMI code into its own files. At the same time, refine the code to make it clear that the indirect variant is implemented using the direct variant accessing only two registers for command and data.
Signed-off-by: Vivien Didelot <vivien.didelot@gmail.com> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|