aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAge
* net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven2017-09-21
* net: stmmac: Delete dead code for MDIO registrationRomain Perier2017-09-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli2017-08-22
* | phylink: add phylink infrastructureRussell King2017-08-06
* | net: phy: provide a hook for link up/link down eventsRussell King2017-08-06
|/
* net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng2017-07-03
* net: phy: split out 10G genphy supportRussell King2017-06-06
* net: phy: add 802.3 clause 45 support to phylibRussell King2017-06-06
* net: phy: Relax error checking on sysfs_create_link()Florian Fainelli2017-05-27
* net: phy: Create sysfs reciprocal links for attached_dev/phydevFlorian Fainelli2017-05-26
* net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the functionUwe Kleine-König2017-05-25
* net: phy: switch remaining users to phy_(read|write)_mmd()Russell King2017-03-22
* net: phy: Do not perform software reset for Generic PHYFlorian Fainelli2017-03-05
* net: phy: Check phydev->drvFlorian Fainelli2017-02-20
* net: phy: Fix PHY unbind crashFlorian Fainelli2017-02-20
* net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli2017-02-09
* net: phy: Fix lack of reference count on PHY driverMao Wenan2017-02-02
* net: phy: use boolean dt properties for eee broken modesjbrunet2016-12-20
* net: phy: fix sign type error in genphy_config_eee_advertjbrunet2016-12-20
* net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi2016-12-10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-10
|\
| * phy: Don't increment MDIO bus refcount unless it's a different ownerFlorian Fainelli2016-12-07
* | phy: add phy fixup unregister functionsWoojung.Huh@microchip.com2016-12-08
* | net: phy: Fix use after free in phy_detach()Geert Uytterhoeven2016-11-29
* | net: phy: add an option to disable EEE advertisementjbrunet2016-11-29
* | phy: fix error case of phy_led_triggers_(un)registerWoojung Huh2016-11-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-15
|\|
| * phy: fix device reference leaksJohan Hovold2016-11-07
* | net: phy: leds: add support for led triggers on phy link state changeZach Brown2016-10-18
* | net: phy: Threaded interrupts allow some simplificationAndrew Lunn2016-10-17
|/
* Revert "phy: add support for a reset-gpio specification"Fabio Estevam2016-05-20
* phy: add support for a reset-gpio specificationUwe Kleine-König2016-05-16
* phylib: don't return NULL from get_phy_device()Sergei Shtylyov2016-04-26
* phy: make some bits preserved while setup forced modewangweidong2016-04-15
* phy: keep pause flags in phy driver featuresWoojung.Huh@microchip.com2016-02-17
* net: phy: turn carrier off on phy attachSjoerd Simons2016-01-15
* phy: remove an unneeded conditionDan Carpenter2016-01-12
* mdio: Abstract device_remove() and device_free()Andrew Lunn2016-01-07
* mdio: Add support for mdio drivers.Andrew Lunn2016-01-07
* phy: Move phy specific bus match into phy_deviceAndrew Lunn2016-01-07
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-07
* phy: Move PHY PM operations into phy_deviceAndrew Lunn2016-01-07
* phy_device: Move phy attributes into phy_deviceAndrew Lunn2016-01-07
* phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn2016-01-07
* phy: Add an mdio_device structureAndrew Lunn2016-01-07
* phy: Centralise print about attached phyAndrew Lunn2016-01-07
* phy: add phydev_name() wrapperAndrew Lunn2016-01-07
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-11-03
|\
| * net: phy: fix a bug in get_phy_c45_idsShaohui Xie2015-11-02