aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/genet/bcmmii.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-13net: bcmgenet: add support for the GENETv5 hardwareDoug Berger1-28/+34
2016-11-29net: ethernet: bcmgenet: fix fixed-link phydev leaksJohan Hovold1-0/+6
2016-11-27net: bcmgenet: fix phydev reference leakJohan Hovold1-1/+3
2016-09-27Revert "net: ethernet: bcmgenet: use phydev from struct net_device"Florian Fainelli1-11/+13
2016-07-04net: ethernet: bcmgenet: use phydev from struct net_devicePhilippe Reynes1-13/+11
2016-01-21net: bcmgenet: Properly configure PHY to ignore interruptFlorian Fainelli1-1/+1
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+1
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-10/+0
2015-11-01net: bcmgenet: Software reset EPHY after power onFlorian Fainelli1-0/+18
2015-08-31phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn1-1/+1
2015-07-26net: bcmgenet: Register link_update callback for all MoCA PHYsFlorian Fainelli1-14/+23
2015-07-20net: bcmgenet: Remove init parameter from bcmgenet_mii_configFlorian Fainelli1-4/+3
2015-07-20net: bcmgenet: Delay PHY initialization to bcmgenet_open()Florian Fainelli1-25/+12
2015-07-20net: bcmgenet: Determine PHY type before scanning MDIO busFlorian Fainelli1-5/+24
2015-07-20net: bcmgenet: Remove excessive PHY resetFlorian Fainelli1-11/+0
2015-06-28net: bcmgenet: workaround initial read failures for integrated PHYsFlorian Fainelli1-4/+50
2015-06-11net: bcmgenet: handle broken turn-around for specific PHYsFlorian Fainelli1-1/+6
2015-06-08net: bcmgenet: power on MII block for all MII modesFlorian Fainelli1-3/+9
2015-04-01net: bcmgenet: enable MoCA link state change detectionPetri Gynther1-0/+16
2015-03-23net: bcmgenet: power up and down integrated GPHY when unusedFlorian Fainelli1-1/+1
2015-03-23net: bcmgenet: implement GPHY power down sequenceFlorian Fainelli1-2/+7
2015-03-23net: bcmgenet: fix GPHY power-up sequenceFlorian Fainelli1-3/+7
2015-03-23net: bcmgenet: rename bcmgenet_ephy_power_upFlorian Fainelli1-11/+13
2015-03-23net: bcmgenet: update bcmgenet_ephy_power_up to clear CK25_DIS bitFlorian Fainelli1-1/+1
2014-12-08net: bcmgenet: enable driver to work without a device treePetri Gynther1-22/+104
2014-11-11net: bcmgenet: apply MII configuration in bcmgenet_open()Florian Fainelli1-3/+4
2014-11-11net: bcmgenet: connect and disconnect from the PHY state machineFlorian Fainelli1-1/+1
2014-10-06net: bcmgenet: improve bcmgenet_mii_setup()Petri Gynther1-29/+44
2014-09-19net: bcmgenet: communicate integrated PHY revision to PHY driverFlorian Fainelli1-2/+6
2014-09-19net: bcmgenet: remove PHY_BRCM_100MBPS_WARFlorian Fainelli1-10/+0
2014-08-11net: bcmgenet: update UMAC_CMD only when link is detectedFlorian Fainelli1-2/+6
2014-08-07net: bcmgenet: fix reference counting for phy nodeUwe Kleine-König1-2/+4
2014-07-23net: bcmgenet: use kcalloc instead of kzallocFlorian Fainelli1-1/+1
2014-07-23net: bcmgenet: re-align multiple lines correctlyFlorian Fainelli1-14/+14
2014-07-23net: bcmgenet: remove FSF mail addressFlorian Fainelli1-9/+0
2014-07-21net: bcmgenet: only update UMAC_CMD if something changedFlorian Fainelli1-2/+3
2014-05-22net: bcmgenet: use the new fixed PHY helpersFlorian Fainelli1-8/+13
2014-02-14net: bcmgenet: add MDIO routinesFlorian Fainelli1-0/+464