aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18sfp: fix oops with ethtool -mRussell King1-2/+2
2018-09-04net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn1-4/+16
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
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-24net: phy: add GBit master / slave error detectionHeiner Kallweit1-0/+8
2018-07-21net: phy: sfp: Do not use "imply HWMON"Guenter Roeck1-1/+1
2018-07-21net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_privHeiner Kallweit1-1/+1
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3-32/+64
2018-07-18net: phy: Drop OF dependency for MDIO_BCM_UNIMACFlorian Fainelli1-1/+1
2018-07-18net: phy: realtek: Support RTL8366RB variantLinus Walleij1-0/+31
2018-07-18net: phy: sfp: Add HWMON support for module sensorsAndrew Lunn2-0/+728
2018-07-16net: phy: realtek: add missing entry for RTL8211C to mdio_device_id tableHeiner Kallweit1-0/+1
2018-07-16net: phy: add phy_speed_down and phy_speed_upHeiner Kallweit1-0/+78
2018-07-16net: phy: add helper phy_config_anegHeiner Kallweit1-4/+9
2018-07-11sfp: fix module initialisation with netdev already upRussell King1-2/+2
2018-07-11sfp: ensure we clean up properly on bus registration failureRussell King1-7/+24
2018-07-05net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit1-5/+2
2018-07-04net: phy: marvell: change default m88e1510 LED configurationWang Dongsheng1-18/+36
2018-07-04net: phy: vitesse: Add support for VSC73xxLinus Walleij1-0/+175
2018-07-03net: phy: DP83TC811: Fix SGMII enable/disableDan Murphy1-11/+9
2018-07-03net: phy: DP83TC811: Add INT_STAT3Dan Murphy1-0/+26
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-07-02net: phy: realtek: add support for RTL8211CHeiner Kallweit1-0/+17
2018-07-02net: phy: realtek: add missing entry for RTL8211 to mdio_device_id tableHeiner Kallweit1-0/+1
2018-06-30net: phy: DP83TC811: Fix disabling interruptsDan Murphy1-1/+1
2018-06-30net: phy: realtek: add support for RTL8211Heiner Kallweit1-0/+30
2018-06-28net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier1-1/+4
2018-06-28net: phy: xgmiitorgmii: Use correct mdio busBrandon Maier1-4/+6
2018-06-28net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier1-0/+5
2018-06-26mdio-mux-gpio: Remove VLA usageKees Cook1-8/+14
2018-06-24net: phy: fixed-phy: Make the error path simplerFabio Estevam1-5/+2
2018-06-23net: phy: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+2
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+0
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-3/+3
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+3
2018-06-12net: phy: mdio-gpio: Cut surplus includesLinus Walleij1-3/+0