summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | phylib: remove unused adjust_state() callbackSergei Shtylyov2014-01-053-17/+6Star
* | phy: kill excess empty linesSergei Shtylyov2014-01-052-31/+0Star
* | phy: kill excess codeSergei Shtylyov2014-01-052-35/+13Star
* | phy: kill useless local variablesSergei Shtylyov2014-01-052-47/+18Star
* | mdio_bus: coding style fixesSergei Shtylyov2014-01-051-18/+9Star
* | phy: coding style fixesSergei Shtylyov2014-01-052-117/+114Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-0/+15
|\|
| * micrel: add support for KSZ8041RNLISergei Shtylyov2013-12-111-0/+15
* | net: phy: spi_ks8995: fix checkpatch errorsFlorian Fainelli2013-12-181-2/+2
* | net: phy: fix checkpatch errorsFlorian Fainelli2013-12-182-139/+139
* | net: phy: micrel: fix checkpath errorsFlorian Fainelli2013-12-181-2/+2
* | net: phy: mdio_bus: fix checkpath errorFlorian Fainelli2013-12-181-2/+2
* | net: phy: lxt: fix checkpath errorsFlorian Fainelli2013-12-181-2/+2
* | net: phy: icplus: fix checkpath errorFlorian Fainelli2013-12-181-1/+1
* | net: phy: dp83640: fix checkpath errorFlorian Fainelli2013-12-181-2/+2
* | net: phy: davicom: fix checkpath errorsFlorian Fainelli2013-12-181-1/+1
* | net: phy: cicada: fix checkpath errorsFlorian Fainelli2013-12-181-2/+2
* | net: phy: suspend phydev when going to HALTEDSebastian Hesselbarth2013-12-171-1/+5
* | net: phy: resume/suspend PHYs on attach/detachSebastian Hesselbarth2013-12-171-0/+3
* | net: phy: provide phy_resume/phy_suspend helpersSebastian Hesselbarth2013-12-171-0/+24
* | net: phy: marvell: provide genphy suspend/resumeSebastian Hesselbarth2013-12-171-0/+22
* | net: phy: spi_ks8995: remove unnecessary spi_set_drvdata()Jingoo Han2013-12-111-2/+0Star
* | net: phy: consolidate PHY reset in phy_init_hw()Florian Fainelli2013-12-102-3/+58
* | net: phy: use phy_init_hw instead of open-coding itFlorian Fainelli2013-12-101-5/+2Star
* | net: phy: report link partner features through ethtoolFlorian Fainelli2013-12-102-0/+7
|/
* phy: Add Vitesse 8514 phy IDShaohui Xie2013-11-291-0/+15
* net/phy: Add the autocross feature for forced links on VSC82x4Madalin Bucur2013-11-212-7/+72
* net/phy: Add VSC8662 supportSandeep Singh2013-11-211-0/+14
* net/phy: Add VSC8574 supportshaohui xie2013-11-211-1/+16
* net/phy: Add VSC8234 supportAndy Fleming2013-11-211-2/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-137-8/+301
|\
| * PHY: Add RTL8201CP phy_driver to realtekJonas Jensen2013-11-111-0/+15
| * phy: Add MOXA MDIO driverJonas Jensen2013-11-073-0/+209
| * drivers: net: phy: marvell.c: removed checkpatch.pl warningsAvinash Kumar2013-10-011-2/+2
| * net: phy: at803x: add suspend/resume callbacksDaniel Mack2013-09-271-0/+45
| * net: phy: at803x: don't pass function pointers with &Daniel Mack2013-09-271-6/+6
| * phy/micrel: Add suspend/resume support to Micrel PHYsPatrice Vilchez2013-09-201-0/+24
* | mdio_bus: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-301-4/+6
|/
* drivers: net: phy: cicada.c: clears warning Use #include <linux/io.h> instead...Avinash Kumar2013-09-181-2/+2
* net: mdio-octeon: use platform_{get,set}_drvdata()Jingoo Han2013-09-041-1/+1
* net: mdio-mux-gpio: use dev_get_platdata()Jingoo Han2013-08-301-1/+1
* net: mdio-gpio: use dev_get_platdata()Jingoo Han2013-08-301-1/+1