aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/octeon/ethernet-rgmii.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-15staging: octeon: remove redundant license textGreg Kroah-Hartman1-4/+0
2018-01-15staging: octeon: add SPDX identifiers.Greg Kroah-Hartman1-0/+1
2016-09-12staging: octeon: stop using cvmx_helper_link_autoconf()Aaro Koskinen1-1/+4
2016-08-21net: ethernet: octeon: use phydev from struct net_devicePhilippe Reynes1-1/+1
2016-02-11staging: octeon: refactor rgmii 10 mbps preamble error checkingAaro Koskinen1-215/+72
2016-02-07Staging:octeon:removed blank line after {Bhumika Goyal1-4/+0
2016-01-10net: ethernet-rgmii.c: Fix breakage from moving phdev busAndrew Lunn1-3/+3
2015-10-17staging: octeon-ethernet: drop poll_now parameter from cvm_oct_common_openAaro Koskinen1-1/+1
2015-10-17staging: octeon-ethernet: rgmii: poll link status on openAaro Koskinen1-1/+1
2015-08-07staging: octeon: fix coding style warnings for block commentsOkash Khawaja1-3/+4
2015-04-30staging: octeon-ethernet: update boilerplate commentsAaro Koskinen1-20/+4
2015-04-30staging: octeon-ethernet: eliminate USE_10MBPS_PREAMBLE_WORKAROUND defineAaro Koskinen1-11/+3
2015-04-30staging: octeon-ethernet: rgmii: use function to configure hw preambleAaro Koskinen1-49/+35
2015-04-30staging: octeon-ethernet: rgmii: refactor gmx block interrupt handlingAaro Koskinen1-82/+41
2015-04-30staging: octeon-ethernet: consolidate carrier notificationsAaro Koskinen1-16/+3
2015-04-30staging: octeon-ethernet: move ndo_stop to common initAaro Koskinen1-1/+0
2015-04-30staging: octeon-ethernet: consolidate ndo_stop functionsAaro Koskinen1-13/+0
2015-04-30staging: octeon-ethernet: consolidate ndo_open functionsAaro Koskinen1-31/+1
2014-10-02staging: octeon: Combined seperate strings.Gulsah Kose1-6/+3
2014-09-28staging: octeon: Fix missing blank line warning.Melike Yurtoglu1-0/+5
2014-06-19staging: octeon-ethernet: Move PHY activation to .ndo_open().David Daney1-5/+18
2014-03-18staging/octeon:ethernet-rgmii.c: Fix line over 80 characters.Aybuke Ozdemir1-6/+12
2014-03-07Staging: octeon: Fix coding stylebahar sahin1-2/+1
2014-03-04staging: octeon-ethernet: make global_register_lock staticAaro Koskinen1-1/+1
2013-09-17staging: octeon-ethernet: rgmii: enable interrupts that we can handleAaro Koskinen1-3/+1
2011-12-07MIPS: Octeon: Move some Ethernet support files out of staging.David Daney1-2/+2
2011-08-23staging: octeon-ethernet: Add missing #includes.David Daney1-0/+1
2011-06-28staging: octeon: use printk_ratelimited instead of printk_ratelimitChristian Dietrich1-16/+17
2010-02-27Staging: Octeon: Run phy bus accesses on a workqueue.David Daney1-13/+42
2010-02-27Staging: octeon: remove unneeded includesDavid Daney1-1/+0
2009-12-17Staging: octeon-ethernet: Convert to use PHY Abstraction Layer.David Daney1-24/+28
2009-12-11Staging: octeon: don't ignore request_irq() return codeRoel Kluin1-1/+3
2009-06-24Staging: octeon-ethernet: Convert to use net_device_ops.David Daney1-6/+3
2009-06-17Staging: Add octeon-ethernet driver files.David Daney1-0/+397