aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fsl-mc/mc.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10drivers: net: fsl-mc: add support for MC reserved memoryLaurentiu Tudor1-0/+110
2023-06-15net: fsl-mc: sync DPNI MC APIsIoana Ciornei1-12/+2
2023-05-05drivers: net: fsl-mc: fix MAC address fixup procedureIoana Ciornei1-18/+13
2023-02-02drivers: net: fsl-mc: do not use multiple blank linesIoana Ciornei1-2/+0
2023-02-02drivers: net: fsl-mc: align parameters to the open paranthesisIoana Ciornei1-7/+5
2023-02-02drivers: net: fsl-mc: remove explicit castIoana Ciornei1-8/+5
2023-02-02drivers: net: fsl-mc: do not prefix decimal values with 0xIoana Ciornei1-6/+6
2023-02-02drivers: net: fsl-mc: remove an useless break statementIoana Ciornei1-1/+0
2023-02-02drivers: net: fsl-mc: remove useless assignment of variableIoana Ciornei1-1/+0
2022-12-07net: fsl-mc: Remove non-DM_ETH codeTom Rini1-21/+0
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-24/+24
2022-09-07net: Convert fit verification to use fit_get_data_*Sean Anderson1-27/+3
2021-11-09drivers: net: fsl-mc: add a command which dumps the MC logCosmin-Florin Aluchenesei1-1/+88
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-15image: 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
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
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-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-05-18common: 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-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-26drivers/fsl-mc: Support DPSPARSER object and apply spb commandFlorinel Iordache1-21/+243
2019-12-02common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
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-17fsl-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 Gaur1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
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-06driver: fsl-mc: MC object cleanup when DPL not loadedYogesh Gaur1-1/+2
2017-12-06driver: net: fsl-mc: flib changes for MC 10.3.0Yogesh Gaur1-85/+152
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