Re: [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: use the overlay's parent node for graph port for dtso

2023-12-27 Thread Bruce Ashfield
merged. Bruce In message: [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: use the overlay's parent node for graph port for dtso on 22/12/2023 Xulin Sun wrote: > dtc tool will check graph port to see if node->na

Re: [linux-yocto][v5.15/standard/intel-sdk-5.15/intel-socfpga && v5.15/standard/preempt-rt/intel-sdk-5.15/intel-socfpga][PATCH 1/1] arch: arm64: dts: improve the overlay used to updating FPGA image

2023-12-27 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v5.15/standard/intel-sdk-5.15/intel-socfpga && v5.15/standard/preempt-rt/intel-sdk-5.15/intel-socfpga][PATCH 1/1] arch: arm64: dts: improve the overlay used to updating FPGA image on 25/12/2023 Liwei Song wrote: > From: Meng Li > > - remove unnecessary

Re: [linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] xilinx-zynq: remove redundant kernel option CONFIG_XILINX_PREFETCH

2023-12-27 Thread Bruce Ashfield
merged. Bruce In message: [yocto-kernel-cache][yocto-6.1][PATCH] xilinx-zynq: remove redundant kernel option CONFIG_XILINX_PREFETCH on 26/12/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > In SDK commit 4e34bbe7cda03 ("Revert "ARM: zynq: Fix prefetch option""), > the kernel

Re: [linux-yocto] [yocto-kernel-cache][yocto-6.1][PATCH] bsp: xilinx-versal: fix duplicated option warning

2023-12-27 Thread Bruce Ashfield
merged. Bruce In message: [yocto-kernel-cache][yocto-6.1][PATCH] bsp: xilinx-versal: fix duplicated option warning on 26/12/2023 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > There is a duplicated kernel option CONFIG_RESET_CONTROLLER and we need > to remove it to fix the warni

[linux-yocto][branch v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc & v6.1/standard/nxp-sdk-6.1/nxp-soc][PATCH] imx: dpu-blit: Remove GFP_DMA32

2023-12-27 Thread Xiaolei Wang via lists.yoctoproject.org
The DMA32 zone on imx8qm is empty, and GFP_DMA32 and GFP_DMA are a bad combination. Signed-off-by: Xiaolei Wang --- drivers/gpu/imx/dpu-blit/dpu-blit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/imx/dpu-blit/dpu-blit.c b/drivers/gpu/imx/dpu-blit/dpu-blit.c i