summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/marvell.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-2/+4
|\
| * net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn2019-04-261-2/+4
* | net: phy: marvell: add new default led configure for m88e151xJian Shen2019-04-231-1/+5
* | net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-161-14/+14
* | net: phy: marvell: add PHY tunable fast link down support for 88E1540Heiner Kallweit2019-03-271-0/+108
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-16/+0Star
|\
| * Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King2019-02-031-16/+0Star
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-6/+1Star
|/
* net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn2019-01-161-1/+1
* net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn2019-01-161-1/+34
* phy: marvell: Rename mii_lpa_to_linkmode_lpa_tAndrew Lunn2018-12-061-11/+11
* net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn2018-12-061-1/+1
* net: phy: marvell: remove set but not used variable 'pause'YueHaibing2018-11-121-2/+0Star
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-14/+12Star
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-20/+30
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-15/+0Star
* net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn2018-10-021-1/+1
* net: phy: Add phydev_warn()Andrew Lunn2018-10-021-1/+1
* net: phy: marvell: Fix build.David S. Miller2018-09-261-1/+1
* net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli2018-09-261-42/+21Star
* net: phy: marvell: Replace mdelay() with msleep() in m88e1116r_config_init()Jia-Ju Bai2018-07-271-1/+1
* net: phy: marvell: change default m88e1510 LED configurationWang Dongsheng2018-07-041-18/+36
* drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang2018-04-281-4/+1Star
* net: phy: marvell: clear wol event before setting itJingju Hou2018-04-241-0/+9
* net: phy: marvell: Enable interrupt function on LED2 pinEsben Haabendal2018-04-061-2/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-2/+2
|\
| * net: phy: marvell: Use strlcpy() for ethtool::get_stringsFlorian Fainelli2018-03-061-2/+2
* | net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King2018-03-051-1/+1
|/
* net: phy: marvell: mv88e6390 temperature sensor readingAndrew Lunn2018-01-101-1/+150
* net: phy: fix wrong masks to phy_modify()Russell King2018-01-081-10/+9Star
* net: phy: convert read-modify-write to phy_modify()Russell King2018-01-031-55/+33Star
* net: phy: marvell: fix paged access racesRussell King2018-01-031-217/+137Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-1/+14
|\
| * net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151xRussell King2017-12-181-0/+12
| * net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang2017-12-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-171-0/+4
|\|
| * net: phy: marvell: avoid configuring fiber page for SGMII-to-CopperRussell King2017-12-131-0/+4
* | net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-9/+0Star
|/
* net: phy: marvell: Only configure RGMII delays when using RGMIIAndrew Lunn2017-11-011-3/+5
* net: phy: marvell: logical vs bitwise OR typoDan Carpenter2017-08-041-1/+1
* net: phy: marvell: Refactor setting downshift into a helperAndrew Lunn2017-08-011-5/+19
* net: phy: marvell: Use the set_polarity helperAndrew Lunn2017-08-011-11/+14
* net: phy: marvell: Refactor m88e1121 RGMII delay configurationAndrew Lunn2017-08-011-29/+33
* net: phy: marvell: Consolidate setting the phy-modeAndrew Lunn2017-08-011-48/+40Star
* net: phy: marvell: consolidate RGMII delay codeAndrew Lunn2017-08-011-32/+22Star
* net: phy: marvell: Use core genphy_soft_reset()Andrew Lunn2017-08-011-35/+12Star
* net: phy: marvell: tabificationAndrew Lunn2017-08-011-15/+15
* net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng2017-07-031-0/+1
* net: phy: marvell: Show complete link partner advertisingThomas Bogendoerfer2017-06-121-7/+0Star
* net: phy: marvell: make some functions staticColin Ian King2017-06-051-3/+3