aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/bcm-phy-lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-30net: phy: broadcom: Only advertise EEE for supported modesFlorian Fainelli1-3/+10
2020-11-05net: phy: broadcom: remove use of ack_interrupt()Ioana Ciornei1-4/+14
2020-11-05net: phy: broadcom: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+31
2020-06-01net: phy: broadcom: don't export RDB/legacy access methodsMichael Walle1-4/+2
2020-05-13net: phy: broadcom: add cable test supportMichael Walle1-0/+189
2020-05-13net: phy: broadcom: add bcm_phy_modify_exp()Michael Walle1-0/+32
2020-05-13net: phy: broadcom: add exp register access methods without buslockMichael Walle1-7/+31
2020-04-22net: phy: broadcom: add helper to write/read RDB registersMichael Walle1-0/+80
2020-03-27net: phy: bcm7xx: add jumbo frame configuration to PHYMurali Krishna Policharla1-0/+22
2019-03-21net: phy: Prepare for moving Omega out of bcm7xxxFlorian Fainelli1-0/+52
2019-01-22net: phy: Remove redundent License text when SPDX header is presentAndrew Lunn1-5/+0
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-4/+1
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-23net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli1-1/+1
2018-04-27drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang1-5/+1
2018-03-06net: phy: broadcom: Use strlcpy() for ethtool::get_stringsFlorian Fainelli1-2/+2
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King1-8/+4
2017-03-13net: phy: bcm-phylib: replace obsolete EEE macro referencesDoug Berger1-3/+3
2016-11-30net: phy: broadcom: Add support code for reading PHY countersFlorian Fainelli1-0/+70
2016-11-24net: phy: broadcom: Allow enabling or disabling of EEEFlorian Fainelli1-4/+10
2016-11-24net: phy: broadcom: Add support code for downshift/WirespeedFlorian Fainelli1-0/+86
2016-11-24net: phy: broadcom: Move bcm54xx_auxctl_{read, write} to common libraryFlorian Fainelli1-0/+17
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn1-4/+4
2015-10-18net: phy: bcm-phy-lib: Fix module license issueArun Parameswaran1-0/+5
2015-10-08net: phy: Add Broadcom phy library for common interfacesArun Parameswaran1-0/+208