summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/bcm7xxx.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-161-3/+3
* net: phy: Move Omega PHY entry to Cygnus PHY driverFlorian Fainelli2019-03-211-1/+0Star
* net: phy: Prepare for moving Omega out of bcm7xxxFlorian Fainelli2019-03-211-71/+4Star
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-5/+1Star
* net: phy: bcm7xxx: Add entry for BCM7255Justin Chen2018-11-081-0/+2
* net: phy: Add support for Broadcom Omega internal Combo GPHYArun Parameswaran2018-08-081-0/+2
* net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli2018-05-231-2/+2
* net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King2018-03-051-1/+1
* net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-6/+0Star
* net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code...Colin Ian King2017-09-021-1/+1
* net: phy: bcm7xxx: add support for 28nm EPHYDoug Berger2017-03-141-2/+213
* net: phy: bcm7xxx: Add BCM74371 PHY IDFlorian Fainelli2017-02-071-0/+2
* net: phy: bcm7xxx: Implement EGPHY workaround for 7278Florian Fainelli2017-01-221-0/+34
* net: phy: bcm7xxx: Add entry for BCM7278Florian Fainelli2017-01-221-0/+2
* net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi2016-12-111-4/+2Star
* net: phy: bcm7xxx: Plug in support for reading PHY error countersFlorian Fainelli2016-11-301-0/+35
* net: phy: bcm7xxx: Add support for downshift/WirespeedFlorian Fainelli2016-11-241-1/+50
* net: phy: broadcom: Allow enabling or disabling of EEEFlorian Fainelli2016-11-241-1/+1
* net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362Jaedon Shin2016-03-251-0/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-37/+2Star
|\
| * net: phy: bcm7xxx: Remove wildcard entriesFlorian Fainelli2016-02-161-31/+0Star
| * net: phy: bcm7xxx: Fix bcm7xxx_config_init() checkFlorian Fainelli2016-02-161-4/+0Star
| * net: phy: bcm7xxx: Fix 40nm EPHY featuresFlorian Fainelli2016-02-161-3/+3
| * net: phy: bcm7xxx: Fix shadow mode 2 disablingFlorian Fainelli2016-02-161-1/+1
* | net: phy: bcm7xxx: Reduce boilerplate code for 40nm EPHYFlorian Fainelli2016-02-161-36/+18Star
* | net: phy: bcm7xxx: Make MII_BCM7XX_64CLK_MDIO naming consistentFlorian Fainelli2016-02-161-2/+2
|/
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-6/+0Star
* phy: add phydev_name() wrapperAndrew Lunn2016-01-071-1/+1
* net: phy: bcm7xxx: Add entry for Broadcom BCM7435Florian Fainelli2015-11-251-0/+14
* net: phy: bcm7xxx: Modified to use global core register definesArun Parameswaran2015-10-081-6/+3Star
* net: phy: Add Broadcom phy library for common interfacesArun Parameswaran2015-10-081-99/+28Star
* net: phy: bcm7xxx: workaround MDIO management controller initial readFlorian Fainelli2015-06-291-0/+7
* net: phy: bcm7xxx: update workaround to fix 100BaseT corner casesFlorian Fainelli2015-06-081-2/+5
* net: phy: bcm7xxx: Fix 7425 PHY ID and flagsFlorian Fainelli2015-05-251-1/+1
* net: phy: bcm7xxx: add alternate id for 7439Florian Fainelli2015-03-101-0/+1
* net: phy: bcm7xxx: add an explicit version check for GPHY rev G0Florian Fainelli2014-12-091-0/+2
* net: phy: bcm7xxx: add workaround for PHY revision E0 and F0Florian Fainelli2014-11-121-0/+29
* net: phy: bcm7xxx: add PHY revision D0 workaround sequenceFlorian Fainelli2014-11-121-0/+46
* net: phy: bcm7xxx: introduce r_rc_cal_reset helperFlorian Fainelli2014-11-121-5/+10
* net: phy: bcm7xxx: drop A0 revision workaround and fix B0 workaroundFlorian Fainelli2014-11-121-38/+3Star
* net: phy: bcm7xxx: only show PHY revision onceFlorian Fainelli2014-11-121-1/+2
* net: phy: replace phy_drivers_register callsJohan Hovold2014-11-121-14/+1Star
* net: phy: add BCM7425 and BCM7429 PHYsPetri Gynther2014-10-021-0/+28
* net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli2014-09-191-6/+15
* net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli2014-09-191-2/+2
* net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli2014-08-281-0/+4
* net: phy: bcm7xxx: introduce helper macroFlorian Fainelli2014-08-281-36/+18Star
* net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli2014-08-231-0/+31
* net: phy: bcm7xxx: enable auto power downFlorian Fainelli2014-08-231-1/+26
* net: phy: bcm7xxx: remove suspend callback for 28nm PHYsFlorian Fainelli2014-08-171-4/+1Star