[linux-yocto][linux-yocto v6.6/standard/ti-sdk-6.6/ti-soc & v6.6/standard/preempt-rt/ti-sdk-6.6/ti-soc][PATCH] media: cadence: csi2rx: correct not defined label

2024-06-26 Thread Xulin Sun via lists.yoctoproject.org
Correct not defined label introduced by wrong merging and to fix below building issue: drivers/media/platform/cadence/cdns-csi2rx.c:339:17: error: label 'err_disable_sysclk' used but not defined | 339 | goto err_disable_sysclk; | | ^~~~ Signed-off-by:

[linux-yocto][yocto-kernel-cache yocto-6.1] remove NVME support for marvell cn96xx

2024-06-26 Thread Ruiqiang Hao via lists.yoctoproject.org
Hi Bruce, Please help to merge this patch into our linux-yocto repo. repo: yocto-kernel-cache branch: yocto-6.1 yocto-6.6 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14103):

[linux-yocto] [PATCH] marvell-cn96xx: remove NVME block device support

2024-06-26 Thread Ruiqiang Hao via lists.yoctoproject.org
From: Ruiqiang Hao Starting from the B0 hardware version, Marvell has removed support for NVME devices. We don't need to enable NVME in kernel. Signed-off-by: Ruiqiang Hao --- bsp/marvell-cn96xx/marvell-cn96xx.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git