summaryrefslogtreecommitdiff
path: root/drivers/net/fm
Commit message (Expand)AuthorAgeFilesLines
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* driver: net: fm: add DM ETH supportMadalin Bucur2020-04-295-10/+447
* driver: net: fm: add DM MDIO supportMadalin Bucur2020-04-291-2/+137
* driver: net: fm: separate receive buffer free codeMadalin Bucur2020-04-291-26/+37
* driver: net: fm: change init_phy() paramMadalin Bucur2020-04-291-11/+8
* net: fm: fix build error when not using nandFrancois Gervais2020-04-171-0/+2
* armv8/ls1046ardb: RGMII ports require internal delayMadalin Bucur2020-03-301-2/+2
* armv8/ls1043ardb: RGMII ports require internal delayMadalin Bucur2020-03-301-2/+2
* net: fman: add support for all RGMII delay modesMadalin Bucur2020-03-301-0/+4
* crc32: Use the crc.h header for crc functionsSimon Glass2019-12-022-0/+2
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* configs: Migrate CONFIG_FMAN_ENET and some related options to KconfigTom Rini2019-05-261-1/+1
* net: fm: add TFABOOT supportRajesh Bhagat2018-12-061-3/+100
* powerpc: t1040: Correct RCW EC2 settingsBin Meng2018-10-291-3/+0
* net: fman: Support both new and legacy FMan CompatiblesZhao Qiang2018-09-271-1/+2
* ppa/fm/qe: use block layer in ppa/fm/qe driverYinbo Zhu2018-09-271-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0722-45/+22
* blk: Remove various places that do flush cache after readBin Meng2017-09-151-2/+0
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-162-2/+2
* env: Rename common functions related to setenv()Simon Glass2017-08-161-1/+1
* net: fman: add support RGMII_TXID to memacMadalin Bucur2017-08-141-1/+3
* net: fm: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-1/+2
* armv8/ls1046a: RGMII PHY requires internal delay on TxMadalin Bucur2017-06-021-2/+2
* armv8/ls1043a: RGMII PHY requires internal delay on TxMadalin Bucur2017-06-021-2/+2
* armv8: ls1043a: Drop macro CONFIG_LS1043AYork Sun2017-04-171-1/+1
* powerpc: mpc85xx: Remove variant SoCs T1020/T1022/T1013/T1014York Sun2017-01-041-2/+0
* net: fman: fix 2.5G SGMII settingsshaohui xie2016-12-082-10/+24
* powerpc: T4080: Drop configuration for T4080York Sun2016-11-231-1/+0
* powerpc: T4240: Remove macro CONFIG_PPC_T4240York Sun2016-11-231-1/+1
* powerpc: T4160: Remove macro CONFIG_PPC_T4160York Sun2016-11-231-1/+1
* powerpc: T2080, T2081: Remove macro CONFIG_PPC_T2080 and CONFIG_PPC_T2081York Sun2016-11-231-2/+2
* powerpc: T1042: Remove macro CONFIG_PPC_T1042York Sun2016-11-231-1/+1
* powerpc: T1040: Remove macro CONFIG_PPC_T1040York Sun2016-11-231-1/+1
* powerpc: T1024: Remove macro CONFIG_PPC_T1024York Sun2016-11-231-1/+1
* powerpc: T1023: Remove macro CONFIG_PPC_T1023York Sun2016-11-231-1/+1
* powerpc: B4420: Remove macro CONFIG_PPC_B4420York Sun2016-11-231-1/+1
* powerpc: B4860QDS: Remove macro CONFIG_B4860QDSYork Sun2016-11-231-3/+4
* powerpc: B4860: Remove macro CONFIG_PPC_B4860York Sun2016-11-231-1/+1
* powerpc: P5040: Remove macro CONFIG_P5040York Sun2016-11-231-1/+1
* powerpc: P5020: Remove macro CONFIG_PPC_P5020York Sun2016-11-231-1/+1
* powerpc: P4080: Remove macro CONFIG_PPC_P4080York Sun2016-11-231-1/+1
* powerpc: P3041: Remove macro CONFIG_PPC_P3041York Sun2016-11-231-1/+1
* powerpc: P2041: Remove macro CONFIG_PPC_P2041York Sun2016-11-231-1/+1
* powerpc: P1017: Drop configuration for P1017York Sun2016-11-232-2/+1
* powerpc: P1023: Remove macro CONFIG_P1023York Sun2016-11-232-2/+2
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-09-262-1/+11
|\
| * armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046AYork Sun2016-09-261-1/+1