Re: [linux-yocto][yocto-kernel-cache][yocto-5.15 and yocto-6.1][PATCH] features/net_sched: remove retired config NET_SCH_CBQ and NET_SCH_DSMARK

2024-03-05 Thread Bruce Ashfield
I've already had these removed in 6.6 and master for a bit now, so I've done cherry-picks instead of taking this patch. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.15 and yocto-6.1][PATCH] features/net_sched: remove retired config NET_SCH_CBQ and NET_SCH_DSMARK on 04/03/2024 Yong

Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/2] nxp-imx9: Add nxp-imx9 BSP kernel cache

2024-03-05 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 1/2] nxp-imx9: Add nxp-imx9 BSP kernel cache on 04/03/2024 Xiaolei Wang wrote: > nxp-imx9 and nxp-imx8 use a set of kernel cache in the > SDK, and some drivers are common, such as the media module, > so here I deleted t

Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon

2024-03-05 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon on 05/03/2024 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge code into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/cn-sdkv5.4/octeon merged. Bruce > > Th

Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon

2024-03-05 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon on 05/03/2024 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge code into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/cn-sdkv5.15/octeon merged. Bruce > > T

Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon[RT]

2024-03-05 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon[RT] on 05/03/2024 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge code into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/preempt-rt/cn-sdkv5.15/octeon merged.

Re: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon[RT]

2024-03-05 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v5.15] kernel code for marvell octeon[RT] on 05/03/2024 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge code into our linux-yocto repo. > > repo: > linux-yocto > branch: > v5.15/standard/preempt-rt/cn-sdkv5.4/octeon merged.

Re: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] pwm: adp5585: Add return value to pwm_adp5585_get_state()

2024-03-05 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v6.1/standard/nxp-sdk-6.1/nxp-soc & v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc][PATCH] pwm: adp5585: Add return value to pwm_adp5585_get_state() on 05/03/2024 Xiaolei Wang wrote: > commit 547cc8dae247 ("pwm: Make .get_state() callback return an error c

[linux-yocto][linux-yocto v6.1/standard/ti-sdk-6.1/ti-j7xxx & v6.1/standard/preempt-rt/ti-sdk-6.1/ti-j7xxx][PATCH] arm64: dts: ti: k3-am62x-sk-csi2-imx219: use the overlay's parent node for graph port

2024-03-05 Thread Xulin Sun via lists.yoctoproject.org
dtc tool will check graph port to see if node->name is "port" or not, and output the warning if the node->name is not "port". For overlay node, the node->name is "__overlay__" and cause the warning. Use the overlay's parent node for graph port to describe the node to avoid below building issue: arc