summaryrefslogtreecommitdiff
path: root/iosched.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-03iosched: break out io scheduling functions from xutilsDaniel Borkmann1-0/+8
Break this stuff out, for better maintainability and readability. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
o' class='commit-info'> authorGregory CLEMENT <gregory.clement@free-electrons.com>2017-01-30 20:29:34 +0100 committerDavid S. Miller <davem@davemloft.net>2017-01-30 16:50:56 -0500 commita75961d0ebfd8866e03855bfdbb5733a268b0a44 (patch) treee284611ffeef433650053b4264dd88a56816b26e parent891daf49b0f6e900af6bde51e2dc2cbc72b83f4e (diff)
net: dsa: mv88e6xxx: Add support for ethernet switch 88E6341
The Marvell 88E6341 device is single-chip, 6-port Ethernet switch with four integrated 10/100/1000Mbps Ethernet transceivers and one high speed SerDes interfaces. It is partially compatible with switches of family 88E6352 and switches of family 88E6390. This commit adds an initial support for this switch by describing its capabilities to the driver and introducing a new family. Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com> 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/chip.c54
-rw-r--r--drivers/net/dsa/mv88e6xxx/mv88e6xxx.h19
2 files changed, 69 insertions, 4 deletions
diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c