summaryrefslogtreecommitdiff
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: NC-SI setup and handlingSamuel Mendoza-Jonas2022-10-212-1/+9
* net: phy: possible NULL dereference in fixed_phy_create()Heinrich Schuchardt2022-08-081-3/+3
* net: phy: Remove inline definitions from convinience functionsRamon Fried2022-08-081-0/+174
* net: phy: marvell: Add support for 88E1240 PHYStefan Roese2022-08-081-0/+21
* net: phy: marvell: Support reg config via "marvell, reg-init" DT propertyStefan Roese2022-08-081-0/+100
* Convert CONFIG_FSL_MEMAC et al to KconfigTom Rini2022-08-041-0/+7
* phy: adin: add support for clock outputJosua Mayer2022-06-141-0/+42
* phy: adin: fix broken support for adi, phy-mode-overrideNate Drude2022-06-141-11/+11
* Merge branch 'next' of https://source.denx.de/u-boot/custodians/u-boot-netTom Rini2022-04-159-90/+295
|\
| * phy: adin: add driver for Analog Devices ADIN1300 PHYNate Drude2022-04-104-0/+237
| * net: phy: don't require PHY interface mode during PHY creationMarek Behún2022-04-103-56/+41
| * net: phy: use ->is_c45 instead of is_10g_interface()Marek Behún2022-04-101-4/+4
| * net: phy: xilinx: Check interface type in ->config(), not ->probe()Marek Behún2022-04-101-5/+5
| * treewide: Rename PHY_INTERFACE_MODE_COUNT to PHY_INTERFACE_MODE_MAXMarek Behún2022-04-101-1/+1
| * net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún2022-04-101-23/+2
| * net: phy: fix parsing wrong propertyMarek Behún2022-04-101-1/+1
| * net: phy: dp83867: Fix a never true comparisonHaolin Li2022-04-101-2/+5
| * net: phy: atheros: avoid error in ar803x_of_init() when PHY has no OF nodeVladimir Oltean2022-04-101-1/+1
| * net: phy: dp83867: avoid error in dp83867_of_init() when PHY has no OF nodeVladimir Oltean2022-04-101-1/+1
* | net: phy: nxp-tja11xx: Add NXP TJA11xx PHY driverMichael Trimarchi2022-04-124-0/+286
* | net: phy: Add phy_modify() accessorAriel D'Alessandro2022-04-121-0/+20
* | phy: nxp-c45-tja11xx: Rename functions to be c45 tja11xx specificAriel D'Alessandro2022-04-122-4/+4
* | Merge tag 'xilinx-for-v2022.07-rc1-v2' of https://source.denx.de/u-boot/custo...Tom Rini2022-04-052-22/+29
|\ \ | |/ |/|
| * net: phy: Avoid phy gpio reset sequence if DM_ETH_PHY is enabledT Karthik Reddy2022-04-051-19/+26
| * net: phy: Fix rgmii-id phy reset timeout issueT Karthik Reddy2022-04-052-3/+3
* | Convert CONFIG_BITBANGMII_MULTI to KconfigTom Rini2022-04-011-0/+4
|/
* Convert CONFIG_PHY_RESET_DELAY to KconfigTom Rini2022-03-252-1/+9
* net: phy: Add support for ethernet-phy-id with gpio resetMichal Simek2022-03-094-0/+83
* net: phy: Remove static return type for phy_device_create()Michal Simek2022-03-091-3/+3
* net: phy: add TI DP83869HM ethernet driverDominic Rath2022-01-155-0/+519
* Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini2021-12-271-4/+4
* net: phy: realtek: Add tx/rx delay config for 8211eSamuel Holland2021-11-232-36/+43
* net: phy: mscc: add support for VSC8502 in dual RGMII modeVladimir Oltean2021-11-231-0/+56
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-301-1/+1
* Merge branch 'network_master' of https://source.denx.de/u-boot/custodians/u-b...WIP/29Sep2021-nextTom Rini2021-09-292-10/+10
|\
| * net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean2021-09-281-2/+2
| * net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean2021-09-281-7/+7
| * net: phy: genphy_init can be staticVladimir Oltean2021-09-281-1/+1
* | Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-3/+0
|/
* net: cortina: Add support for tfa boot in cortina firmwareKuldeep Singh2021-08-181-10/+69
* configs: Migrate CORTINA_FW_ADDR and CORTINA_FW_LENGTH to KconfigKuldeep Singh2021-08-181-0/+10
* global: Convert simple_strtoul() with decimal to dectoul()Simon Glass2021-08-022-8/+8
* global: Convert simple_strtoul() with hex to hextoul()Simon Glass2021-08-022-6/+6
* drivers: net: aquantia: fix unsigned compared against 0Cosmin-Florin Aluchenesei2021-07-221-2/+3
* phy: add nxp tja1103 phy driverRadu Pirea (NXP OSS)2021-07-064-0/+358
* net: phy: xilinx: Break while loop over ethernet phyMichal Simek2021-04-291-2/+2
* net: phy: fixed: Support the old DT bindingBin Meng2021-04-151-3/+23
* net: phy: fixed: Add the missing ending newlineBin Meng2021-04-151-1/+1
* net: phy: fixed: Make driver ops staticBin Meng2021-04-151-4/+4
* net: phy: Simplify the logic of phy_connect_fixed()Bin Meng2021-04-151-8/+8