summaryrefslogtreecommitdiff
path: root/curvetun/.gitignore
blob: ad9d744f057a81c940dbb3e04c7d270a4de28c25 (plain)
1
2
3
4
5
6
7
*.*

!.gitignore
!Makefile
!abiname.c
!nacl_build.sh
!nacl_path.sh
class='ctrl'>
authorAndrew Lunn <andrew@lunn.ch>2017-02-04 20:12:24 +0100
committerDavid S. Miller <davem@davemloft.net>2017-02-07 10:47:11 -0500
commitcf3e80df13e534eb34a85835d5357c78d8689199 (patch)
treed18bc284ba5e7d2bb8bb8eb83009d41c92b1755f
parent8661a631e1040e71e938aab4b1ccbcbd46c4834f (diff)
net: dsa: mv88e6xxx: Implement Clause 45 access to SMI devices
The mv88e6390 MDIO bus controllers can support for clause 45 accesses. The internal SERDES interfaces need this, and it is likely external 10GHz PHYs will be clause 45. Signed-off-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat
-rw-r--r--drivers/net/dsa/mv88e6xxx/global2.c122
-rw-r--r--drivers/net/dsa/mv88e6xxx/mv88e6xxx.h7
2 files changed, 120 insertions, 9 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/global2.c b/drivers/net/dsa/mv88e6xxx/global2.c