summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/microchip/ksz_common.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2021-01-21net: dsa: microchip: Adjust reset release timing to match reference reset cir...Marek Vasut1-1/+1
2021-01-21net: dsa: microchip: ksz8795: Fix KSZ8794 port map againMarek Vasut1-1/+1
2021-01-12net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-9/+0
2021-01-12net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-11/+5
2020-12-03net: dsa: microchip: remove usage of mib_port_countMichael Grzeschik1-2/+2
2020-11-26net: dsa: microchip: support for "ethernet-ports" nodeChristian Eggers1-1/+3
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+9
2020-10-12net: dsa: microchip: fix race conditionChristian Eggers1-7/+9
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+12
2020-09-25net: dsa: microchip: really look for phy-mode in port nodesHelmut Grohne1-8/+12
2020-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+12
2020-09-10net: dsa: microchip: look for phy-mode in port nodesHelmut Grohne1-1/+12
2020-09-09net: dsa: microchip: Implement recommended reset timingPaul Barker1-1/+2
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+0
2020-07-22net: dsa: microchip: call phy_remove_link_mode during probeHelmut Grohne1-2/+0
2020-07-05net: dsa: microchip: remove unused private membersCodrin Ciubotariu1-33/+0
2020-07-05net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu1-12/+20
2020-03-11net: dsa: microchip: use delayed_work instead of timer + workGeorge McCollister1-18/+8
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+4
2019-10-17net: dsa: microchip: Add shared regmap mutexMarek Vasut1-1/+1
2019-08-20net: dsa: do not enable or disable non user portsVivien Didelot1-0/+6
2019-08-06net: dsa: ksz: Merge ksz_priv.h into ksz_common.hMarek Vasut1-1/+0
2019-08-06net: dsa: ksz: Remove dead code and fix warningsMarek Vasut1-10/+1
2019-07-31net: dsa: ksz: Add Microchip KSZ8795 DSA driverTristram Ha1-1/+2
2019-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2019-06-27net: dsa: microchip: Dispose of ksz_io_opsMarek Vasut1-5/+1
2019-06-26net: dsa: microchip: Use gpiod_set_value_cansleep()Marek Vasut1-3/+3
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-06-15net: dsa: microchip: Support optional 125MHz SYNCLKO outputRobert Hancock1-0/+2
2019-06-15net: dsa: microchip: Don't try to read stats for unused portsRobert Hancock1-0/+3
2019-03-04net: dsa: microchip: add KSZ9893 switch supportTristram Ha1-1/+3
2019-02-25dsa: Remove phydev parameter from disable_port callAndrew Lunn1-1/+1
2019-02-25net: dsa: microchip: add port_cleanup functionTristram Ha1-0/+22
2019-02-25net: dsa: microchip: get port link statusTristram Ha1-0/+14
2019-02-25net: dsa: microchip: add MIB counter reading supportTristram Ha1-0/+103
2019-02-25net: dsa: microchip: prepare PHY for proper advertisementTristram Ha1-1/+2
2019-01-04net: dsa: microchip: Drop unused GPIO includesLinus Walleij1-2/+0
2018-12-10net: dsa: ksz: Add reset GPIO handlingMarek Vasut1-0/+17
2018-11-21net: dsa: microchip: break KSZ9477 DSA driver into two filesTristram Ha1-1026/+144
2018-11-21net: dsa: microchip: rename some functions with ksz9477 prefixTristram Ha1-57/+59
2018-11-21net: dsa: microchip: clean up codeTristram Ha1-4/+4
2018-11-21net: dsa: microchip: replace license with GPLTristram Ha1-13/+2
2018-11-03net: dsa: microchip: initialize mutex before useTristram Ha1-5/+5
2018-08-16net: dsa: add support for ksz9897 ethernet switchLad, Prabhakar1-0/+9
2018-04-27net: dsa: Pass stringset to ethtool operationsFlorian Fainelli1-2/+9
2018-03-04dsa: Pass the port to get_sset_count()Andrew Lunn1-1/+1
2017-12-03net: dsa: remove trans argument from mdb opsVivien Didelot1-4/+2
2017-12-03net: dsa: remove trans argument from vlan opsVivien Didelot1-4/+2