summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: ptp: move PTP classifier in its own fileDaniel Borkmann2014-04-011-0/+1
* phy/at8031: enable at8031 to work on interrupt modeZhao Qiang2014-03-291-0/+30
* net: sun4i: remove empty MDIO bus reset functionFlorian Fainelli2014-03-281-6/+0Star
* net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTERFlorian Fainelli2014-03-261-1/+1
* net: phy: bcm7xxx: fix spurious MDIO failures during workaroundFlorian Fainelli2014-03-261-15/+15
* net: phy: bcm7xxx: define constants for our registersFlorian Fainelli2014-03-261-11/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-261-2/+1Star
|\
| * net: phy: fix uninitalized ethtool_wolinfo in phy_suspendSebastian Hesselbarth2014-03-151-2/+1Star
* | dp83640: let the periodic pin from the module parameter be a default.Richard Cochran2014-03-211-6/+13
* | dp83640: let external input pins from the module parameters be defaults.Richard Cochran2014-03-211-1/+4
* | dp83640: implement programmable pin functions.Richard Cochran2014-03-211-0/+52
* | dp83640: correct the periodic output frequencyRichard Cochran2014-03-211-5/+6
* | dp83640: trivial fixesRichard Cochran2014-03-211-3/+3
* | micrel: fix masking off LED bitsSergei Shtylyov2014-03-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-151-5/+6
|\|
| * phy: fix compiler array bounds warning on settings[]Bjorn Helgaas2014-03-061-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-7/+9
|\|
| * phy: unmask link partner capabilitiesCristian Bercaru2014-02-261-7/+9
* | phy: micrel: add of configuration for LED modeBen Dooks2014-02-261-4/+45
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-02-191-5/+8
|\|
| * net:phy:dp83640: Move all HW initialization to dp83640_config_initStefan Sørensen2014-02-141-5/+8
* | net: phy: allow PHY drivers to implement their own software resetFlorian Fainelli2014-02-171-2/+14
* | net: phy: move PHY software reset to genphy_soft_resetFlorian Fainelli2014-02-171-5/+22
* | net: phy: add Broadcom BCM7xxx internal PHY driverFlorian Fainelli2014-02-143-0/+350
* | net: phy: broadcom: extract register definitionsFlorian Fainelli2014-02-141-52/+0Star
* | net: phy: update port type for MoCA PHYsFlorian Fainelli2014-02-141-1/+4
* | net: phy: expose phydev->has_fixups to sysfsFlorian Fainelli2014-02-131-0/+10
* | net: phy: add "has_fixups" boolean propertyFlorian Fainelli2014-02-131-0/+1
* | net: phy: expose PHY device interface modeFlorian Fainelli2014-02-131-0/+10
* | net: phy: fix phy_{clear,config}_interrupt comment typosFlorian Fainelli2014-02-131-2/+2
* | net: phy: allow driver to implement their own aneg_doneFlorian Fainelli2014-02-132-3/+7
* | net: phy: add genphy_aneg_done()Florian Fainelli2014-02-132-3/+17
* | net: phy: display human readable PHY speed settingsFlorian Fainelli2014-02-131-2/+22
* | net: phy: update phy_print_status to show pause settingsFlorian Fainelli2014-02-131-2/+4
* | net: phy: use network device in phy_print_statusFlorian Fainelli2014-02-131-3/+2Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-113-20/+40
|\
| * net: phy: sunxi: Add new compatiblesMaxime Ripard2014-02-071-0/+3
| * net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli2014-02-051-14/+24
| * net:phy:dp83640: Initialize PTP clocks at device init.Stefan Sørensen2014-02-051-5/+8
| * net:phy:dp83640: Do not hardcode timestamping event edgeStefan Sørensen2014-02-051-1/+4
| * net:phy:dp83640: Declare that TX timestamping possibleStefan Sørensen2014-02-051-0/+1
* | drivers/net/phy/mdio_bus.c: call put_device on device_register() failureLevente Kurusa2014-01-311-0/+1
|/
* phy: cleanup 10g codestephen hemminger2014-01-201-20/+4Star
* drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-168-8/+0Star
* phylib: Support attaching to generic 10g driverAndy Fleming2014-01-131-13/+9Star
* phylib: Add generic 10G driverAndy Fleming2014-01-131-0/+81
* phylib: turn genphy_driver to an arrayShaohui Xie2014-01-131-8/+21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-4/+2Star
|\
| * phy: IRQ cannot be sharedSergei Shtylyov2013-12-301-4/+2Star
* | phylib: make phy_scan_fixups() staticSergei Shtylyov2014-01-051-2/+1Star