summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2014-02-13net: phy: expose phydev->has_fixups to sysfsFlorian Fainelli1-0/+10
2014-02-13net: phy: add "has_fixups" boolean propertyFlorian Fainelli1-0/+1
2014-02-13net: phy: expose PHY device interface modeFlorian Fainelli1-0/+10
2014-02-13net: phy: fix phy_{clear,config}_interrupt comment typosFlorian Fainelli1-2/+2
2014-02-13net: phy: allow driver to implement their own aneg_doneFlorian Fainelli2-3/+7
2014-02-13net: phy: add genphy_aneg_done()Florian Fainelli2-3/+17
2014-02-13net: phy: display human readable PHY speed settingsFlorian Fainelli1-2/+22
2014-02-13net: phy: update phy_print_status to show pause settingsFlorian Fainelli1-2/+4
2014-02-13net: phy: use network device in phy_print_statusFlorian Fainelli1-3/+2
2014-02-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-20/+40
2014-02-07net: phy: sunxi: Add new compatiblesMaxime Ripard1-0/+3
2014-02-05net: phy: ensure Gigabit features are masked off if requestedFlorian Fainelli1-14/+24
2014-02-05net:phy:dp83640: Initialize PTP clocks at device init.Stefan Sørensen1-5/+8
2014-02-05net:phy:dp83640: Do not hardcode timestamping event edgeStefan Sørensen1-1/+4
2014-02-05net:phy:dp83640: Declare that TX timestamping possibleStefan Sørensen1-0/+1
2014-01-31drivers/net/phy/mdio_bus.c: call put_device on device_register() failureLevente Kurusa1-0/+1
2014-01-20phy: 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-14phylib: Support attaching to generic 10g driverAndy Fleming1-13/+9
2014-01-14phylib: Add generic 10G driverAndy Fleming1-0/+81
2014-01-14phylib: turn genphy_driver to an arrayShaohui Xie1-8/+21
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+2
2014-01-05phylib: make phy_scan_fixups() staticSergei Shtylyov1-2/+1
2014-01-05phylib: remove unused adjust_state() callbackSergei Shtylyov3-17/+6
2014-01-05phy: kill excess empty linesSergei Shtylyov2-31/+0
2014-01-05phy: kill excess codeSergei Shtylyov2-35/+13
2014-01-05phy: kill useless local variablesSergei Shtylyov2-47/+18
2014-01-05mdio_bus: coding style fixesSergei Shtylyov1-18/+9
2014-01-05phy: coding style fixesSergei Shtylyov2-117/+114
2013-12-30phy: IRQ cannot be sharedSergei Shtylyov1-4/+2
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+15
2013-12-18net: phy: spi_ks8995: fix checkpatch errorsFlorian Fainelli1-2/+2
2013-12-18net: phy: fix checkpatch errorsFlorian Fainelli2-139/+139
2013-12-18net: phy: micrel: fix checkpath errorsFlorian Fainelli1-2/+2
2013-12-18net: phy: mdio_bus: fix checkpath errorFlorian Fainelli1-2/+2
2013-12-18net: phy: lxt: fix checkpath errorsFlorian Fainelli1-2/+2
2013-12-18net: phy: icplus: fix checkpath errorFlorian Fainelli1-1/+1
2013-12-18net: phy: dp83640: fix checkpath errorFlorian Fainelli1-2/+2
2013-12-18net: phy: davicom: fix checkpath errorsFlorian Fainelli1-1/+1
2013-12-18net: phy: cicada: fix checkpath errorsFlorian Fainelli1-2/+2
2013-12-17net: phy: suspend phydev when going to HALTEDSebastian Hesselbarth1-1/+5
2013-12-17net: phy: resume/suspend PHYs on attach/detachSebastian Hesselbarth1-0/+3
2013-12-17net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth1-0/+24
2013-12-17net: phy: marvell: provide genphy suspend/resumeSebastian Hesselbarth1-0/+22
2013-12-11micrel: add support for KSZ8041RNLISergei Shtylyov1-0/+15
2013-12-11net: phy: spi_ks8995: remove unnecessary spi_set_drvdata()Jingoo Han1-2/+0
2013-12-10net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli2-3/+58
2013-12-10net: phy: use phy_init_hw instead of open-coding itFlorian Fainelli1-5/+2
2013-12-10net: phy: report link partner features through ethtoolFlorian Fainelli2-0/+7
2013-11-29phy: Add Vitesse 8514 phy IDShaohui Xie1-0/+15