aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fm
AgeCommit message (Expand)AuthorFilesLines
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-02crc32: 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-06net: 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-11net: 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-04powerpc: mpc85xx: Remove variant SoCs T1020/T1022/T1013/T1014York Sun1-2/+0
2016-12-08net: fman: fix 2.5G SGMII settingsshaohui xie2-10/+24
2016-11-23powerpc: T4080: Drop configuration for T4080York Sun1-1/+0
2016-11-23powerpc: T4240: Remove macro CONFIG_PPC_T4240York Sun1-1/+1
2016-11-23powerpc: T4160: Remove macro CONFIG_PPC_T4160York Sun1-1/+1
2016-11-23powerpc: T2080, T2081: Remove macro CONFIG_PPC_T2080 and CONFIG_PPC_T2081York Sun1-2/+2
2016-11-23powerpc: T1042: Remove macro CONFIG_PPC_T1042York Sun1-1/+1
2016-11-23powerpc: T1040: Remove macro CONFIG_PPC_T1040York Sun1-1/+1
2016-11-23powerpc: T1024: Remove macro CONFIG_PPC_T1024York Sun1-1/+1
2016-11-23powerpc: T1023: Remove macro CONFIG_PPC_T1023York Sun1-1/+1
2016-11-23powerpc: B4420: Remove macro CONFIG_PPC_B4420York Sun1-1/+1
2016-11-23powerpc: B4860QDS: Remove macro CONFIG_B4860QDSYork Sun1-3/+4
2016-11-23powerpc: B4860: Remove macro CONFIG_PPC_B4860York Sun1-1/+1
2016-11-23powerpc: P5040: Remove macro CONFIG_P5040York Sun1-1/+1
2016-11-23powerpc: P5020: Remove macro CONFIG_PPC_P5020York Sun1-1/+1
2016-11-23powerpc: P4080: Remove macro CONFIG_PPC_P4080York Sun1-1/+1
2016-11-23powerpc: P3041: Remove macro CONFIG_PPC_P3041York Sun1-1/+1
2016-11-23powerpc: P2041: Remove macro CONFIG_PPC_P2041York Sun1-1/+1
2016-11-23powerpc: P1017: Drop configuration for P1017York Sun2-2/+1
2016-11-23powerpc: P1023: Remove macro CONFIG_P1023York Sun2-2/+2
2016-09-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-1/+11
2016-09-26armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046AYork Sun1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-14net: fm: fix spi flash probe for using driver modelQianyu Gong1-0/+10
2016-08-22net/fm: Remove unused code of FMan QMIHou Zhiqiang1-3/+0
2016-07-26drivers: net/fm: Add Fman support for LS1046AMingkai Hu2-0/+124
2016-06-03nand: Embed mtd_info in struct nand_chipScott Wood1-1/+1