[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx8: Enable typec config for nxp-imx8

2023-06-07 Thread Xiaolei Wang via lists.yoctoproject.org
Enable typec config for nxp-imx8. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx8/nxp-imx8.cfg | 8 1 file changed, 8 insertions(+) diff --git a/bsp/nxp-imx8/nxp-imx8.cfg b/bsp/nxp-imx8/nxp-imx8.cfg index 233e1d4e..1581cdc6 100644 --- a/bsp/nxp-imx8/nxp-imx8.cfg +++

[linux-yocto] [PATCH 2/2] spi-nor: macronix: update to fix warning when buffers on stack

2023-06-07 Thread Zhantao Tang via lists.yoctoproject.org
Because the commit 8868c03f3ca5 ("spi: spi-mem: check if data buffers are on stack") introduced new check to warn when buffers on stack. So use nor->bouncebuf to replace the stack variable for buf to fix the warning: [ cut here ] WARNING: CPU: 3 PID: 1 at

[linux-yocto] [std/rt kernel v6.1]: nxp-s32g: spi: fix fsl-qspi nor flash work abnormally issue

2023-06-07 Thread Zhantao Tang via lists.yoctoproject.org
Hi Bruce, The following two patches is to fix s32cc fsl-qspi nor flash work abnormally issue. Would you please help to merge them into the following: v6.1/standard/nxp-sdk-5.15/nxp-s32g v6.1/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g branches? Thanks, Zhantao

[linux-yocto] [PATCH 1/2] spi: fsl-qspi: add mem_caps definition to fix "Software reset failed" issue

2023-06-07 Thread Zhantao Tang via lists.yoctoproject.org
Since commit 4a3cc7fb6e63 ("spi: spi-mem: Introduce a capability structure") introduced a new struct spi_controller_mem_caps to indicate the DTR mode is supportd or not. For S32G fsl-qspi, it uses DTR mode, so set it to true to tell that the DTR mode is enabled, or else, there will be following

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH 2/2] nxp-imx8: Enable the IOMMU driver

2023-06-07 Thread Xiaolei Wang via lists.yoctoproject.org
The FEC Ethernet driver depends on the IOMMU function, and its probe would fail with "deferred probe timeout, ignoring dependency" error if IOMMU isn't enabled. Enable IOMMU to fix this issue. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx8/nxp-imx8.cfg | 6 ++ 1 file changed, 6 insertions(+)

[linux-yocto] [linux-ycoto][yocto-kernel-cache yocto-6.1][PATCH 1/2] nxp-imx8: Enable sound card config for nxp-imx8

2023-06-07 Thread Xiaolei Wang via lists.yoctoproject.org
Enable sound card config for nxp-imx8 audio feature. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx8/nxp-imx8.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/nxp-imx8/nxp-imx8.cfg b/bsp/nxp-imx8/nxp-imx8.cfg index 784d3bbd..53d48a1d 100644 --- a/bsp/nxp-imx8/nxp-imx8.cfg +++

Re: [linux-yocto] [yocto-kernel-cache]: nxp-ls1046: add scc and cfg files for nxp-ls1046 platform

2023-06-07 Thread Bruce Ashfield
In message: [yocto-kernel-cache]: nxp-ls1046: add scc and cfg files for nxp-ls1046 platform on 07/06/2023 Meng Li wrote: > From: Limeng > > Hi Bruce, > > Recently, I am working on nxp ls1046 SoC BSP, and want to add scc and cfg > files for this BSP in kernel-cache. > > Could you please help

Re: [linux-yocto][linux-yocto v6.1/standard/intel-sdk-6.1/intel-socfpga & v6.1/standard/preempt-rt/intel-sdk-6.1/intel-socfpga][PATCH 1/2] kbuild: Enable DT symbols when CONFIG_OF_OVERLAY is used

2023-06-07 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v6.1/standard/intel-sdk-6.1/intel-socfpga & v6.1/standard/preempt-rt/intel-sdk-6.1/intel-socfpga][PATCH 1/2] kbuild: Enable DT symbols when CONFIG_OF_OVERLAY is used on 06/06/2023 Liwei Song wrote: > From: Geert Uytterhoeven > > commit

Re: [linux-yocto][linux-yocto v6.1] bump marvell cn96xx kernel to v6.1 based on marvell SDK12

2023-06-07 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v6.1] bump marvell cn96xx kernel to v6.1 based on marvell SDK12 on 06/06/2023 Ruiqiang Hao wrote: > v1->v2: > rebase to v6.1.32 v2 merged! Bruce > > Hi Bruce, > > Please help to create branches and merge code into our linux-yocto repo. > >

[linux-yocto] [PATCH] nxp-ls1046: add scc and cfg files for nxp-ls1046 platform

2023-06-07 Thread Meng Li via lists.yoctoproject.org
Refer to scc and cfg files on branch yocto-5.15, add new scc and cfg files for BSP nxp-ls1046 on branch yocto-6.1. Signed-off-by: Meng Li --- bsp/nxp-ls1046/nxp-ls1046-preempt-rt.scc | 7 + bsp/nxp-ls1046/nxp-ls1046-standard.scc | 7 + bsp/nxp-ls1046/nxp-ls1046.cfg| 155

[linux-yocto] [yocto-kernel-cache]: nxp-ls1046: add scc and cfg files for nxp-ls1046 platform

2023-06-07 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, Recently, I am working on nxp ls1046 SoC BSP, and want to add scc and cfg files for this BSP in kernel-cache. Could you please help to merge this patch into yocto-kernel-cache, branch is only yocto-6.1? diffstat info as below: nxp-ls1046-preempt-rt.scc |7 ++