summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/marvell.c
Commit message (Expand)AuthorAgeFilesLines
...
* net: phy: marvell: use positive logic for link stateRussell King2019-12-191-4/+3
* net: phy: marvell: initialise link partner state earlierRussell King2019-12-191-20/+5
* net: phy: marvell: rearrange to use genphy_read_lpa()Russell King2019-12-191-34/+32
* net: phy: provide and use genphy_read_status_fixed()Russell King2019-12-191-15/+4
* net: phy: use phy_resolve_aneg_pause()Russell King2019-12-191-4/+1
* net: phy: marvell: add downshift support for 88E1145Heiner Kallweit2019-10-301-0/+3
* net: phy: marvell: add PHY tunable support for more PHY versionsHeiner Kallweit2019-10-291-0/+12
* net: phy: marvell: add downshift support for M88E1111Heiner Kallweit2019-10-291-0/+64
* net: phy: marvell: fix downshift function namingHeiner Kallweit2019-10-291-15/+15
* net: phy: marvell: fix typo in constant MII_M1011_PHY_SRC_DOWNSHIFT_MASKHeiner Kallweit2019-10-291-4/+4
* net: phy: marvell: remove superseded function marvell_set_downshiftHeiner Kallweit2019-10-211-53/+35
* net: phy: marvell: support downshift as PHY tunableHeiner Kallweit2019-10-211-1/+87
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-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-151-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-081-16/+0
|\
| * Revert "net: phy: marvell: avoid pause mode on SGMII-to-Copper for 88e151x"Russell King2019-02-021-16/+0
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-6/+1
|/
* net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn2019-01-151-1/+1
* net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn2019-01-151-1/+34
* phy: marvell: Rename mii_lpa_to_linkmode_lpa_tAndrew Lunn2018-12-051-11/+11
* net: mii: Rename mii_stat1000_to_linkmode_lpa_tAndrew Lunn2018-12-051-1/+1
* net: phy: marvell: remove set but not used variable 'pause'YueHaibing2018-11-111-2/+0
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-14/+12
* 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/+0
* net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn2018-10-011-1/+1
* net: phy: Add phydev_warn()Andrew Lunn2018-10-011-1/+1
* net: phy: marvell: Fix build.David S. Miller2018-09-251-1/+1
* net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli2018-09-251-42/+21
* 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-271-4/+1
* net: phy: marvell: clear wol event before setting itJingju Hou2018-04-231-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-041-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/+9
* net: phy: convert read-modify-write to phy_modify()Russell King2018-01-031-55/+33
* net: phy: marvell: fix paged access racesRussell King2018-01-031-217/+137
* 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-161-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/+0
|/