summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2022-12-07net: phy: Remove non-DM_ETH codeTom Rini
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas
2022-08-08net: phy: possible NULL dereference in fixed_phy_create()Heinrich Schuchardt
2022-08-08net: phy: Remove inline definitions from convinience functionsRamon Fried
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini
2022-04-12net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driverMichael Trimarchi
2022-04-12net: phy: Add phy_modify() accessorAriel D'Alessandro
2022-04-12phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specificAriel D'Alessandro
2022-04-10phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude
2022-04-10net: phy: don't require PHY interface mode during PHY creationMarek Behún
2022-04-10net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-04-10net: phy: fix parsing wrong propertyMarek Behún
2022-04-05net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy
2022-03-25Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek
2022-03-09net: phy: Remove static return type for phy_device_create()Michal Simek
2021-09-28net: phy: genphy_init can be staticVladimir Oltean
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)
2021-04-29net: phy: xilinx: Break while loop over ethernet phyMichal Simek
2021-04-15net: phy: Simplify the logic of phy_connect_fixed()Bin Meng
2021-04-15net: phy: xilinx: Drop #ifdef CONFIG_DM_ETH around phy_connect_gmii2rgmii()Bin Meng
2021-04-15net: phy: xilinx: Be compatible with live OF treeBin Meng
2021-04-15net: phy: fixed: Drop #ifdef CONFIG_DM_ETH around phy_connect_fixedVladimir Oltean
2021-04-15net: phy: fixed: Be compatible with live OF treeVladimir Oltean
2021-02-16net: phy: introduce fixed_phy_create for DSA CPU portsVladimir Oltean
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-27net: phy: ca_phy: Add driver for CAxxxx SoCsAbbie Chang
2020-09-24phy: make phy_connect_fixed work with a null mdio busVladimir Oltean
2020-06-12net: phy: add phyid search in vendor specific spaceFlorin Chiculita
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-03-09net: phy: Fix overlong PHY timeoutAndre Przywara
2020-03-09phy: Include NC-SI in phy setupSamuel Mendoza-Jonas
2019-12-09net: phy: Increase link up delay in genphy_update_link()Stefan Roese
2019-12-09net/phy: Fix phy_connect() for phy addr 0Priyanka Jain
2019-10-08net: phy: Add gmiitorgmii converter supportSiva Durga Prasad Paladugu
2019-10-08net: phy: Define init routine and register generic phy driverSiva Durga Prasad Paladugu
2019-07-18drivers: net: phy: Ignore PHY ID 0 during PHY probingAlex Marginean
2019-05-08net: phy: Fix return value check phy_probeSiva Durga Prasad Paladugu
2019-05-08net: phy: Reloc next and prev pointers inside phy_driversSiva Durga Prasad Paladugu
2019-05-07net: phy: Add generic helpers to access MMD PHY registersCarlo Caione
2019-04-07net: phy: implement fallback mechanism for negative phy adressesHannes Schmelzer
2019-01-24Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2019-01-24net: phy: Add clause 45 identifier to phy_devicePankaj Bansal
2019-01-24net: phy: Move fixed link code to separate routineSiva Durga Prasad Paladugu
2018-12-26phy: Fix u-boot coruption when fixed-phy is usedMichal Simek
2018-07-26net: phy: add ofnode node to struct phy_deviceGrygorii Strashko