summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/mv88e6060.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mv88e6060: Remove support for legacy probingAndrew Lunn2019-05-011-39/+1Star
* net: dsa: mv88e6060: Support probing as an mdio deviceAndrew Lunn2019-05-011-1/+58
* net: dsa: mv88e6060: Replace REG_READ macroAndrew Lunn2019-04-281-13/+7Star
* net: dsa: mv88e6060: Replace REG_WRITE macroAndrew Lunn2019-04-281-32/+41
* net: dsa: mv88e6060: Replace ds with privAndrew Lunn2019-04-281-21/+22
* net: dsa: mv88e6060: Add SPDX headerAndrew Lunn2019-04-281-5/+1Star
* mv88e6060: disable hardware level MAC learningAnderson Luiz Alves2018-12-041-7/+3Star
* net: dsa: Pass a port to get_tag_protocol()Florian Fainelli2017-11-131-1/+2
* net: dsa: introduce dsa_user_ports helperVivien Didelot2017-10-271-3/+2Star
* net: dsa: add dsa_to_port helperVivien Didelot2017-10-181-1/+1
* net: dsa: mv88e6060: setup random mac addressVivien Didelot2017-10-151-17/+26
* net: dsa: mv88e6060: fix switch MAC addressVivien Didelot2017-10-151-2/+8
* net: dsa: use dedicated CPU portVivien Didelot2017-09-221-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-021-2/+2
* net: dsa: rename switch operations structureVivien Didelot2016-08-251-3/+3
* net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2016-08-231-1/+6
* net: dsa: constify probed nameVivien Didelot2016-04-181-5/+5
* dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2016-04-141-1/+1
* net: dsa: Rename DSA probe function.Andrew Lunn2016-04-141-3/+4
* net: dsa: Keep the mii bus and address in the private structureAndrew Lunn2016-04-141-18/+26
* net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn2016-04-141-1/+2
* net: dsa: Pass the dsa device to the switch driversAndrew Lunn2016-04-141-1/+2
* net: dsa: mv88e6060: replace magic values with register definesNeil Armstrong2015-11-161-27/+37
* net: dsa: mv88e6060: use the correct bit shift for mac0Neil Armstrong2015-11-161-1/+2
* net: dsa: mv88e6060: use the correct MaxFrameSize bitNeil Armstrong2015-11-161-1/+1
* net: dsa: mv88e6060: use the correct InitReady bitNeil Armstrong2015-11-161-1/+1
* net: dsa: mv88e6060: remove poll_link callbackNeil Armstrong2015-11-161-49/+0Star
* 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-181-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/+9Star
* 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