aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2014-04-23net/phy: micrel: fix bugged test on device tree loading for ksz9021Gravatar Hubert Chaumette 1-3/+3
2014-04-16net: mdio-gpio: Add support for separate MDI and MDO gpio pinsGravatar Guenter Roeck 1-3/+31
2014-04-16net: mdio-gpio: Add support for active low gpio pinsGravatar Guenter Roeck 1-6/+13
2014-04-16net: mdio-gpio: Use devm_ functions where possibleGravatar Guenter Roeck 1-14/+5
2014-04-09net phylib: Remove unnecessary condition check in phyGravatar Balakumaran Kannan 1-5/+1
2014-04-03net: Micrel KSZ8864RMN 4-port managed switch supportGravatar Philipp Zabel 1-12/+40
2014-04-01net: ptp: move PTP classifier in its own fileGravatar Daniel Borkmann 1-0/+1
2014-03-29phy/at8031: enable at8031 to work on interrupt modeGravatar Zhao Qiang 1-0/+30
2014-03-28net: sun4i: remove empty MDIO bus reset functionGravatar Florian Fainelli 1-6/+0
2014-03-26net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTERGravatar Florian Fainelli 1-1/+1
2014-03-26net: phy: bcm7xxx: fix spurious MDIO failures during workaroundGravatar Florian Fainelli 1-15/+15
2014-03-26net: phy: bcm7xxx: define constants for our registersGravatar Florian Fainelli 1-11/+27
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+1
2014-03-21dp83640: let the periodic pin from the module parameter be a default.Gravatar Richard Cochran 1-6/+13
2014-03-21dp83640: let external input pins from the module parameters be defaults.Gravatar Richard Cochran 1-1/+4
2014-03-21dp83640: implement programmable pin functions.Gravatar Richard Cochran 1-0/+52
2014-03-21dp83640: correct the periodic output frequencyGravatar Richard Cochran 1-5/+6
2014-03-21dp83640: trivial fixesGravatar Richard Cochran 1-3/+3
2014-03-19micrel: fix masking off LED bitsGravatar Sergei Shtylyov 1-1/+1
2014-03-14net: phy: fix uninitalized ethtool_wolinfo in phy_suspendGravatar Sebastian Hesselbarth 1-2/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+6
2014-03-06phy: fix compiler array bounds warning on settings[]Gravatar Bjorn Helgaas 1-5/+6
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-7/+9
2014-02-26phy: micrel: add of configuration for LED modeGravatar Ben Dooks 1-4/+45
2014-02-25phy: unmask link partner capabilitiesGravatar Cristian Bercaru 1-7/+9
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+8
2014-02-17net: phy: allow PHY drivers to implement their own software resetGravatar Florian Fainelli 1-2/+14
2014-02-17net: phy: move PHY software reset to genphy_soft_resetGravatar Florian Fainelli 1-5/+22
2014-02-14net: phy: add Broadcom BCM7xxx internal PHY driverGravatar Florian Fainelli 3-0/+350
2014-02-14net: phy: broadcom: extract register definitionsGravatar Florian Fainelli 1-52/+0
2014-02-14net: phy: update port type for MoCA PHYsGravatar Florian Fainelli 1-1/+4
2014-02-13net:phy:dp83640: Move all HW initialization to dp83640_config_initGravatar Stefan Sørensen 1-5/+8
2014-02-12net: phy: expose phydev->has_fixups to sysfsGravatar Florian Fainelli 1-0/+10
2014-02-12net: phy: add "has_fixups" boolean propertyGravatar Florian Fainelli 1-0/+1
2014-02-12net: phy: expose PHY device interface modeGravatar Florian Fainelli 1-0/+10
2014-02-12net: phy: fix phy_{clear,config}_interrupt comment typosGravatar Florian Fainelli 1-2/+2
2014-02-12net: phy: allow driver to implement their own aneg_doneGravatar Florian Fainelli 2-3/+7
2014-02-12net: phy: add genphy_aneg_done()Gravatar Florian Fainelli 2-3/+17
2014-02-12net: phy: display human readable PHY speed settingsGravatar Florian Fainelli 1-2/+22
2014-02-12net: phy: update phy_print_status to show pause settingsGravatar Florian Fainelli 1-2/+4
2014-02-12net: phy: use network device in phy_print_statusGravatar Florian Fainelli 1-3/+2
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-20/+40
2014-02-06net: phy: sunxi: Add new compatiblesGravatar Maxime Ripard 1-0/+3
2014-02-04net: phy: ensure Gigabit features are masked off if requestedGravatar Florian Fainelli 1-14/+24
2014-02-04net:phy:dp83640: Initialize PTP clocks at device init.Gravatar Stefan Sørensen 1-5/+8
2014-02-04net:phy:dp83640: Do not hardcode timestamping event edgeGravatar Stefan Sørensen 1-1/+4
2014-02-04net:phy:dp83640: Declare that TX timestamping possibleGravatar Stefan Sørensen 1-0/+1
2014-01-30drivers/net/phy/mdio_bus.c: call put_device on device_register() failureGravatar Levente Kurusa 1-0/+1
2014-01-19phy: cleanup 10g codeGravatar stephen hemminger 1-20/+4
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 8-8/+0