summaryrefslogtreecommitdiff
path: root/drivers/net/fsl-mc
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-1/+1
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass1-2/+1
2021-07-22net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei1-2/+2
2021-02-16image: Adjust the workings of fit_check_format()Simon Glass1-1/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-2/+2
2020-12-19dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-10armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini1-4/+30
2020-05-19net: fsl-mc: fixup DPC: add /board/ports node if missingRazvan Ionut Cirjan1-3/+14
2020-05-19drivers: net: fsl-mc: fixup msi-map propertyLaurentiu Tudor1-1/+16
2020-05-19common: Drop linux/delay.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/bug.h from common headerSimon Glass3-0/+3
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+1
2020-04-29drivers: net: fsl-mc: add support for CONFIG_DM_ETHIoana Ciornei1-12/+36
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass2-0/+2
2019-12-26drivers/fsl-mc: Support DPSPARSER object and apply spb commandFlorinel Iordache4-22/+396
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-09-04drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache1-0/+25
2019-08-22drivers: net: mc: Report extra memory to LinuxMeenakshi Aggarwal1-0/+10
2019-08-11env: Move env_get() to env.hSimon Glass1-0/+1
2019-03-15mc : Reduce MC memory size to 128MMeenakshi Aggarwal1-4/+18
2019-03-15driver: net: fsl-mc: Fix DPC MAC address fixupIoana Ciocoi Radulescu1-1/+3
2019-01-18fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefiMian Yousaf Kaukab1-0/+5
2018-10-10driver: net: fsl-mc: initialize dpmac irrespective of phyPankaj Bansal1-4/+2
2018-09-27driver: net: fsl-mc: Memset MC reserve ram memory before usagePrabhakar Kushwaha1-0/+7
2018-09-27u-boot: fixup the iommu-map property of fsl-mc nodeNipun Gupta1-0/+34
2018-08-08fsl/mc: Limit the ethernet name to ETH_NAME_LENPankaj Bansal1-3/+3
2018-05-09driver: net: fsl-mc: updated copyright infoYogesh Gaur7-8/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini15-32/+15
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-01-30driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dplYogesh Gaur1-1/+3
2017-12-14armv8: ls1043a/ls2080a: check SoC by device IDWenbin song1-2/+2
2017-12-07driver: fsl-mc: MC object cleanup when DPL not loadedYogesh Gaur1-1/+2
2017-12-07driver: net: fsl-mc: flib changes for MC 10.3.0Yogesh Gaur7-353/+374
2017-11-15driver: net: fsl-mc: Use base 16 in simple_strtoulPrabhakar Kushwaha1-1/+1
2017-10-27driver: fsl-mc: use calloc instead mallocPrabhakar Kushwaha1-18/+21
2017-09-11drivers:net:fsl-mc: Update MC address calculationPriyanka Jain1-2/+9
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-2/+2
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-3/+3
2017-08-09driver: net: fsl-mc: fsl_mc_ldpaa_exit exit earlier if dpl appliedSantan Kumar1-2/+9
2017-06-05common: freescale: Move arch-specific declarationsSimon Glass1-0/+1
2017-06-02drivers: net: fsl-mc: Include MAC addr fixup to DPLBogdan Purcareata1-63/+195
2017-06-02drivers: net: fsl-mc: Link MC boot to PHY_RESET_RBogdan Purcareata1-0/+16
2017-05-23driver: net: fsl-mc: Update fsl_mc_ldpaa_exit() pathYogesh Gaur1-7/+13