summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: add struct device_type representation of a PHYHeiner Kallweit2018-06-051-46/+50
* net: phy: allow scanning busses with missing physAlexandre Belloni2018-04-251-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-4/+28
|\
| * net: phy: Add general dummy stubs for MMD register accessKevin Hao2018-03-221-0/+17
| * net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko2018-03-191-4/+11
* | net: phy: set link state to down when creating the phy_deviceHeiner Kallweit2018-03-121-1/+1
|/
* net: phy: Restore phy_resume() locking assumptionAndrew Lunn2018-02-271-5/+13
* net: phy: fix wrong mask to phy_modify()Ingo van Lil2018-02-121-1/+1
* phy: use new helpers phy_set_bits/phy_clear_bits in phylibHeiner Kallweit2018-01-161-2/+2
* net: phy: fix wrong masks to phy_modify()Russell King2018-01-081-3/+3
* net: phy: convert read-modify-write to phy_modify()Russell King2018-01-031-41/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-4/+6
|\
| * net: phy: fix resume handlingRussell King2017-12-131-4/+6
* | phylib: add reset after clk enable supportRichard Leitner2017-12-131-0/+24
* | phylib: Add device reset GPIO supportSergei Shtylyov2017-12-051-2/+30
* | net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-2/+0
|/
* net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven2017-09-211-1/+1
* net: stmmac: Delete dead code for MDIO registrationRomain Perier2017-09-051-3/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-2/+4
|\
| * net: phy: Deal with unbound PHY driver in phy_attached_print()Florian Fainelli2017-08-221-2/+4
* | phylink: add phylink infrastructureRussell King2017-08-061-0/+1
* | net: phy: provide a hook for link up/link down eventsRussell King2017-08-061-0/+14
|/
* net: phy: Add phy loopback support in net phy frameworkLin Yun Sheng2017-07-031-0/+51
* net: phy: split out 10G genphy supportRussell King2017-06-061-86/+19
* net: phy: add 802.3 clause 45 support to phylibRussell King2017-06-061-14/+6
* net: phy: Relax error checking on sysfs_create_link()Florian Fainelli2017-05-271-8/+22
* net: phy: Create sysfs reciprocal links for attached_dev/phydevFlorian Fainelli2017-05-261-0/+11
* net: phy: put genphy_config_init's EXPORT_SYMBOL directly after the functionUwe Kleine-König2017-05-251-1/+1
* net: phy: switch remaining users to phy_(read|write)_mmd()Russell King2017-03-221-2/+2
* net: phy: Do not perform software reset for Generic PHYFlorian Fainelli2017-03-051-1/+1
* net: phy: Check phydev->drvFlorian Fainelli2017-02-201-3/+3
* net: phy: Fix PHY unbind crashFlorian Fainelli2017-02-201-0/+2
* net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli2017-02-091-8/+20
* net: phy: Fix lack of reference count on PHY driverMao Wenan2017-02-021-0/+7
* net: phy: use boolean dt properties for eee broken modesjbrunet2016-12-201-3/+15
* net: phy: fix sign type error in genphy_config_eee_advertjbrunet2016-12-201-2/+2
* net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi2016-12-101-0/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-3/+13
|\
| * phy: Don't increment MDIO bus refcount unless it's a different ownerFlorian Fainelli2016-12-071-3/+13
* | phy: add phy fixup unregister functionsWoojung.Huh@microchip.com2016-12-081-0/+47
* | net: phy: Fix use after free in phy_detach()Geert Uytterhoeven2016-11-291-2/+2
* | net: phy: add an option to disable EEE advertisementjbrunet2016-11-291-9/+71
* | phy: fix error case of phy_led_triggers_(un)registerWoojung Huh2016-11-251-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+2
|\|
| * phy: fix device reference leaksJohan Hovold2016-11-071-0/+2
* | net: phy: leds: add support for led triggers on phy link state changeZach Brown2016-10-181-0/+5
* | net: phy: Threaded interrupts allow some simplificationAndrew Lunn2016-10-171-1/+1
|/
* Revert "phy: add support for a reset-gpio specification"Fabio Estevam2016-05-201-8/+0
* phy: add support for a reset-gpio specificationUwe Kleine-König2016-05-161-0/+8
* phylib: don't return NULL from get_phy_device()Sergei Shtylyov2016-04-261-1/+1