summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-291-0/+8
|\
| * net: phy: add workaround for issue where PHY driver doesn't bind to the deviceHeiner Kallweit2018-11-281-0/+8
* | net: phy: check for implementation of both callbacks in phy_drv_supports_irqHeiner Kallweit2018-11-171-1/+1
* | net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-4/+4
* | net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-60/+115
* | net: phy: simplify phy_mac_interrupt and related functionsHeiner Kallweit2018-11-111-1/+0Star
* | net: phy: replace PHY_HAS_INTERRUPT with a check for config_intr and ack_inte...Heiner Kallweit2018-11-111-2/+6
|/
* net: phy: phy_support_sym_pause: Clear Asym PauseAndrew Lunn2018-10-231-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-041-3/+9
|\
| * net: phy: fix WoL handling when suspending the PHYHeiner Kallweit2018-09-271-3/+9
| * Revert "net: phy: fix WoL handling when suspending the PHY"David S. Miller2018-09-271-26/+16Star
| * net: phy: fix WoL handling when suspending the PHYHeiner Kallweit2018-09-271-16/+26
* | net: phy: Replace phy driver features u32 with link_mode bitmapAndrew Lunn2018-10-021-7/+157
* | net: phy: Add phydev_info()Andrew Lunn2018-10-021-2/+2
* | net: phy: Stop with excessive soft resetFlorian Fainelli2018-09-261-2/+0Star
* | net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn2018-09-131-0/+20
* | net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn2018-09-131-0/+23
* | net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn2018-09-131-0/+30
* | net: ethernet: Add helper for MACs which support pauseAndrew Lunn2018-09-131-0/+14
* | net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn2018-09-131-0/+13
* | net: ethernet: Add helper to remove a supported link modeAndrew Lunn2018-09-131-0/+18
|/
* net: phy: add GBit master / slave error detectionHeiner Kallweit2018-07-241-0/+8
* net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit2018-07-051-5/+2Star
* 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-201-4/+11
* | net: phy: set link state to down when creating the phy_deviceHeiner Kallweit2018-03-131-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/+9Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-171-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/+0Star
|/
* net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven2017-09-221-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-021-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-071-0/+1
* | net: phy: provide a hook for link up/link down eventsRussell King2017-08-071-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-071-86/+19Star
* net: phy: add 802.3 clause 45 support to phylibRussell King2017-06-071-14/+6Star
* net: phy: Relax error checking on sysfs_create_link()Florian Fainelli2017-05-281-8/+22
* net: phy: Create sysfs reciprocal links for attached_dev/phydevFlorian Fainelli2017-05-261-0/+11