aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/broadcom.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-23net: phy: broadcom: add 1000Base-X support for BCM54616STao Ren1-4/+53
2019-10-04net: phy: broadcom: Use bcm54xx_config_clock_delay() for BCM54612EFlorian Fainelli1-20/+1
2019-10-04net: phy: broadcom: Fix RGMII delays configuration for BCM54210EFlorian Fainelli1-8/+3
2019-06-09net: phy: broadcom: Add genphy_suspend and genphy_resume for BCM5464Vladimir Oltean1-0/+2
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-17/+17
2019-03-26net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean1-0/+13
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-5/+1
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+16
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-16/+0
2018-11-06net: phy: Allow BCM54616S PHY to setup internal TX/RX clock delayTao Ren1-2/+16
2018-06-05net: phy: broadcom: Enable 125 MHz clock on LED4 pin for BCM54612E by default.Kun Yi1-2/+14
2018-05-04net: phy: broadcom: add support for BCM89610 PHYBhadram Varka1-0/+10
2017-12-15net: phy: broadcom: Add entry for 5395 switch PHYsFlorian Fainelli1-0/+42
2017-12-04net: phy: broadcom: re-add mistakenly removed config settingsHeiner Kallweit1-0/+3
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-30/+0
2017-10-12net: phy: broadcom: support new device flag for setting master modeRafał Miłecki1-0/+6
2017-05-16net: phy: Remove residual magic from PHY driversAndrew Lunn1-15/+15
2017-04-30net: phy: Allow BCM5481x PHYs to setup internal TX/RX clock delayAbhishek Shah1-36/+33
2017-02-01net: phy: broadcom: rehook BCM54612E specific initRafał Miłecki1-34/+33
2017-01-27net: phy: broadcom: add support for BCM54210ERafał Miłecki1-1/+33
2017-01-25net: phy: broadcom: drop duplicated define for RGMII SKEW delayRafał Miłecki1-1/+1
2017-01-25net: phy: broadcom: use auxctl reading helper in BCM54612E codeRafał Miłecki1-4/+2
2016-12-10net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi1-28/+14
2016-11-24net: phy: broadcom: Move bcm54xx_auxctl_{read, write} to common libraryFlorian Fainelli1-15/+0
2016-11-07net: phy: broadcom: Add BCM54810 PHY entryJon Mason1-1/+57
2016-11-07net: phy: broadcom: add bcm54xx_auxctl_readJon Mason1-0/+10
2016-10-26net: phy: broadcom: Add support for BCM54612EXo Wang1-0/+48
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-12/+0
2015-11-23broadcom: fix PHY_ID_BCM5481 entry in the id tableAaro Koskinen1-1/+1
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran1-105/+44
2015-04-08net: phy: broadcom: Add BCM54616S phy entryAlessio Igor Bogani1-0/+14
2014-11-12net: phy: replace phy_drivers_register callsJohan Hovold1-14/+1
2014-08-23net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.hFlorian Fainelli1-18/+0
2014-08-23net: phy: broadcom: extract all registers to brcmphy.hFlorian Fainelli1-104/+0
2014-02-14net: phy: broadcom: extract register definitionsFlorian Fainelli1-52/+0
2012-07-09phylib: Support registering a bunch of driversChristian Hohnstaedt1-102/+17
2012-02-13drivers/net: Remove boolean comparisons to true/falseJoe Perches1-4/+2
2011-09-27treewide: Correct spelling of successfully in commentsJoe Perches1-1/+1
2010-10-05net/phy: fix many "defined but unused" warningsUwe Kleine-König1-1/+1
2010-06-24broadcom: Add 5241 supportDmitry Baryshkov1-0/+22
2010-06-24broadcom: move all PHY_ID's to headerDmitry Baryshkov1-12/+12
2010-04-02phylib: Add module table to all existing phy driversDavid Woodhouse1-0/+16
2010-02-17tg3: Push phylib definitions to phylibMatt Carlson1-4/+1
2010-01-03broadcom: Fix &&/|| confusion in bcm54xx_adjust_rxrefclk()roel kluin1-2/+2
2009-12-18broadcom: bcm54xx_shadow_read() errors ignored in bcm54xx_adjust_rxrefclk()Roel Kluin1-1/+2
2009-11-02tg3 / broadcom: Optionally disable TXC if no linkMatt Carlson1-0/+5
2009-11-02tg3 / broadcom: Add APD support for GPHYsMatt Carlson1-9/+42
2009-11-02tg3 / broadcom: Add code to disable rxc refclkMatt Carlson1-0/+43
2009-11-02tg3 / broadcom: Refine AC131 APD supportMatt Carlson1-3/+5
2009-11-02tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson1-0/+6