Age | Commit message (Expand) | Author | Files | Lines |
2014-05-16 | net: phy: resume phydev when going to RESUMING | Zhangfei Gao | 1 | -7/+9 |
2014-05-16 | net: phy: Don't call phy_resume if phy_init_hw failed | Guenter Roeck | 1 | -2/+2 |
2014-05-09 | net: mdio-gpio: warn about missing bus alias id | Johan Hovold | 1 | -0/+4 |
2014-05-02 | net phy: Check for aneg completion before setting state to PHY_RUNNING | Balakumaran Kannan | 1 | -0/+11 |
2014-04-23 | net/phy: micrel: fix bugged test on device tree loading for ksz9021 | Hubert Chaumette | 1 | -3/+3 |
2014-04-16 | net: mdio-gpio: Add support for separate MDI and MDO gpio pins | Guenter Roeck | 1 | -3/+31 |
2014-04-16 | net: mdio-gpio: Add support for active low gpio pins | Guenter Roeck | 1 | -6/+13 |
2014-04-16 | net: mdio-gpio: Use devm_ functions where possible | Guenter Roeck | 1 | -14/+5 |
2014-04-09 | net phylib: Remove unnecessary condition check in phy | Balakumaran Kannan | 1 | -5/+1 |
2014-04-04 | net: Micrel KSZ8864RMN 4-port managed switch support | Philipp Zabel | 1 | -12/+40 |
2014-04-02 | net: ptp: move PTP classifier in its own file | Daniel Borkmann | 1 | -0/+1 |
2014-03-30 | phy/at8031: enable at8031 to work on interrupt mode | Zhao Qiang | 1 | -0/+30 |
2014-03-28 | net: sun4i: remove empty MDIO bus reset function | Florian Fainelli | 1 | -6/+0 |
2014-03-27 | net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTER | Florian Fainelli | 1 | -1/+1 |
2014-03-27 | net: phy: bcm7xxx: fix spurious MDIO failures during workaround | Florian Fainelli | 1 | -15/+15 |
2014-03-27 | net: phy: bcm7xxx: define constants for our registers | Florian Fainelli | 1 | -11/+27 |
2014-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2014-03-21 | dp83640: let the periodic pin from the module parameter be a default. | Richard Cochran | 1 | -6/+13 |
2014-03-21 | dp83640: let external input pins from the module parameters be defaults. | Richard Cochran | 1 | -1/+4 |
2014-03-21 | dp83640: implement programmable pin functions. | Richard Cochran | 1 | -0/+52 |
2014-03-21 | dp83640: correct the periodic output frequency | Richard Cochran | 1 | -5/+6 |
2014-03-21 | dp83640: trivial fixes | Richard Cochran | 1 | -3/+3 |
2014-03-20 | micrel: fix masking off LED bits | Sergei Shtylyov | 1 | -1/+1 |
2014-03-15 | net: phy: fix uninitalized ethtool_wolinfo in phy_suspend | Sebastian Hesselbarth | 1 | -2/+1 |
2014-03-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
2014-03-07 | phy: fix compiler array bounds warning on settings[] | Bjorn Helgaas | 1 | -5/+6 |
2014-03-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -7/+9 |
2014-02-27 | phy: micrel: add of configuration for LED mode | Ben Dooks | 1 | -4/+45 |
2014-02-26 | phy: unmask link partner capabilities | Cristian Bercaru | 1 | -7/+9 |
2014-02-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+8 |
2014-02-18 | net: phy: allow PHY drivers to implement their own software reset | Florian Fainelli | 1 | -2/+14 |
2014-02-18 | net: phy: move PHY software reset to genphy_soft_reset | Florian Fainelli | 1 | -5/+22 |
2014-02-14 | net: phy: add Broadcom BCM7xxx internal PHY driver | Florian Fainelli | 3 | -0/+350 |
2014-02-14 | net: phy: broadcom: extract register definitions | Florian Fainelli | 1 | -52/+0 |
2014-02-14 | net: phy: update port type for MoCA PHYs | Florian Fainelli | 1 | -1/+4 |
2014-02-14 | net:phy:dp83640: Move all HW initialization to dp83640_config_init | Stefan Sørensen | 1 | -5/+8 |
2014-02-13 | net: phy: expose phydev->has_fixups to sysfs | Florian Fainelli | 1 | -0/+10 |
2014-02-13 | net: phy: add "has_fixups" boolean property | Florian Fainelli | 1 | -0/+1 |
2014-02-13 | net: phy: expose PHY device interface mode | Florian Fainelli | 1 | -0/+10 |
2014-02-13 | net: phy: fix phy_{clear,config}_interrupt comment typos | Florian Fainelli | 1 | -2/+2 |
2014-02-13 | net: phy: allow driver to implement their own aneg_done | Florian Fainelli | 2 | -3/+7 |
2014-02-13 | net: phy: add genphy_aneg_done() | Florian Fainelli | 2 | -3/+17 |
2014-02-13 | net: phy: display human readable PHY speed settings | Florian Fainelli | 1 | -2/+22 |
2014-02-13 | net: phy: update phy_print_status to show pause settings | Florian Fainelli | 1 | -2/+4 |
2014-02-13 | net: phy: use network device in phy_print_status | Florian Fainelli | 1 | -3/+2 |
2014-02-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 3 | -20/+40 |
2014-02-07 | net: phy: sunxi: Add new compatibles | Maxime Ripard | 1 | -0/+3 |
2014-02-05 | net: phy: ensure Gigabit features are masked off if requested | Florian Fainelli | 1 | -14/+24 |
2014-02-05 | net:phy:dp83640: Initialize PTP clocks at device init. | Stefan Sørensen | 1 | -5/+8 |
2014-02-05 | net:phy:dp83640: Do not hardcode timestamping event edge | Stefan Sørensen | 1 | -1/+4 |