aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6060.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-30net: dsa: mv88e6060: Remove support for legacy probingAndrew Lunn1-39/+1
2019-04-30net: dsa: mv88e6060: Support probing as an mdio deviceAndrew Lunn1-1/+58
2019-04-27net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn1-13/+7
2019-04-27net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn1-32/+41
2019-04-27net: dsa: mv88e6060: Replace ds with privAndrew Lunn1-21/+22
2019-04-27net: dsa: mv88e6060: Add SPDX headerAndrew Lunn1-5/+1
2018-12-03mv88e6060: disable hardware level MAC learningAnderson Luiz Alves1-7/+3
2017-11-13net: dsa: Pass a port to get_tag_protocol()Florian Fainelli1-1/+2
2017-10-28net: dsa: introduce dsa_user_ports helperVivien Didelot1-3/+2
2017-10-18net: dsa: add dsa_to_port helperVivien Didelot1-1/+1
2017-10-14net: dsa: mv88e6060: setup random mac addressVivien Didelot1-17/+26
2017-10-14net: dsa: mv88e6060: fix switch MAC addressVivien Didelot1-2/+8
2017-09-21net: dsa: use dedicated CPU portVivien Didelot1-1/+1
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot1-1/+1
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli1-1/+1
2017-01-09net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli1-2/+6
2016-09-01net: dsa: remove ds_to_privVivien Didelot1-2/+2
2016-08-24net: dsa: rename switch operations structureVivien Didelot1-3/+3
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn1-1/+6
2016-04-17net: dsa: constify probed nameVivien Didelot1-5/+5
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-1/+1
2016-04-13net: dsa: Rename DSA probe function.Andrew Lunn1-3/+4
2016-04-13net: dsa: Keep the mii bus and address in the private structureAndrew Lunn1-18/+26
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn1-1/+2
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn1-1/+2
2015-11-15net: dsa: mv88e6060: replace magic values with register definesNeil Armstrong1-27/+37
2015-11-15net: dsa: mv88e6060: use the correct bit shift for mac0Neil Armstrong1-1/+2
2015-11-15net: dsa: mv88e6060: use the correct MaxFrameSize bitNeil Armstrong1-1/+1
2015-11-15net: dsa: mv88e6060: use the correct InitReady bitNeil Armstrong1-1/+1
2015-11-15net: dsa: mv88e6060: remove poll_link callbackNeil Armstrong1-49/+0
2015-10-23net: dsa: Make mv88e6060 use nested mdiobus read/writeNeil Armstrong1-2/+2
2014-10-30net: dsa: Report known silicon revisions for Marvell 88E6060Guenter Roeck1-1/+4
2014-10-17dsa: Fix conversion from host device to mii busGuenter Roeck1-4/+12
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck1-4/+9
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli1-1/+1
2013-01-10DSA: Convert printk calls to netdev_info callsBarry Grussling1-5/+6
2013-01-10DSA: Convert repeated msleep calls to timeoutsBarry Grussling1-4/+8
2013-01-10DSA: Convert DSA comments to network-style commentsBarry Grussling1-22/+9
2012-01-24drivers/net: dsa/mv88e6xxx.c files need linux/module.hPaul Gortmaker1-0/+1
2011-11-29dsa: Move switch drivers to new directory drivers/net/dsaBen Hutchings1-0/+293