Re: [linux-yocto] Trial merge of v5.15.153 v6.1.83 for linux-yocto

2024-03-28 Thread Bruce Ashfield
In message: Trial merge of v5.15.153 v6.1.83 for linux-yocto on 27/03/2024 Kevin Hao wrote: > Hi Bruce, > > This is a trial merge of the stable kernel v5.15.153 v6.1.83 for the > following branches in the linux-yocto. > 205fb9414e6e v5.15/standard/sdkv5.10/axxia > 979be40c2ae5

Re: [linux-yocto] [linux-yocto v6.1] nxp-soc: Fix two build warnings

2024-03-28 Thread Bruce Ashfield
In message: [linux-yocto v6.1] nxp-soc: Fix two build warnings on 27/03/2024 Kevin Hao wrote: > From: Kevin Hao > > Hi Bruce, > > This patch series fixes two build warnings introduced by SDK commit > 20932f1f83d3 ("fec_ecat: add fec native driver for raw packet proto"). > > Please help me

Re: [linux-yocto][linux-yocto v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] fec_ecat: Fix build warning in fec_ecat.c

2024-03-28 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][linux-yocto v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] fec_ecat: Fix build warning in fec_ecat.c on 28/03/2024 Xiaolei Wang wrote: > commit ("fec_ecat: add fec native driver for raw packet prot"), >

Re: [linux-yocto] [kernel-cache][PATCH 1/3] bsp/genericarm64: enable support for Xilinx KV260

2024-03-28 Thread Bruce Ashfield
merged. SRCREV bumps will follow shortly. Bruce In message: [linux-yocto] [kernel-cache][PATCH 1/3] bsp/genericarm64: enable support for Xilinx KV260 on 27/03/2024 Ross Burton wrote: > From: Ross Burton > > Add more config options so that the Xilinx KV260 is fully supported. > > This work

Re: [linux-yocto] [yocto-kernel-cache yocto-6.6][PATCH 1/2] features/nf_tables: nft_objref is now builtin

2024-03-28 Thread Bruce Ashfield
merged to 6.6 and master. Bruce In message: [linux-yocto] [yocto-kernel-cache yocto-6.6][PATCH 1/2] features/nf_tables: nft_objref is now builtin on 27/03/2024 Lyu, William via lists.yoctoproject.org wrote: > From: William Lyu > > Starting from kernel v6.2 (including all rc versions), >

Re: [v2][linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am62: add TSN feature related kernel configs

2024-03-28 Thread Bruce Ashfield
I had a minor merge conflict with this change: - commit 8de3d1d2825a5d6fb30279acb583f9778c1da164 Author: Meng Li Date: Thu Feb 22 22:44:26 2024 +0800 ti-am62: enable optee related kernel configs Add optee feature and enable it in ti-am62 BSP. Signed-off-by: Meng Li

Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am62: add kernel configs NET_SCH_CBS & NET_SCH_MQPRIO & NET_SCH_ETF

2024-03-28 Thread Bruce Ashfield
In message: Re: [linux-yocto][yocto-kernel-cache][yocto-6.1][PATCH] ti-am62: add kernel configs NET_SCH_CBS & NET_SCH_MQPRIO & NET_SCH_ETF on 27/03/2024 Kevin Hao wrote: > On Wed, Mar 27, 2024 at 03:30:35PM +0800, Xulin Sun via > lists.yoctoproject.org wrote: > > Add kernel configs NET_SCH_CBS

Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/3] nxp-imx9: Delete IMX_SCU since imx93 does not need this driver

2024-03-28 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/3] nxp-imx9: Delete IMX_SCU since imx93 does not need this driver on 26/03/2024 Xiaolei Wang wrote: > IMX_SCU is specific on imx8, so remove it to avoid warnings > > [NOTE]: 'CONFIG_PINCTRL_IMX_SCU' last val (y) and

Re: [linux-yocto][branch v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/2] net: stmmac: Fix build error fpe_cfg undeclared

2024-03-28 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][branch v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH 1/2] net: stmmac: Fix build error fpe_cfg undeclared on 23/03/2024 Xiaolei Wang wrote: > Use priv->plat->fpe_cfg instead of fpe_cfg to avoid fpe_cfg

[linux-yocto][linux-yocto v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] fec_ecat: Fix build warning in fec_ecat.c

2024-03-28 Thread Xiaolei Wang via lists.yoctoproject.org
commit ("fec_ecat: add fec native driver for raw packet prot"), introduced many warnings, which comes from the SDK, Since too many warnings are introduced by this file, this patch fixes all warnings. Signed-off-by: Xiaolei Wang --- drivers/net/ethernet/freescale/fec_ecat.c | 131