aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fm
AgeCommit message (Expand)Author
2023-12-21global: Drop common.h inclusionTom Rini
2023-11-07fsl_qe: Drop common.hTom Rini
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2023-01-12net: fm: Support loading firmware from a filesystemSean Anderson
2023-01-12net: fm: Add firmware name parameterSean Anderson
2022-12-07net: fm: Remove non-DM_ETH codeTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-12-05global: Move remaining CONFIG_SYS_NUM_* to CFG_SYS_NUM_*Tom Rini
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini
2022-11-02treewide: Remove the unnecessary space before semicolonBin Meng
2022-09-07net: fm: Add support for FIT firmwareSean Anderson
2022-08-04Convert CONFIG_FSL_MEMAC et al to KconfigTom Rini
2022-05-23spi: spi_flash_probe_bus_cs() rely on DT for spi speed and modePatrice Chotard
2022-04-10treewide: Rename PHY_INTERFACE_MODE_NONE to PHY_INTERFACE_MODE_NAMarek Behún
2022-04-10net: introduce helpers to get PHY interface mode from a device/ofnodeMarek Behún
2022-01-20fdt_support: Add fdt_for_each_node_by_compatible() helper macroMarek Behún
2022-01-15net: fsl: Fix busy flag polling registerMarkus Koch
2021-12-27Convert CONFIG_ENV_SPI_BUS et al to KconfigTom Rini
2021-09-28net: freescale: replace usage of phy-mode = "sgmii-2500" with "2500base-x"Vladimir Oltean
2021-09-28net: replace the "xfi" phy-mode with "10gbase-r"Vladimir Oltean
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-07ppc: Remove T4160RDB boardTom Rini
2021-07-07ppc: Remove T1023RBD boards and T1024RDB_SECURE_BOOTTom Rini
2021-06-18Fix a memory leak issue in the RX port initialization.Hou Zhiqiang
2021-04-10ppc: Remove Cyrus_P5020 and P5040 boardsTom Rini
2021-04-10ppc: Remove T2081QDS board and ARCH_T2081 supportTom Rini
2021-02-08net: memac_phy: add a timeout to MDIO operationsIoana Ciornei
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-09-24driver: net: fm: add support for XFIMadalin Bucur
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-05-19driver: net: fm: minor fix in DM ETH supportMadalin Bucur
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-29driver: net: fm: add DM ETH supportMadalin Bucur
2020-04-29driver: net: fm: add DM MDIO supportMadalin Bucur
2020-04-29driver: net: fm: separate receive buffer free codeMadalin Bucur
2020-04-29driver: net: fm: change init_phy() paramMadalin Bucur
2020-04-17net: fm: fix build error when not using nandFrancois Gervais
2020-03-30armv8/ls1046ardb: RGMII ports require internal delayMadalin Bucur
2020-03-30armv8/ls1043ardb: RGMII ports require internal delayMadalin Bucur