[PATCH v2 05/11] net/dpaa2: add dpmac MC header file
Stephen Hemminger
stephen at networkplumber.org
Wed Jun 4 22:01:41 CEST 2025
On Mon, 2 Jun 2025 16:10:35 +0530
Gagandeep Singh <g.singh at nxp.com> wrote:
> From: Apeksha Gupta <apeksha.gupta at nxp.com>
>
> This patch upgrades the MC firmware release API compatibility
> to 10.39.0. Added mc/fsl_dpmac.h file.
>
> Signed-off-by: Apeksha Gupta <apeksha.gupta at nxp.com>
> ---
> drivers/net/dpaa2/mc/fsl_dpmac.h | 490 +++++++++++++++++++++++++++++++
> 1 file changed, 490 insertions(+)
> create mode 100644 drivers/net/dpaa2/mc/fsl_dpmac.h
>
> diff --git a/drivers/net/dpaa2/mc/fsl_dpmac.h b/drivers/net/dpaa2/mc/fsl_dpmac.h
> new file mode 100644
> index 0000000000..c4f16f6113
> --- /dev/null
> +++ b/drivers/net/dpaa2/mc/fsl_dpmac.h
> @@ -0,0 +1,490 @@
> +/* Copyright 2013-2016 Freescale Semiconductor Inc.
> + * Copyright 2018-2022, 2024 NXP
> + *
File is missing required SPDX license information.
We use that instead of the older legal boilerplate style
More information about the dev
mailing list