aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-01net: phy: Convert to using %pOFn instead of device_node.nameRob Herring1-2/+2
2018-10-01net: phy: improve handling delayed workHeiner Kallweit1-14/+15
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn6-29/+171
2018-10-01net: phy: Add phydev_info()Andrew Lunn2-7/+8
2018-10-01net: phy: Add phydev_warn()Andrew Lunn5-24/+26
2018-10-01net: phy: Move linkmode helpers to somewhere publicAndrew Lunn1-27/+0
2018-09-28net: phy: mdio-bcm-unimac: mark PM functions as __maybe_unusedArnd Bergmann1-2/+2
2018-09-28phy: mscc: fix printf formatArnd Bergmann1-1/+1
2018-09-25net: phy: marvell: Fix build.David S. Miller1-1/+1
2018-09-25net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli1-42/+21
2018-09-25net: phy: Stop with excessive soft resetFlorian Fainelli1-2/+0
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-09-21net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli1-2/+81
2018-09-21net: phy: don't reschedule state machine when PHY is haltedHeiner Kallweit1-2/+6
2018-09-19net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart1-0/+3
2018-09-19net: phy: call state machine synchronously in phy_stopHeiner Kallweit1-0/+2
2018-09-18sfp: fix oops with ethtool -mRussell King1-2/+2
2018-09-17net: mdio: remove duplicated include from mdio_bus.cYueHaibing1-1/+0
2018-09-16net: phy: et011c: Remove incorrect PHY_POLL flagsFlorian Fainelli1-1/+0
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-0/+20
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn1-0/+23
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-0/+30
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn1-0/+14
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-0/+13
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-0/+18
2018-09-12net: phy: bcm63xx: Allow to be built with COMPILE_TESTAndrew Lunn1-1/+1
2018-09-12net: phy: et1011c: Remove incorrect missing 1000 HalfAndrew Lunn1-1/+1
2018-09-12net: phy: ste10Xp: Remove wrong SUPPORTED_PauseAndrew Lunn1-2/+2
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+16
2018-09-04net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn1-4/+16
2018-09-04net: phy: mscc: read 'vsc8531, led-%d-mode' as an u32Quentin Schulz1-6/+7
2018-09-04net: phy: mscc: read 'vsc8531, edge-slowdown' as an u32Quentin Schulz1-4/+3
2018-09-04net: phy: mscc: read 'vsc8531,vddmac' as an u32Quentin Schulz1-3/+3
2018-09-04net: phy: mscc: factorize function for getting LED mode from DTQuentin Schulz1-1/+19
2018-09-04net: phy: mscc: factorize code for LEDs modeQuentin Schulz1-36/+39
2018-08-11net: dp83640: Mark expected switch fall-throughsGustavo A. R. Silva1-1/+4
2018-08-09net: phy: sftp: print debug message with text, not numbersAndrew Lunn1-4/+72
2018-08-09phylink: add helper for configuring 2500BaseX modesRussell King1-0/+30
2018-08-07net: phy: Add support for Broadcom Omega internal Combo GPHYArun Parameswaran1-0/+2
2018-08-02net: phy: Add pm support to Broadcom iProc mdio mux driverArun Parameswaran1-0/+27
2018-08-02net: phy: Add support to configure clock in Broadcom iProc mdio muxArun Parameswaran1-2/+39
2018-08-02net: phy: Use devm api for mdio bus allocation in bcm iproc mdio muxArun Parameswaran1-5/+2
2018-08-02net: phy: Disable external master access in bcm mdio mux driverArun Parameswaran1-0/+15
2018-08-02net: phy: Fix the register offsets in Broadcom iProc mdio mux driverArun Parameswaran1-5/+15
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-30net: phy: mscc: the extended page access register is 16 bitsQuentin Schulz1-1/+1
2018-07-28net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev1-1/+1
2018-07-27net: phy: marvell: Replace mdelay() with msleep() in m88e1116r_config_init()Jia-Ju Bai1-1/+1
2018-07-25net: phy: add helper phy_polling_modeHeiner Kallweit1-4/+4
2018-07-25net: phy: prevent PHYs w/o Clause 22 regs from calling genphy_config_anegCamelia Groza1-2/+8