summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* phy: realtek: use new helpers for paged register accessHeiner Kallweit2018-01-161-45/+14Star
* phy: use new helpers phy_set_bits/phy_clear_bits in phylibHeiner Kallweit2018-01-161-2/+2
* net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit2018-01-151-7/+3Star
* net: phy: Have __phy_modify return 0 on successAndrew Lunn2018-01-151-7/+6Star
* net: phy: mdio-bcm-unimac: fix potential NULL dereference in unimac_mdio_probe()Wei Yongjun2018-01-111-0/+2
* net: phy: marvell: mv88e6390 temperature sensor readingAndrew Lunn2018-01-101-1/+150
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-093-6/+11
|\
| * mdio-sun4i: Fix a memory leakChristophe JAILLET2018-01-081-2/+4
| * phylink: mark expected switch fall-throughs in phylink_mii_ioctlGustavo A. R. Silva2018-01-081-0/+2
| * sfp: fix sfp-bus oops when removing socket/upstreamRussell King2018-01-021-2/+4
| * phylink: ensure we report link down when LOS assertedRussell King2018-01-021-2/+1Star
* | net: phy: fix wrong masks to phy_modify()Russell King2018-01-084-15/+14Star
* | net: mdio: Only perform gpio reset for PHYsAndrew Lunn2018-01-031-4/+17
* | net: phy: convert read-modify-write to phy_modify()Russell King2018-01-033-112/+46Star
* | net: phy: add phy_modify() accessorRussell King2018-01-031-0/+23
* | net: phy: marvell: fix paged access racesRussell King2018-01-031-217/+137Star
* | net: phy: add paged phy register accessorsRussell King2018-01-031-0/+157
* | net: phy: add unlocked accessorsRussell King2018-01-031-0/+25
* | net: phy: use unlocked accessors for indirect MMD accessesRussell King2018-01-031-5/+6
* | net: mdiobus: add unlocked accessorsRussell King2018-01-031-12/+53
* | net: phy: fixed-phy: remove fixed_phy_update_state()Russell King2018-01-031-31/+0Star
* | phylink: remove 'mode' variable from phylink_sfp_module_insert()Russell King2018-01-031-7/+8
* | sfp: improve support for direct-attach copper cablesRussell King2018-01-031-7/+44
* | sfp: add support for 1000Base-PX and 1000Base-BX10Russell King2018-01-031-0/+21
* | sfp: don't guess support from connector typeRussell King2018-01-031-29/+0Star
* | sfp: use precision to print non-null terminated stringsRussell King2018-01-031-18/+6Star
* | net: phy: marvell10g: add support for half duplex 100M and 10MRussell King2018-01-021-25/+12Star
* | net: phy: add helper to convert negotiation result to phy settingsRussell King2018-01-021-0/+43
* | net: phy: marvell10g: clean up interface mode switchingRussell King2018-01-021-16/+20
* | net: phy: marvell10g: add MDI swap reportingRussell King2018-01-022-0/+64
* | net: phy: marvell10g: update header commentsRussell King2018-01-021-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-0/+3
|\|
| * net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaroundGrygorii Strashko2017-12-261-0/+1
| * phylink: ensure AN is enabledRussell King2017-12-261-0/+1
| * phylink: ensure the PHY interface mode is appropriately setRussell King2017-12-261-0/+1
* | phylib: rename reset-(post-)delay-us to reset-(de)assert-usRichard Leitner2017-12-271-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-222-7/+29
|\|
| * net: phy: xgene: disable clk on error pathsAlexey Khoroshilov2017-12-181-6/+15
| * 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
* | phylink: avoid attaching more than one PHYRussell King2017-12-211-0/+3
* | phylink: fix locking assertsRussell King2017-12-181-17/+17
* | sfp: fix EEPROM reading in the case of non-SFF8472 SFPsRussell King2017-12-181-4/+3Star
* | sfp: fix non-detection of PHYRussell King2017-12-181-4/+4
* | net: phy: meson-gxl: join the authorsJerome Brunet2017-12-181-0/+1
* | net: phy: meson-gxl: add interrupt supportJerome Brunet2017-12-181-1/+36
* | net: phy: meson-gxl: leave CONFIG_A6 untouchedJerome Brunet2017-12-181-9/+0Star
* | net: phy: meson-gxl: use genphy_config_initJerome Brunet2017-12-181-1/+1
* | net: phy: meson-gxl: add read and write helpers for banked registersJerome Brunet2017-12-181-61/+69
* | net: phy: meson-gxl: define control registersJerome Brunet2017-12-181-20/+66