summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2014-03-14net: phy: fix uninitalized ethtool_wolinfo in phy_suspendSebastian Hesselbarth-2/+1
2014-03-06phy: fix compiler array bounds warning on settings[]Bjorn Helgaas-5/+6
2014-02-25phy: unmask link partner capabilitiesCristian Bercaru-7/+9
2014-02-13net:phy:dp83640: Move all HW initialization to dp83640_config_initStefan Sørensen-5/+8
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-20/+40
2014-02-06net: phy: sunxi: Add new compatiblesMaxime Ripard-0/+3
2014-02-04net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli-14/+24
2014-02-04net:phy:dp83640: Initialize PTP clocks at device init.Stefan Sørensen-5/+8
2014-02-04net:phy:dp83640: Do not hardcode timestamping event edgeStefan Sørensen-1/+4
2014-02-04net:phy:dp83640: Declare that TX timestamping possibleStefan Sørensen-0/+1
2014-01-30drivers/net/phy/mdio_bus.c: call put_device on device_register() failureLevente Kurusa-0/+1
2014-01-19phy: cleanup 10g codestephen hemminger-20/+4
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker-8/+0
2014-01-13phylib: Support attaching to generic 10g driverAndy Fleming-13/+9
2014-01-13phylib: Add generic 10G driverAndy Fleming-0/+81
2014-01-13phylib: turn genphy_driver to an arrayShaohui Xie-8/+21
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+2
2014-01-04phylib: make phy_scan_fixups() staticSergei Shtylyov-2/+1
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov-17/+6
2014-01-04phy: kill excess empty linesSergei Shtylyov-31/+0
2014-01-04phy: kill excess codeSergei Shtylyov-35/+13
2014-01-04phy: kill useless local variablesSergei Shtylyov-47/+18
2014-01-04mdio_bus: coding style fixesSergei Shtylyov-18/+9
2014-01-04phy: coding style fixesSergei Shtylyov-117/+114
2013-12-29phy: IRQ cannot be sharedSergei Shtylyov-4/+2
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+15
2013-12-18net: phy: spi_ks8995: fix checkpatch errorsFlorian Fainelli-2/+2
2013-12-18net: phy: fix checkpatch errorsFlorian Fainelli-139/+139
2013-12-18net: phy: micrel: fix checkpath errorsFlorian Fainelli-2/+2
2013-12-18net: phy: mdio_bus: fix checkpath errorFlorian Fainelli-2/+2
2013-12-18net: phy: lxt: fix checkpath errorsFlorian Fainelli-2/+2
2013-12-18net: phy: icplus: fix checkpath errorFlorian Fainelli-1/+1
2013-12-18net: phy: dp83640: fix checkpath errorFlorian Fainelli-2/+2
2013-12-18net: phy: davicom: fix checkpath errorsFlorian Fainelli-1/+1
2013-12-18net: phy: cicada: fix checkpath errorsFlorian Fainelli-2/+2
2013-12-17net: phy: suspend phydev when going to HALTEDSebastian Hesselbarth-1/+5
2013-12-17net: phy: resume/suspend PHYs on attach/detachSebastian Hesselbarth-0/+3
2013-12-17net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth-0/+24
2013-12-17net: phy: marvell: provide genphy suspend/resumeSebastian Hesselbarth-0/+22
2013-12-11micrel: add support for KSZ8041RNLISergei Shtylyov-0/+15
2013-12-10net: phy: spi_ks8995: remove unnecessary spi_set_drvdata()Jingoo Han-2/+0
2013-12-09net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli-3/+58
2013-12-09net: phy: use phy_init_hw instead of open-coding itFlorian Fainelli-5/+2
2013-12-09net: phy: report link partner features through ethtoolFlorian Fainelli-0/+7
2013-11-28phy: Add Vitesse 8514 phy IDShaohui Xie-0/+15
2013-11-20net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur-7/+72
2013-11-20net/phy: Add VSC8662 supportSandeep Singh-0/+14
2013-11-20net/phy: Add VSC8574 supportshaohui xie-1/+16
2013-11-20net/phy: Add VSC8234 supportAndy Fleming-2/+17
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-8/+301