summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6060.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-081-1/+2
* net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-221-1/+3
* net: dsa: mv88e6060: Remove support for legacy probingAndrew Lunn2019-04-301-39/+1
* net: dsa: mv88e6060: Support probing as an mdio deviceAndrew Lunn2019-04-301-1/+58
* net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn2019-04-271-13/+7
* net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn2019-04-271-32/+41
* net: dsa: mv88e6060: Replace ds with privAndrew Lunn2019-04-271-21/+22
* net: dsa: mv88e6060: Add SPDX headerAndrew Lunn2019-04-271-5/+1
* mv88e6060: disable hardware level MAC learningAnderson Luiz Alves2018-12-031-7/+3
* net: dsa: Pass a port to get_tag_protocol()Florian Fainelli2017-11-131-1/+2
* net: dsa: introduce dsa_user_ports helperVivien Didelot2017-10-281-3/+2
* net: dsa: add dsa_to_port helperVivien Didelot2017-10-181-1/+1
* net: dsa: mv88e6060: setup random mac addressVivien Didelot2017-10-141-17/+26
* net: dsa: mv88e6060: fix switch MAC addressVivien Didelot2017-10-141-2/+8
* net: dsa: use dedicated CPU portVivien Didelot2017-09-211-1/+1
* net: dsa: store CPU port pointer in the treeVivien Didelot2017-05-171-1/+1
* net: dsa: Make dsa_switch_ops constFlorian Fainelli2017-01-091-1/+1
* net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli2017-01-091-2/+6
* net: dsa: remove ds_to_privVivien Didelot2016-09-011-2/+2
* net: dsa: rename switch operations structureVivien Didelot2016-08-241-3/+3
* net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2016-08-221-1/+6
* net: dsa: constify probed nameVivien Didelot2016-04-171-5/+5
* dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2016-04-131-1/+1
* net: dsa: Rename DSA probe function.Andrew Lunn2016-04-131-3/+4
* net: dsa: Keep the mii bus and address in the private structureAndrew Lunn2016-04-131-18/+26
* net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn2016-04-131-1/+2
* net: dsa: Pass the dsa device to the switch driversAndrew Lunn2016-04-131-1/+2
* net: dsa: mv88e6060: replace magic values with register definesNeil Armstrong2015-11-151-27/+37
* net: dsa: mv88e6060: use the correct bit shift for mac0Neil Armstrong2015-11-151-1/+2
* net: dsa: mv88e6060: use the correct MaxFrameSize bitNeil Armstrong2015-11-151-1/+1
* net: dsa: mv88e6060: use the correct InitReady bitNeil Armstrong2015-11-151-1/+1
* net: dsa: mv88e6060: remove poll_link callbackNeil Armstrong2015-11-151-49/+0
* net: dsa: Make mv88e6060 use nested mdiobus read/writeNeil Armstrong2015-10-231-2/+2
* net: dsa: Report known silicon revisions for Marvell 88E6060Guenter Roeck2014-10-301-1/+4
* dsa: Fix conversion from host device to mii busGuenter Roeck2014-10-171-4/+12
* dsa: Replace mii_bus with a generic host deviceAlexander Duyck2014-09-151-4/+9
* net: dsa: change tag_protocol to an enumFlorian Fainelli2014-09-131-1/+1
* DSA: Convert printk calls to netdev_info callsBarry Grussling2013-01-101-5/+6
* DSA: Convert repeated msleep calls to timeoutsBarry Grussling2013-01-101-4/+8
* DSA: Convert DSA comments to network-style commentsBarry Grussling2013-01-101-22/+9
* drivers/net: dsa/mv88e6xxx.c files need linux/module.hPaul Gortmaker2012-01-241-0/+1
* dsa: Move switch drivers to new directory drivers/net/dsaBen Hutchings2011-11-291-0/+293