aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01net: ptp: move PTP classifier in its own fileDaniel Borkmann1-0/+1
2014-03-29phy/at8031: enable at8031 to work on interrupt modeZhao Qiang1-0/+30
2014-03-28net: sun4i: remove empty MDIO bus reset functionFlorian Fainelli1-6/+0
2014-03-26net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTERFlorian Fainelli1-1/+1
2014-03-26net: phy: bcm7xxx: fix spurious MDIO failures during workaroundFlorian Fainelli1-15/+15
2014-03-26net: phy: bcm7xxx: define constants for our registersFlorian Fainelli1-11/+27
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2014-03-21dp83640: let the periodic pin from the module parameter be a default.Richard Cochran1-6/+13
2014-03-21dp83640: let external input pins from the module parameters be defaults.Richard Cochran1-1/+4
2014-03-21dp83640: implement programmable pin functions.Richard Cochran1-0/+52
2014-03-21dp83640: correct the periodic output frequencyRichard Cochran1-5/+6
2014-03-21dp83640: trivial fixesRichard Cochran1-3/+3
2014-03-19micrel: fix masking off LED bitsSergei Shtylyov1-1/+1
2014-03-14net: phy: fix uninitalized ethtool_wolinfo in phy_suspendSebastian Hesselbarth1-2/+1
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2014-03-06phy: fix compiler array bounds warning on settings[]Bjorn Helgaas1-5/+6
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+9
2014-02-26phy: micrel: add of configuration for LED modeBen Dooks1-4/+45
2014-02-25phy: unmask link partner capabilitiesCristian Bercaru1-7/+9
2014-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2014-02-17net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli1-2/+14
2014-02-17net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli1-5/+22
2014-02-14net: phy: add Broadcom BCM7xxx internal PHY driverFlorian Fainelli3-0/+350
2014-02-14net: phy: broadcom: extract register definitionsFlorian Fainelli1-52/+0
2014-02-14net: phy: update port type for MoCA PHYsFlorian Fainelli1-1/+4
2014-02-13net:phy:dp83640: Move all HW initialization to dp83640_config_initStefan Sørensen1-5/+8
2014-02-12net: phy: expose phydev->has_fixups to sysfsFlorian Fainelli1-0/+10
2014-02-12net: phy: add "has_fixups" boolean propertyFlorian Fainelli1-0/+1
2014-02-12net: phy: expose PHY device interface modeFlorian Fainelli1-0/+10
2014-02-12net: phy: fix phy_{clear,config}_interrupt comment typosFlorian Fainelli1-2/+2
2014-02-12net: phy: allow driver to implement their own aneg_doneFlorian Fainelli2-3/+7
2014-02-12net: phy: add genphy_aneg_done()Florian Fainelli2-3/+17
2014-02-12net: phy: display human readable PHY speed settingsFlorian Fainelli1-2/+22
2014-02-12net: phy: update phy_print_status to show pause settingsFlorian Fainelli1-2/+4
2014-02-12net: phy: use network device in phy_print_statusFlorian Fainelli1-3/+2
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-20/+40
2014-02-06net: phy: sunxi: Add new compatiblesMaxime Ripard1-0/+3
2014-02-04net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-14/+24
2014-02-04net:phy:dp83640: Initialize PTP clocks at device init.Stefan Sørensen1-5/+8
2014-02-04net:phy:dp83640: Do not hardcode timestamping event edgeStefan Sørensen1-1/+4
2014-02-04net:phy:dp83640: Declare that TX timestamping possibleStefan Sørensen1-0/+1
2014-01-30drivers/net/phy/mdio_bus.c: call put_device on device_register() failureLevente Kurusa1-0/+1
2014-01-19phy: cleanup 10g codestephen hemminger1-20/+4
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker8-8/+0
2014-01-13phylib: Support attaching to generic 10g driverAndy Fleming1-13/+9
2014-01-13phylib: Add generic 10G driverAndy Fleming1-0/+81
2014-01-13phylib: turn genphy_driver to an arrayShaohui Xie1-8/+21
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2014-01-04phylib: make phy_scan_fixups() staticSergei Shtylyov1-2/+1
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov3-17/+6