summaryrefslogtreecommitdiff
path: root/drivers/net/fm
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-1/+1
2021-07-08ppc: Remove T4160RDB boardTom Rini1-1/+0
2021-07-08ppc: Remove T1023RBD boards and T1024RDB_SECURE_BOOTTom Rini1-1/+0
2021-06-18Fix a memory leak issue in the RX port initialization.Hou Zhiqiang1-1/+3
2021-04-10ppc: Remove Cyrus_P5020 and P5040 boardsTom Rini1-1/+0
2021-04-10ppc: Remove T2081QDS board and ARCH_T2081 supportTom Rini1-1/+0
2021-02-08net: memac_phy: add a timeout to MDIO operationsIoana Ciornei1-18/+58
2021-01-05dm: core: Access device ofnode through functionsSimon Glass1-2/+2
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-4/+18
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass3-5/+5
2020-09-24driver: net: fm: add support for XFIMadalin Bucur1-1/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada4-4/+4
2020-06-29spi: Convert CONFIG_DM_SPI* to CONFIG_$(SPL_TPL_)DM_SPI*Lukasz Majewski1-2/+2
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-1/+1
2020-05-19driver: net: fm: minor fix in DM ETH supportMadalin Bucur1-1/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop image.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-29driver: net: fm: add DM ETH supportMadalin Bucur5-10/+447
2020-04-29driver: net: fm: add DM MDIO supportMadalin Bucur1-2/+137
2020-04-29driver: net: fm: separate receive buffer free codeMadalin Bucur1-26/+37
2020-04-29driver: net: fm: change init_phy() paramMadalin Bucur1-11/+8
2020-04-17net: fm: fix build error when not using nandFrancois Gervais1-0/+2
2020-03-30armv8/ls1046ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30armv8/ls1043ardb: RGMII ports require internal delayMadalin Bucur1-2/+2
2020-03-30net: fman: add support for all RGMII delay modesMadalin Bucur1-0/+4
2019-12-03crc32: Use the crc.h header for crc functionsSimon Glass2-0/+2
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2019-05-26configs: Migrate CONFIG_FMAN_ENET and some related options to KconfigTom Rini1-1/+1
2018-12-07net: fm: add TFABOOT supportRajesh Bhagat1-3/+100
2018-10-29powerpc: t1040: Correct RCW EC2 settingsBin Meng1-3/+0
2018-09-27net: fman: Support both new and legacy FMan CompatiblesZhao Qiang1-1/+2
2018-09-27ppa/fm/qe: use block layer in ppa/fm/qe driverYinbo Zhu1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini22-45/+22
2017-09-15blk: Remove various places that do flush cache after readBin Meng1-2/+0
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass2-2/+2
2017-08-16env: Rename common functions related to setenv()Simon Glass1-1/+1
2017-08-14net: fman: add support RGMII_TXID to memacMadalin Bucur1-1/+3
2017-07-12net: fm: use get_nand_dev_by_index()Grygorii Strashko1-1/+2
2017-06-02armv8/ls1046a: RGMII PHY requires internal delay on TxMadalin Bucur1-2/+2
2017-06-02armv8/ls1043a: RGMII PHY requires internal delay on TxMadalin Bucur1-2/+2
2017-04-17armv8: ls1043a: Drop macro CONFIG_LS1043AYork Sun1-1/+1
2017-01-05powerpc: mpc85xx: Remove variant SoCs T1020/T1022/T1013/T1014York Sun1-2/+0