aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-0/+20
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn1-0/+23
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-0/+30
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn1-0/+14
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-0/+13
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-0/+18
2018-07-24net: phy: add GBit master / slave error detectionHeiner Kallweit1-0/+8
2018-07-05net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit1-5/+2
2018-06-05net: phy: add struct device_type representation of a PHYHeiner Kallweit1-46/+50
2018-04-25net: phy: allow scanning busses with missing physAlexandre Belloni1-1/+10
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+28
2018-03-22net: phy: Add general dummy stubs for MMD register accessKevin Hao1-0/+17
2018-03-19net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko1-4/+11
2018-03-12net: phy: set link state to down when creating the phy_deviceHeiner Kallweit1-1/+1
2018-02-27net: phy: Restore phy_resume() locking assumptionAndrew Lunn1-5/+13
2018-02-12net: phy: fix wrong mask to phy_modify()Ingo van Lil1-1/+1
2018-01-16phy: use new helpers phy_set_bits/phy_clear_bits in phylibHeiner Kallweit1-2/+2
2018-01-08net: phy: fix wrong masks to phy_modify()Russell King1-3/+3
2018-01-03net: phy: convert read-modify-write to phy_modify()Russell King1-41/+9
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2017-12-13net: phy: fix resume handlingRussell King1-4/+6
2017-12-13phylib: add reset after clk enable supportRichard Leitner1-0/+24
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov1-2/+30
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-2/+0
2017-09-21net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven1-1/+1
2017-09-05net: stmmac: Delete dead code for MDIO registrationRomain Perier1-3/+19
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-08-22net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli1-2/+4
2017-08-06phylink: add phylink infrastructureRussell King1-0/+1
2017-08-06net: phy: provide a hook for link up/link down eventsRussell King1-0/+14
2017-07-03net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng1-0/+51
2017-06-06net: phy: split out 10G genphy supportRussell King1-86/+19
2017-06-06net: phy: add 802.3 clause 45 support to phylibRussell King1-14/+6
2017-05-27net: phy: Relax error checking on sysfs_create_link()Florian Fainelli1-8/+22
2017-05-26net: phy: Create sysfs reciprocal links for attached_dev/phydevFlorian Fainelli1-0/+11
2017-05-25net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the functionUwe Kleine-König1-1/+1
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King1-2/+2
2017-03-05net: phy: Do not perform software reset for Generic PHYFlorian Fainelli1-1/+1
2017-02-20net: phy: Check phydev->drvFlorian Fainelli1-3/+3
2017-02-20net: phy: Fix PHY unbind crashFlorian Fainelli1-0/+2
2017-02-09net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli1-8/+20
2017-02-02net: phy: Fix lack of reference count on PHY driverMao Wenan1-0/+7
2016-12-20net: phy: use boolean dt properties for eee broken modesjbrunet1-3/+15
2016-12-20net: phy: fix sign type error in genphy_config_eee_advertjbrunet1-2/+2
2016-12-10net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi1-0/+19
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+13
2016-12-08phy: add phy fixup unregister functionsWoojung.Huh@microchip.com1-0/+47
2016-12-07phy: Don't increment MDIO bus refcount unless it's a different ownerFlorian Fainelli1-3/+13
2016-11-29net: phy: Fix use after free in phy_detach()Geert Uytterhoeven1-2/+2
2016-11-29net: phy: add an option to disable EEE advertisementjbrunet1-9/+71