summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: phy: lan87xx: use genphy_read_master_slave in read_statusArun Ramadoss2022-03-081-29/+1
* net: phy: exported the genphy_read_master_slave functionArun Ramadoss2022-03-081-10/+9
* net: phy: micrel: Move netif_rx() outside of IRQ-off section.Sebastian Andrzej Siewior2022-03-071-2/+2
* net: phy: micrel: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-2/+2
* micrel: Use generic ptp_msg_is_sync() functionKurt Kanzenbach2022-03-071-12/+1
* dp83640: Use generic ptp_msg_is_sync() functionKurt Kanzenbach2022-03-071-12/+1
* net: phy: Use netif_rx().Sebastian Andrzej Siewior2022-03-063-5/+5
* net: phy: added ethtool master-slave configuration supportArun Ramadoss2022-03-041-0/+90
* net: phy: added the LAN937x phy supportArun Ramadoss2022-03-041-1/+54
* net: phy: updated the initialization routine for LAN87xxArun Ramadoss2022-03-041-42/+175
* net: phy: removed empty lines in LAN87XXArun Ramadoss2022-03-041-4/+0
* net: phy: used the PHY_ID_MATCH_MODEL macro for LAN87XXArun Ramadoss2022-03-041-3/+4
* net: phy: used genphy_soft_reset for phy reset in LAN87xxArun Ramadoss2022-03-041-12/+2
* net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera2022-03-041-22/+1066
* net: phy: micrel: Fix concurrent register accessDivya Koppera2022-03-041-14/+16
* net: sfp: use %pe for printing errorsRussell King (Oracle)2022-03-031-18/+30
* net: phylink: use %pe for printing errorsRussell King (Oracle)2022-03-031-9/+11
* Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi...Jakub Kicinski2022-02-281-3/+1
|\
| * spi: make remove callback a void functionUwe Kleine-König2022-02-091-3/+1
* | net: phylink: remove phylink_set_pcs()Russell King (Oracle)2022-02-281-32/+12
* | net: phy: phylink: fix DSA mac_select_pcs() introductionRussell King (Oracle)2022-02-231-3/+11
* | net: phylink: remove phylink_config's pcs_pollRussell King (Oracle)2022-02-191-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-171-3/+0
|\ \
| * | net: phy: mediatek: remove PHY mode check on MT7531DENG Qingfang2022-02-151-3/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-111-8/+9
|\| |
| * | net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYsPavel Parkhomenko2022-02-081-4/+6
| * | net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYsPavel Parkhomenko2022-02-061-4/+3
* | | net: phylink: remove phylink_set_10g_modes()Russell King (Oracle)2022-02-051-11/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-02-041-13/+13
|\| |
| * | net: phy: Fix qca8081 with speeds lower than 2.5Gb/sJonathan McDowell2022-02-011-13/+13
| |/
* | phy: make phy_set_max_speed() *void*Sergey Shtylyov2022-01-312-17/+9
* | net: phy: at803x: Support downstream SFP cageRobert Hancock2022-01-271-0/+56
* | net: phy: at803x: add fiber supportRobert Hancock2022-01-271-9/+67
* | net: phy: at803x: move page selection fix to config_initRobert Hancock2022-01-271-24/+16
|/
* net: sfp: ignore disabled SFP nodeMarek Behún2022-01-241-0/+5
* phylib: fix potential use-after-freeMarek Behún2022-01-211-3/+3
* net: phy: broadcom: hook up soft_reset for BCM54616SRobert Hancock2022-01-201-0/+1
* net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea2022-01-191-18/+18
* net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)2022-01-171-4/+21
* net: phy: marvell: add Marvell specific PHY loopbackMohammad Athari Bin Ismail2022-01-151-1/+55
* net: phy: at803x: make array offsets staticColin Ian King2022-01-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-2/+2
|\
| * Revert "net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_reg...Florian Fainelli2022-01-041-2/+2
* | net: phy: marvell: configure RGMII delays for 88E1118Russell King (Oracle)2022-01-051-0/+6
* | net: phy: marvell: use phy_write_paged() to set MSCRRussell King (Oracle)2022-01-051-14/+8
* | phy: nxp-c45-tja11xx: add extts and perout supportRadu Pirea (NXP OSS)2022-01-041-0/+220
* | net: mdio: Demote probed message to debug printFlorian Fainelli2022-01-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-301-2/+2
|\|
| * net: phy: fixed_phy: Fix NULL vs IS_ERR() checking in __fixed_phy_registerMiaoqian Lin2021-12-241-2/+2
* | net: phy: micrel: Add config_init for LAN8814Horatiu Vultur2021-12-241-0/+32