// SPDX-License-Identifier: GPL-2.0 /* * This file is based on code from OCTEON SDK by Cavium Networks. * * Copyright (c) 2003-2007 Cavium Networks */ #include <linux/phy.h> #include <linux/kernel.h> #include <linux/netdevice.h> #include <linux/ratelimit.h> #include <net/dst.h> #include <asm/octeon/octeon.h> #include "ethernet-defines.h" #include "octeon-ethernet.h" #include "ethernet-util.h" #include "ethernet-mdio.h" #include <asm/octeon/cvmx-helper.h> #include <asm/octeon/cvmx-gmxx-defs.h>
int cvm_oct_sgmii_open(struct net_device *dev) { return cvm_oct_common_open(dev, cvm_oct_link_poll); }Contributors
Person | Tokens | Prop | Commits | CommitProp |
David Daney | 15 | 83.33% | 2 | 50.00% |
Aaro Koskinen | 3 | 16.67% | 2 | 50.00% |
Total | 18 | 100.00% | 4 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
David Daney | 19 | 100.00% | 1 | 100.00% |
Total | 19 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp |
David Daney | 67 | 89.33% | 3 | 37.50% |
Christian Dietrich | 3 | 4.00% | 1 | 12.50% |
Aaro Koskinen | 3 | 4.00% | 2 | 25.00% |
Greg Kroah-Hartman | 2 | 2.67% | 2 | 25.00% |
Total | 75 | 100.00% | 8 | 100.00% |