summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2022-11-28phy: add driver for Intel XWAY PHYTim Harvey4-0/+57
2022-11-28drivers: net: aquantia: fix typosTim Harvey1-4/+4
2022-10-21net: NC-SI setup and handlingSamuel Mendoza-Jonas2-1/+9
2022-08-08net: phy: possible NULL dereference in fixed_phy_create()Heinrich Schuchardt1-3/+3
2022-08-08net: phy: Remove inline definitions from convinience functionsRamon Fried1-0/+174
2022-08-08net: phy: marvell: Add support for 88E1240 PHYStefan Roese1-0/+21
2022-08-08net: phy: marvell: Support reg config via "marvell, reg-init" DT propertyStefan Roese1-0/+100
2022-08-04Convert CONFIG_FSL_MEMAC et al to KconfigTom Rini1-0/+7
2022-06-14phy: adin: add support for clock outputJosua Mayer1-0/+42
2022-06-14phy: adin: fix broken support for adi, phy-mode-overrideNate Drude1-11/+11
2022-04-15Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini9-90/+295
2022-04-12net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driverMichael Trimarchi4-0/+286
2022-04-12net: phy: Add phy_modify() accessorAriel D'Alessandro1-0/+20
2022-04-12phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specificAriel D'Alessandro2-4/+4
2022-04-10phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude4-0/+237
2022-04-10net: phy: don't require PHY interface mode during PHY creationMarek Behún3-56/+41
2022-04-10net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún1-4/+4
2022-04-10net: phy: xilinx: Check interface type in ->config(), not ->probe()Marek Behún1-5/+5
2022-04-10treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún1-1/+1
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún1-23/+2
2022-04-10net: phy: fix parsing wrong propertyMarek Behún1-1/+1
2022-04-10net: phy: dp83867: Fix a never true comparisonHaolin Li1-2/+5
2022-04-10net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF nodeVladimir Oltean1-1/+1
2022-04-10net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF nodeVladimir Oltean1-1/+1
2022-04-05Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini2-22/+29
2022-04-05net: phy: Avoid phy gpio reset sequence if DM_ETH_PHY is enabledT Karthik Reddy1-19/+26
2022-04-05net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy2-3/+3
2022-04-01Convert CONFIG_BITBANGMII_MULTI to KconfigTom Rini1-0/+4
2022-03-25Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini2-1/+9
2022-03-09net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek4-0/+83
2022-03-09net: phy: Remove static return type for phy_device_create()Michal Simek1-3/+3
2022-01-15net: phy: add TI DP83869HM ethernet driverDominic Rath5-0/+519
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini1-4/+4
2021-11-23net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland2-36/+43
2021-11-23net: phy: mscc: add support for VSC8502 in dual RGMII modeVladimir Oltean1-0/+56
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2021-09-29Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...Tom Rini2-10/+10
2021-09-28net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean1-2/+2
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean1-7/+7
2021-09-28net: phy: genphy_init can be staticVladimir Oltean1-1/+1
2021-09-01Kconfig: Remove all default n/no optionsMichal Simek1-3/+0
2021-08-18net: cortina: Add support for tfa boot in cortina firmwareKuldeep Singh1-10/+69
2021-08-18configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to KconfigKuldeep Singh1-0/+10
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2-8/+8
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass2-6/+6
2021-07-22drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei1-2/+3
2021-07-06phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)4-0/+358
2021-04-29net: phy: xilinx: Break while loop over ethernet phyMichal Simek1-2/+2
2021-04-15net: phy: fixed: Support the old DT bindingBin Meng1-3/+23
2021-04-15net: phy: fixed: Add the missing ending newlineBin Meng1-1/+1