aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/marvell.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-30net: phy: marvell: add downshift support for 88E1145Heiner Kallweit1-0/+3
2019-10-29net: phy: marvell: add PHY tunable support for more PHY versionsHeiner Kallweit1-0/+12
2019-10-29net: phy: marvell: add downshift support for M88E1111Heiner Kallweit1-0/+64
2019-10-29net: phy: marvell: fix downshift function namingHeiner Kallweit1-15/+15
2019-10-29net: phy: marvell: fix typo in constant MII_M1011_PHY_SRC_DOWNSHIFT_MASKHeiner Kallweit1-4/+4
2019-10-21net: phy: marvell: remove superseded function marvell_set_downshiftHeiner Kallweit1-53/+35
2019-10-21net: phy: marvell: support downshift as PHY tunableHeiner Kallweit1-1/+87
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2019-04-26net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn1-2/+4
2019-04-23net: phy: marvell: add new default led configure for m88e151xJian Shen1-1/+5
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-14/+14
2019-03-27net: phy: marvell: add PHY tunable fast link down support for 88E1540Heiner Kallweit1-0/+108
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+0
2019-02-02Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King1-16/+0
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-6/+1
2019-01-15net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn1-1/+1
2019-01-15net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn1-1/+34
2018-12-05phy: marvell: Rename mii_lpa_to_linkmode_lpa_tAndrew Lunn1-11/+11
2018-12-05net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn1-1/+1
2018-11-11net: phy: marvell: remove set but not used variable 'pause'YueHaibing1-2/+0
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn1-14/+12
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-20/+30
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-15/+0
2018-10-01net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn1-1/+1
2018-10-01net: phy: Add phydev_warn()Andrew Lunn1-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-07-27net: phy: marvell: Replace mdelay() with msleep() in m88e1116r_config_init()Jia-Ju Bai1-1/+1
2018-07-04net: phy: marvell: change default m88e1510 LED configurationWang Dongsheng1-18/+36
2018-04-27drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang1-4/+1
2018-04-23net: phy: marvell: clear wol event before setting itJingju Hou1-0/+9
2018-04-06net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal1-2/+18
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-03-06net: phy: marvell: Use strlcpy() for ethtool::get_stringsFlorian Fainelli1-2/+2
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King1-1/+1
2018-01-10net: phy: marvell: mv88e6390 temperature sensor readingAndrew Lunn1-1/+150
2018-01-08net: phy: fix wrong masks to phy_modify()Russell King1-10/+9
2018-01-03net: phy: convert read-modify-write to phy_modify()Russell King1-55/+33
2018-01-03net: phy: marvell: fix paged access racesRussell King1-217/+137
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+14
2017-12-18net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151xRussell King1-0/+12
2017-12-18net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang1-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-12-13net: phy: marvell: avoid configuring fiber page for SGMII-to-CopperRussell King1-0/+4
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-9/+0
2017-11-01net: phy: marvell: Only configure RGMII delays when using RGMIIAndrew Lunn1-3/+5
2017-08-04net: phy: marvell: logical vs bitwise OR typoDan Carpenter1-1/+1
2017-07-31net: phy: marvell: Refactor setting downshift into a helperAndrew Lunn1-5/+19
2017-07-31net: phy: marvell: Use the set_polarity helperAndrew Lunn1-11/+14
2017-07-31net: phy: marvell: Refactor m88e1121 RGMII delay configurationAndrew Lunn1-29/+33