summaryrefslogtreecommitdiff
path: root/drivers/net/fm
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-08net: fman: fix 2.5G SGMII settingsshaohui xie2-10/+24
2016-11-24powerpc: T4080: Drop configuration for T4080York Sun1-1/+0
2016-11-24powerpc: T4240: Remove macro CONFIG_PPC_T4240York Sun1-1/+1
2016-11-24powerpc: T4160: Remove macro CONFIG_PPC_T4160York Sun1-1/+1
2016-11-24powerpc: T2080, T2081: Remove macro CONFIG_PPC_T2080 and CONFIG_PPC_T2081York Sun1-2/+2
2016-11-24powerpc: T1042: Remove macro CONFIG_PPC_T1042York Sun1-1/+1
2016-11-24powerpc: T1040: Remove macro CONFIG_PPC_T1040York Sun1-1/+1
2016-11-24powerpc: T1024: Remove macro CONFIG_PPC_T1024York Sun1-1/+1
2016-11-24powerpc: T1023: Remove macro CONFIG_PPC_T1023York Sun1-1/+1
2016-11-24powerpc: B4420: Remove macro CONFIG_PPC_B4420York Sun1-1/+1
2016-11-24powerpc: B4860QDS: Remove macro CONFIG_B4860QDSYork Sun1-3/+4
2016-11-24powerpc: B4860: Remove macro CONFIG_PPC_B4860York Sun1-1/+1
2016-11-24powerpc: P5040: Remove macro CONFIG_P5040York Sun1-1/+1
2016-11-24powerpc: P5020: Remove macro CONFIG_PPC_P5020York Sun1-1/+1
2016-11-24powerpc: P4080: Remove macro CONFIG_PPC_P4080York Sun1-1/+1
2016-11-24powerpc: P3041: Remove macro CONFIG_PPC_P3041York Sun1-1/+1
2016-11-24powerpc: P2041: Remove macro CONFIG_PPC_P2041York Sun1-1/+1
2016-11-24powerpc: P1017: Drop configuration for P1017York Sun2-2/+1
2016-11-24powerpc: P1023: Remove macro CONFIG_P1023York Sun2-2/+2
2016-09-27Merge 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-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-09-15net: 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-04nand: Embed mtd_info in struct nand_chipScott Wood1-1/+1
2016-05-25powerpc:t4240: MAC9 and MAC10 should not be identified as 1G interface in som...Ying Zhang1-1/+1
2016-03-15Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass1-0/+1
2016-02-24driver/fm: fdt.c: fix fdt_fixup_fman_firmware() to support ARM platformsQianyu Gong1-5/+6
2016-02-24fm: fdt: Move fman ucode fixup to driver codeQianyu Gong2-0/+129
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong1-1/+1
2016-01-15Fix GCC format-security errors and convert sprintfs.Ben Whitten2-2/+2
2016-01-14block: pass block dev not num to read/write/erase()Stephen Warren1-1/+2
2015-12-17net: fm: disables unused FM1-DTSEC1 MAC node in DTSShaohui Xie1-0/+4
2015-12-17armv8/ls1043a: remove print infoMingkai Hu1-8/+1
2015-10-29armv8/ls1043a: Add Fman supportShaohui Xie3-2/+128
2015-10-29net/fm: Add QSGMII PCS initShaohui Xie1-5/+13
2015-10-29net: Move some header files to include/Shaohui Xie5-6/+6
2015-10-29net: fm: bug fix when CONFIG_PHYLIB not definedShaohui Xie1-1/+7
2015-10-29net/fm: Make the return value logic consistent with conventionHou Zhiqiang1-24/+36