Age | Commit message (Expand) | Author | Files | Lines |
2016-07-26 | drivers: net: phy: xgene: Add MDIO driver | Iyappan Subramanian | 4 | -0/+627 |
2016-07-20 | Marvell phy: add functions to suspend and resume both interfaces: fiber and c... | Charles-Antoine Couret | 1 | -2/+71 |
2016-07-20 | Marvell phy: add configuration of autonegociation for fiber link. | Charles-Antoine Couret | 1 | -2/+109 |
2016-07-20 | Marvell phy: add field to get errors from fiber link. | Charles-Antoine Couret | 1 | -2/+7 |
2016-07-20 | Marvell phy: check link status in case of fiber link. | Charles-Antoine Couret | 1 | -12/+141 |
2016-07-17 | net: Add MDIO bus driver for the Hisilicon FEMAC | Dongpo Li | 3 | -0/+174 |
2016-07-15 | net: phy: micrel: Add KSZ8041FTL fiber mode support | Philipp Zabel | 1 | -2/+32 |
2016-07-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+9 |
2016-07-02 | net: phy: dp83867: Fix initialization of PHYCR register | Stefan Hauser | 1 | -4/+9 |
2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -37/+84 |
2016-06-29 | net: marvell: Add separate config ANEG function for Marvell 88E1111 | Harini Katakam | 1 | -1/+43 |
2016-06-29 | net: phy: Manage fixed PHY address space using IDA | Florian Fainelli | 1 | -11/+11 |
2016-06-27 | phy: improve safety of fixed-phy MII register reading | Russell King | 1 | -7/+21 |
2016-06-27 | phy: generate swphy registers on the fly | Russell King | 3 | -40/+40 |
2016-06-27 | phy: separate swphy state validation from register generation | Russell King | 3 | -16/+35 |
2016-06-27 | phy: convert swphy register generation to tabular form | Russell King | 1 | -65/+78 |
2016-06-27 | phy: move fixed_phy MII register generation to a library | Russell King | 5 | -93/+143 |
2016-06-16 | mdio: mux: avoid 'maybe-uninitialized' warning | Arnd Bergmann | 1 | -2/+2 |
2016-06-14 | phy: marvell: fix LED configuration via marvell,reg-init | Clemens Gruber | 1 | -12/+26 |
2016-06-11 | net: mdio-mux: Add MDIO mux driver for iProc SoCs | Pramod Kumar | 3 | -0/+260 |
2016-06-11 | mdio: mux: Enhanced MDIO mux framework for integrated multiplexers | Pramod Kumar | 3 | -12/+20 |
2016-06-11 | net: phy: smsc: reintroduced unconditional soft reset | Manfred Schlaegl | 1 | -13/+4 |
2016-06-11 | NET: PHY: adds driver for Intel XWAY PHY | Hauke Mehrtens | 3 | -0/+385 |
2016-05-21 | Revert "phy: add support for a reset-gpio specification" | Fabio Estevam | 1 | -8/+0 |
2016-05-20 | phy: fix crash in fixed_phy_add() | Rabin Vincent | 1 | -1/+5 |
2016-05-17 | Revert "phy dp83867: Fix compilation with CONFIG_OF_MDIO=m" | David S. Miller | 1 | -1/+1 |
2016-05-17 | Revert "phy dp83867: Make rgmii parameters optional" | David S. Miller | 1 | -28/+3 |
2016-05-17 | phy dp83867: Make rgmii parameters optional | Alexander Graf | 1 | -3/+28 |
2016-05-17 | phy dp83867: Fix compilation with CONFIG_OF_MDIO=m | Alexander Graf | 1 | -1/+1 |
2016-05-16 | lxt: simplify lxt970_config_init() | Sergei Shtylyov | 1 | -5/+1 |
2016-05-16 | lxt: simplify lxt97[01]_config_intr() | Sergei Shtylyov | 1 | -12/+4 |
2016-05-16 | phy: add support for a reset-gpio specification | Uwe Kleine-König | 1 | -0/+8 |
2016-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
2016-05-12 | phy: micrel: Use MICREL_PHY_ID_MASK definition | Fabio Estevam | 1 | -17/+17 |
2016-05-10 | net: phylib: fix interrupts re-enablement in phy_start | Shaohui Xie | 1 | -3/+5 |
2016-05-10 | net: phy: add phy_ethtool_{get|set}_link_ksettings | Philippe Reynes | 1 | -0/+24 |
2016-05-04 | mdio_bus: don't return NULL from mdiobus_scan() | Sergei Shtylyov | 1 | -1/+1 |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -22/+18 |
2016-05-02 | mdio_bus: Fix MDIO bus scanning in __mdiobus_register() | Marek Vasut | 1 | -1/+1 |
2016-04-28 | net: phy: at803x: only the AT8030 needs a hardware reset on link change | Timur Tabi | 1 | -22/+18 |
2016-04-26 | mdio_bus: get_phy_device() doesn't return NULL anymore | Sergei Shtylyov | 1 | -1/+1 |
2016-04-26 | fixed_phy: get_phy_device() doesn't return NULL anymore | Sergei Shtylyov | 1 | -1/+1 |
2016-04-26 | phylib: don't return NULL from get_phy_device() | Sergei Shtylyov | 1 | -1/+1 |
2016-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-04-21 | net: phy: spi_ks8895: Don't leak references to SPI devices | Mark Brown | 1 | -1/+1 |
2016-04-18 | phy: add generic function to support ksetting support | Philippe Reynes | 1 | -0/+81 |
2016-04-16 | phy: make some bits preserved while setup forced mode | wangweidong | 1 | -1/+2 |
2016-04-12 | net: mdio: Fix lockdep falls positive splat | Andrew Lunn | 2 | -10/+4 |
2016-03-25 | net: phy: bcm7xxx: Add entries for Broadcom BCM7346 and BCM7362 | Jaedon Shin | 1 | -0/+4 |
2016-03-23 | net: phy: at803x: Request 'reset' GPIO only for AT8030 PHY | Sebastian Frias | 1 | -0/+4 |