aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/bcm7xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-18net: phy: bcm7xxx: define soft_reset for 40nm EPHYDoug Berger1-0/+1
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-3/+3
2019-03-21net: phy: Move Omega PHY entry to Cygnus PHY driverFlorian Fainelli1-1/+0
2019-03-21net: phy: Prepare for moving Omega out of bcm7xxxFlorian Fainelli1-71/+4
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-5/+1
2018-11-07net: phy: bcm7xxx: Add entry for BCM7255Justin Chen1-0/+2
2018-08-07net: phy: Add support for Broadcom Omega internal Combo GPHYArun Parameswaran1-0/+2
2018-05-23net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli1-2/+2
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King1-1/+1
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-6/+0
2017-09-01net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code sizeColin Ian King1-1/+1
2017-03-13net: phy: bcm7xxx: add support for 28nm EPHYDoug Berger1-2/+213
2017-02-07net: phy: bcm7xxx: Add BCM74371 PHY IDFlorian Fainelli1-0/+2
2017-01-22net: phy: bcm7xxx: Implement EGPHY workaround for 7278Florian Fainelli1-0/+34
2017-01-22net: phy: bcm7xxx: Add entry for BCM7278Florian Fainelli1-0/+2
2016-12-10net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi1-4/+2
2016-11-30net: phy: bcm7xxx: Plug in support for reading PHY error countersFlorian Fainelli1-0/+35
2016-11-24net: phy: bcm7xxx: Add support for downshift/WirespeedFlorian Fainelli1-1/+50
2016-11-24net: phy: broadcom: Allow enabling or disabling of EEEFlorian Fainelli1-1/+1
2016-03-25net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin1-0/+4
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-37/+2
2016-02-16net: phy: bcm7xxx: Reduce boilerplate code for 40nm EPHYFlorian Fainelli1-36/+18
2016-02-16net: phy: bcm7xxx: Make MII_BCM7XX_64CLK_MDIO naming consistentFlorian Fainelli1-2/+2
2016-02-16net: phy: bcm7xxx: Remove wildcard entriesFlorian Fainelli1-31/+0
2016-02-16net: phy: bcm7xxx: Fix bcm7xxx_config_init() checkFlorian Fainelli1-4/+0
2016-02-16net: phy: bcm7xxx: Fix 40nm EPHY featuresFlorian Fainelli1-3/+3
2016-02-16net: phy: bcm7xxx: Fix shadow mode 2 disablingFlorian Fainelli1-1/+1
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-6/+0
2016-01-07phy: add phydev_name() wrapperAndrew Lunn1-1/+1
2015-11-25net: phy: bcm7xxx: Add entry for Broadcom BCM7435Florian Fainelli1-0/+14
2015-10-08net: phy: bcm7xxx: Modified to use global core register definesArun Parameswaran1-6/+3
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran1-99/+28
2015-06-28net: phy: bcm7xxx: workaround MDIO management controller initial readFlorian Fainelli1-0/+7
2015-06-08net: phy: bcm7xxx: update workaround to fix 100BaseT corner casesFlorian Fainelli1-2/+5
2015-05-25net: phy: bcm7xxx: Fix 7425 PHY ID and flagsFlorian Fainelli1-1/+1
2015-03-09net: phy: bcm7xxx: add alternate id for 7439Florian Fainelli1-0/+1
2014-12-08net: phy: bcm7xxx: add an explicit version check for GPHY rev G0Florian Fainelli1-0/+2
2014-11-12net: phy: bcm7xxx: add workaround for PHY revision E0 and F0Florian Fainelli1-0/+29
2014-11-12net: phy: bcm7xxx: add PHY revision D0 workaround sequenceFlorian Fainelli1-0/+46
2014-11-12net: phy: bcm7xxx: introduce r_rc_cal_reset helperFlorian Fainelli1-5/+10
2014-11-12net: phy: bcm7xxx: drop A0 revision workaround and fix B0 workaroundFlorian Fainelli1-38/+3
2014-11-12net: phy: bcm7xxx: only show PHY revision onceFlorian Fainelli1-1/+2
2014-11-12net: phy: replace phy_drivers_register callsJohan Hovold1-14/+1
2014-10-01net: phy: add BCM7425 and BCM7429 PHYsPetri Gynther1-0/+28
2014-09-19net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli1-6/+15
2014-09-19net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli1-2/+2
2014-08-27net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli1-0/+4
2014-08-27net: phy: bcm7xxx: introduce helper macroFlorian Fainelli1-36/+18
2014-08-23net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli1-0/+31
2014-08-23net: phy: bcm7xxx: enable auto power downFlorian Fainelli1-1/+26