aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2014-01-19phy: cleanup 10g codestephen hemminger
2014-01-16drivers/net: delete non-required instances of include <linux/init.h>Paul Gortmaker
2014-01-13phylib: Support attaching to generic 10g driverAndy Fleming
2014-01-13phylib: Add generic 10G driverAndy Fleming
2014-01-13phylib: turn genphy_driver to an arrayShaohui Xie
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-04phylib: make phy_scan_fixups() staticSergei Shtylyov
2014-01-04phylib: remove unused adjust_state() callbackSergei Shtylyov
2014-01-04phy: kill excess empty linesSergei Shtylyov
2014-01-04phy: kill excess codeSergei Shtylyov
2014-01-04phy: kill useless local variablesSergei Shtylyov
2014-01-04mdio_bus: coding style fixesSergei Shtylyov
2014-01-04phy: coding style fixesSergei Shtylyov
2013-12-29phy: IRQ cannot be sharedSergei Shtylyov
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-18net: phy: spi_ks8995: fix checkpatch errorsFlorian Fainelli
2013-12-18net: phy: fix checkpatch errorsFlorian Fainelli
2013-12-18net: phy: micrel: fix checkpath errorsFlorian Fainelli
2013-12-18net: phy: mdio_bus: fix checkpath errorFlorian Fainelli
2013-12-18net: phy: lxt: fix checkpath errorsFlorian Fainelli
2013-12-18net: phy: icplus: fix checkpath errorFlorian Fainelli
2013-12-18net: phy: dp83640: fix checkpath errorFlorian Fainelli
2013-12-18net: phy: davicom: fix checkpath errorsFlorian Fainelli
2013-12-18net: phy: cicada: fix checkpath errorsFlorian Fainelli
2013-12-17net: phy: suspend phydev when going to HALTEDSebastian Hesselbarth
2013-12-17net: phy: resume/suspend PHYs on attach/detachSebastian Hesselbarth
2013-12-17net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth
2013-12-17net: phy: marvell: provide genphy suspend/resumeSebastian Hesselbarth
2013-12-11micrel: add support for KSZ8041RNLISergei Shtylyov
2013-12-10net: phy: spi_ks8995: remove unnecessary spi_set_drvdata()Jingoo Han
2013-12-09net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli
2013-12-09net: phy: use phy_init_hw instead of open-coding itFlorian Fainelli
2013-12-09net: phy: report link partner features through ethtoolFlorian Fainelli
2013-11-28phy: Add Vitesse 8514 phy IDShaohui Xie
2013-11-20net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur
2013-11-20net/phy: Add VSC8662 supportSandeep Singh
2013-11-20net/phy: Add VSC8574 supportshaohui xie
2013-11-20net/phy: Add VSC8234 supportAndy Fleming
2013-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-11-11PHY: Add RTL8201CP phy_driver to realtekJonas Jensen
2013-11-07phy: Add MOXA MDIO driverJonas Jensen
2013-10-29mdio_bus: convert bus code to use dev_groupsGreg Kroah-Hartman
2013-09-30drivers: net: phy: marvell.c: removed checkpatch.pl warningsAvinash Kumar
2013-09-27net: phy: at803x: add suspend/resume callbacksDaniel Mack
2013-09-27net: phy: at803x: don't pass function pointers with &Daniel Mack
2013-09-20phy/micrel: Add suspend/resume support to Micrel PHYsPatrice Vilchez
2013-09-17drivers: net: phy: cicada.c: clears warning Use #include <linux/io.h> instead...Avinash Kumar
2013-09-03net: mdio-octeon: use platform_{get,set}_drvdata()Jingoo Han
2013-08-30net: mdio-mux-gpio: use dev_get_platdata()Jingoo Han
2013-08-30net: mdio-gpio: use dev_get_platdata()Jingoo Han