summaryrefslogtreecommitdiff
path: root/drivers/net/fsl-mc
AgeCommit message (Expand)Author
2023-02-02drivers: net: fsl-mc: do not use multiple blank linesIoana Ciornei
2023-02-02drivers: net: fsl-mc: align parameters to the open paranthesisIoana Ciornei
2023-02-02drivers: net: fsl-mc: remove explicit castIoana Ciornei
2023-02-02drivers: net: fsl-mc: do not prefix decimal values with 0xIoana Ciornei
2023-02-02drivers: net: fsl-mc: remove an useless break statementIoana Ciornei
2023-02-02drivers: net: fsl-mc: remove useless assignment of variableIoana Ciornei
2022-12-07net: fsl-mc: Remove non-DM_ETH codeTom Rini
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2022-09-07net: Convert fit verification to use fit_get_data_*Sean Anderson
2022-08-20fsl-mc: Update dependencies for DM_ETHTom Rini
2021-11-09drivers: net: fsl-mc: add a command which dumps the MC logCosmin-Florin Aluchenesei
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-07-22net: fsl-mc: fix logically dead codeCosmin-Florin Aluchenesei
2021-02-15image: Adjust the workings of fit_check_format()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-10armv8: lx2162a: Add Soc changes to support LX2162AMeenakshi Aggarwal
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-20Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriqTom Rini
2020-05-19net: fsl-mc: fixup DPC: add /board/ports node if missingRazvan Ionut Cirjan
2020-05-19drivers: net: fsl-mc: fixup msi-map propertyLaurentiu Tudor
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-04-29drivers: net: fsl-mc: add support for CONFIG_DM_ETHIoana Ciornei
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-26drivers/fsl-mc: Support DPSPARSER object and apply spb commandFlorinel Iordache
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-09-04drivers/fsl-mc: Create Kconfig file to manage driver specific configs betterFlorinel Iordache
2019-08-22drivers: net: mc: Report extra memory to LinuxMeenakshi Aggarwal
2019-08-11env: Move env_get() to env.hSimon Glass
2019-03-15mc : Reduce MC memory size to 128MMeenakshi Aggarwal
2019-03-15driver: net: fsl-mc: Fix DPC MAC address fixupIoana Ciocoi Radulescu
2019-01-17fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefiMian Yousaf Kaukab
2018-10-10driver: net: fsl-mc: initialize dpmac irrespective of phyPankaj Bansal
2018-09-27driver: net: fsl-mc: Memset MC reserve ram memory before usagePrabhakar Kushwaha
2018-09-27u-boot: fixup the iommu-map property of fsl-mc nodeNipun Gupta
2018-08-08fsl/mc: Limit the ethernet name to ETH_NAME_LENPankaj Bansal
2018-05-09driver: net: fsl-mc: updated copyright infoYogesh Gaur
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-01-30driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dplYogesh Gaur
2017-12-13armv8: ls1043a/ls2080a: check SoC by device IDWenbin song