summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/bgmac.h
Commit message (Expand)AuthorAgeFilesLines
* net: bgmac: Correctly annotate register spaceFlorian Fainelli2018-04-021-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: ethernet: bgmac: Make IDM register space optionalAbhishek Shah2017-07-151-0/+1
* net: ethernet: bgmac: driver power manangementJoey Zhong2017-03-071-0/+2
* net: ethernet: bgmac: use #defines for MAX sizeJon Mason2017-03-071-1/+1
* net: ethernet: bgmac: init sequence bugJon Mason2017-03-031-0/+16
* net: bgmac: store MAC address directly in netdev->dev_addrTobias Klauser2017-02-171-1/+0Star
* net: bgmac: drop struct bcma_mdio we don't need anymoreRafał Miłecki2017-01-311-1/+1
* net: bgmac: allocate struct bgmac just once & don't copy itRafał Miłecki2017-01-311-1/+2
* net: ethernet: bgmac: add NS2 supportJon Mason2016-11-071-0/+1
* net: ethernet: bgmac: device tree phy enablementJon Mason2016-11-071-0/+8
* net: bgmac: support Ethernet core on BCM53573 SoCsRafał Miłecki2016-08-191-0/+19
* net: ethernet: bgmac: Add platform device supportJon Mason2016-07-101-6/+67
* net: ethernet: bgmac: convert to feature flagsJon Mason2016-07-101-1/+20
* net: ethernet: bgmac: move BCMA MDIO Phy code into a separate fileJon Mason2016-07-101-0/+3
* net: ethernet: bgmac: add dma_dev pointerJon Mason2016-07-101-0/+1
* net: ethernet: bgmac: change bgmac_* prints to dev_* printsJon Mason2016-07-101-12/+2Star
* net: ethernet: bgmac: use phydev from struct net_devicePhilippe Reynes2016-06-221-1/+0Star
* bgmac: Add support for ethtool statisticsFlorian Fainelli2016-06-101-2/+2
* bgmac: fix MAC soft-reset bit for corerev > 4Felix Fietkau2016-04-151-3/+3
* bgmac: Utilize BRCM_PSEUDO_PHY_ADDRFlorian Fainelli2015-06-111-1/+2
* bgmac: drop ring->num_slotsFelix Fietkau2015-04-141-2/+1Star
* bgmac: increase rx ring size from 511 to 512Felix Fietkau2015-04-141-1/+1
* bgmac: set received skb headroom to NET_SKB_PADFelix Fietkau2015-04-141-1/+3
* bgmac: leave interrupts disabled as long as there is work to doFelix Fietkau2015-04-141-1/+0Star
* bgmac: simplify tx ring index handlingFelix Fietkau2015-04-141-3/+3
* bgmac: implement GRO and use build_skbFelix Fietkau2015-03-231-1/+6
* bgmac: fix descriptor frame start/end definitionsFelix Fietkau2015-03-231-2/+2
* bgmac: add support for Northstar SoC (BCM4707, BCM53018)Hauke Mehrtens2014-01-051-0/+1
* bgmac: add support for new BGMAC_CMDCFG_SR position on core rev >= 4Hauke Mehrtens2014-01-051-1/+3
* bgmac: initialize the DMA controller of core rev >= 4Hauke Mehrtens2014-01-051-0/+50
* bgmac: drop duplicated PHY definesRafał Miłecki2013-12-271-21/+0Star
* bgmac: replace some magic values with definesRafał Miłecki2013-12-111-1/+5
* bgmac: connect to PHY and make use of PHY deviceRafał Miłecki2013-12-101-8/+4Star
* bgmac: implement unaligned addressing for DMA rings that support itRafał Miłecki2013-09-171-0/+2
* bgmac: fix internal switch initializationRafał Miłecki2013-09-171-1/+1
* bgmac: register MII busRafał Miłecki2013-03-071-0/+1
* bgmac: return error on failed PHY writeRafał Miłecki2013-02-131-3/+0Star
* bgmac: implement missing code for BCM53572Hauke Mehrtens2013-02-061-1/+1
* bgmac: driver for GBit MAC core on BCMA busRafał Miłecki2013-01-101-0/+456