aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2017-09-21net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Gravatar Geert Uytterhoeven 1-1/+1
2017-09-21net: phy: Keep reporting transceiver typeGravatar Florian Fainelli 1-1/+2
2017-09-19net: phy: Kconfig: Fix PHY infrastructure menu in menuconfigGravatar Jerome Brunet 1-9/+9
2017-09-18net: phy: Fix mask value write on gmii2rgmii converter speed registerGravatar Fahad Kunnathadi 1-1/+1
2017-09-08Revert "mdio_bus: Remove unneeded gpiod NULL check"Gravatar Florian Fainelli 1-2/+4
2017-09-08net: phy: sfp: rename dt properties to match the bindingGravatar Baruch Siach 1-2/+2
2017-09-05net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Gravatar Corentin Labbe 4-6/+8
2017-09-05net: stmmac: Delete dead code for MDIO registrationGravatar Romain Perier 1-3/+19
2017-09-01net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code...Gravatar Colin Ian King 1-1/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-5/+4
2017-09-01net: mdio-mux: fix unbalanced put_deviceGravatar Corentin Labbe 1-4/+2
2017-09-01net: mdio-mux-mmioreg: Can handle 8/16/32 bits registersGravatar Corentin Labbe 1-1/+1
2017-09-01net: mdio-mux: printing driver version is uselessGravatar Corentin Labbe 1-3/+0
2017-09-01net: mdio-mux: Remove unnecessary 'out of memory' messageGravatar Corentin Labbe 1-6/+0
2017-09-01net: mdio-mux: Fix NULL Comparison styleGravatar Corentin Labbe 1-2/+2
2017-08-30Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Gravatar Florian Fainelli 1-3/+0
2017-08-30dp83640: don't hold spinlock while calling netif_rx_niGravatar Stefan Sørensen 1-2/+5
2017-08-29net: phy: mdio-bcm-unimac: Use correct I/O accessorsGravatar Florian Fainelli 1-6/+26
2017-08-22net: phy: Deal with unbound PHY driver in phy_attached_print()Gravatar Florian Fainelli 1-2/+4
2017-08-22net: mdio-gpio: make mdiobb_ops constGravatar Bhumika Goyal 1-1/+1
2017-08-14net: phy: Use tab for indentation in KconfigGravatar Michal Simek 1-21/+21
2017-08-11net: phy: Add rockchip PHY driver supportGravatar David Wu 3-0/+239
2017-08-11phylink: Fix an uninitialized variable bugGravatar Dan Carpenter 1-1/+1
2017-08-08net: phy: mdio-bcm-unimac: fix unsigned wrap-around when decrementing timeoutGravatar Colin Ian King 1-1/+1
2017-08-06sfp: add SFP module supportGravatar Russell King 3-0/+921
2017-08-06phylink: add in-band autonegotiation support for 10GBase-KR mode.Gravatar Russell King 1-0/+17
2017-08-06phylink: add support for MII ioctl access to Clause 45 PHYsGravatar Russell King 1-33/+124
2017-08-06phylink: add module EEPROM supportGravatar Russell King 1-0/+28
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesGravatar Russell King 4-0/+663
2017-08-06phylink: add phylink infrastructureGravatar Russell King 4-0/+1181
2017-08-06net: phy: add I2C mdio busGravatar Russell King 4-0/+139
2017-08-06net: phy: export phy_start_machine() for phylinkGravatar Russell King 1-0/+1
2017-08-06net: phy: provide a hook for link up/link down eventsGravatar Russell King 2-22/+34
2017-08-06net: phy: add 1000Base-X to phy settings tableGravatar Russell King 1-0/+5
2017-08-06net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Gravatar Russell King 2-129/+127
2017-08-06net: phy: split out PHY speed and duplex string generationGravatar Russell King 2-37/+50
2017-08-06net: phy: allow settings table to support more than 32 link modesGravatar Russell King 1-18/+26
2017-08-04net: phy: marvell: logical vs bitwise OR typoGravatar Dan Carpenter 1-1/+1
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+13
2017-07-31net: phy: marvell: Refactor setting downshift into a helperGravatar Andrew Lunn 1-5/+19
2017-07-31net: phy: marvell: Use the set_polarity helperGravatar Andrew Lunn 1-11/+14
2017-07-31net: phy: marvell: Refactor m88e1121 RGMII delay configurationGravatar Andrew Lunn 1-29/+33
2017-07-31net: phy: marvell: Consolidate setting the phy-modeGravatar Andrew Lunn 1-48/+40
2017-07-31net: phy: marvell: consolidate RGMII delay codeGravatar Andrew Lunn 1-32/+22
2017-07-31net: phy: marvell: Use core genphy_soft_reset()Gravatar Andrew Lunn 1-35/+12
2017-07-31net: phy: marvell: tabificationGravatar Andrew Lunn 1-15/+15
2017-07-31net: phy: Correctly process PHY_HALTED in phy_stop_machine()Gravatar Florian Fainelli 1-0/+3
2017-07-31net: phy: Log only PHY state transitionsGravatar Marc Gonzalez 1-3/+4
2017-07-31net: phy: mdio-bcm-unimac: Allow specifying platform dataGravatar Florian Fainelli 1-6/+22
2017-07-31net: phy: mdio-bcm-unimac: Add debug print for PHY workaroundGravatar Florian Fainelli 1-1/+3