cregit-Linux how code gets into the kernel

Release 4.18 drivers/staging/octeon/ethernet-sgmii.c

// 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

PersonTokensPropCommitsCommitProp
David Daney1583.33%250.00%
Aaro Koskinen316.67%250.00%
Total18100.00%4100.00%


int cvm_oct_sgmii_init(struct net_device *dev) { cvm_oct_common_init(dev); /* FIXME: Need autoneg logic */ return 0; }

Contributors

PersonTokensPropCommitsCommitProp
David Daney19100.00%1100.00%
Total19100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
David Daney6789.33%337.50%
Christian Dietrich34.00%112.50%
Aaro Koskinen34.00%225.00%
Greg Kroah-Hartman22.67%225.00%
Total75100.00%8100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.