Re: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx8: Enable IMX8MM_THERMAL

2024-01-24 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx8: Enable IMX8MM_THERMAL on 25/01/2024 Xiaolei Wang wrote: > Enable IMX8MM_THERMAL for iMX8MP. > > Signed-off-by: Xiaolei Wang > --- > bsp/nxp-imx8/nxp-imx8.cfg | 1 + > 1 file changed, 1 insertion(+) > >

[linux-yocto][yocto-kernel-cache yocto-6.1][PATCH] nxp-imx8: Enable IMX8MM_THERMAL

2024-01-24 Thread Xiaolei Wang via lists.yoctoproject.org
Enable IMX8MM_THERMAL for iMX8MP. Signed-off-by: Xiaolei Wang --- bsp/nxp-imx8/nxp-imx8.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/nxp-imx8/nxp-imx8.cfg b/bsp/nxp-imx8/nxp-imx8.cfg index e5548296..c79ad57d 100644 --- a/bsp/nxp-imx8/nxp-imx8.cfg +++ b/bsp/nxp-imx8/nxp-imx8.cfg

Re: [linux-yocto] Trial merge of v6.1.74 for linux-yocto

2024-01-24 Thread Bruce Ashfield
Thanks Kevin. I've done the same stable merge here. Bruce In message: Trial merge of v6.1.74 for linux-yocto on 21/01/2024 Kevin Hao wrote: > Hi Bruce, > > This is a trial merge of the stable kernel v6.1.74 for the following branches > in the linux-yocto. > a2aca9977c0e

Re: [V2][linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] driver: soc: xilinx: rename cpu_number1 to dummy_cpu_number

2024-01-24 Thread Bruce Ashfield
In message: [V2][linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] driver: soc: xilinx: rename cpu_number1 to dummy_cpu_number on 25/01/2024 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > The per cpu variable cpu_number1 is passed to xlnx_event_handler as > argument

[V2][linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] driver: soc: xilinx: rename cpu_number1 to dummy_cpu_number

2024-01-24 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang The per cpu variable cpu_number1 is passed to xlnx_event_handler as argument "dev_id", but is not used in this function. So drop the initialization of this variable and rename it to dummy_cpu_number. This patch is to fix the following calltrace when the kernel option

Re: [linux-yocto][v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] gpio: fix pinctrl_gpio_get_mux_owner

2024-01-24 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v5.15/standard/preempt-rt/nxp-sdk-5.15/nxp-s32g][PATCH] gpio: fix pinctrl_gpio_get_mux_owner on 24/01/2024 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > The commit 4ce1995313ecb ("gpio: use pinctrl_gpio_get_mux_owner") > intends to call

Re: [linux-yocto][yocto-kernel-cache][master/yocto-6.6/yocto-6.1][PATCH] bsp/intel-x86: add support for TI DP83867 Gigabit PHY

2024-01-24 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][master/yocto-6.6/yocto-6.1][PATCH] bsp/intel-x86: add support for TI DP83867 Gigabit PHY on 24/01/2024 Yongxin Liu wrote: > Signed-off-by: Yongxin Liu > --- > bsp/intel-x86/intel-x86.cfg | 1 + > 1 file changed, 1 insertion(+) > >

Re: [linux-yocto] [kernel-cache yocto-6.6] beaglebone: Drop the nonassignable kernel options

2024-01-24 Thread Bruce Ashfield
merged. SRCREV bumps will be out shortly. Bruce In message: [kernel-cache yocto-6.6] beaglebone: Drop the nonassignable kernel options on 20/01/2024 Kevin Hao wrote: > From: Kevin Hao > > These kernel options aren't assignable. In the previous version of the > kernel, these options were

Re: [linux-yocto] [kernel-cache][master][yocto-6.6][PATCH] features/qat/qat.cfg: enable CONFIG_PCIEAER

2024-01-24 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto] [kernel-cache][master][yocto-6.6][PATCH] features/qat/qat.cfg: enable CONFIG_PCIEAER on 19/01/2024 Naveen Saini wrote: > Error: > 4.24.0-5/qat17/quickassist/qat/drivers/crypto/qat/ > qat_common/../../../../compat/qat_compat.c:401:19: error: > 'struct

Re: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] driver: soc: xilinx: rename cpu_number1 to dummy_cpu_number

2024-01-24 Thread Bruce Ashfield
I have no record of the original patch, you'll need to send a v2. Bruce In message: Re: [linux-yocto][v6.1/standard/preempt-rt/sdkv6.1/xlnx-soc][PATCH] driver: soc: xilinx: rename cpu_number1 to dummy_cpu_number on 19/01/2024 Quanyang Wang wrote: > ping. > > On 1/17/24 10:53, quanyang.wang