[linux-yocto][v6.1/standard/preempt-rt/nxp-sdk-6.1/nxp-soc & v6.1/standard/nxp-sdk-6.1/nxp-soc][PATCH 1/1] ARM: imx: use raw_spin_lock instead of spin_lock

2023-10-09 Thread Xiaolei Wang via lists.yoctoproject.org
Use raw_spin_lock instead of spin_lock, this patch fixes the following warning: Hardware name: Freescale i.MX7 Dual (Device Tree) unwind_backtrace from show_stack+0x18/0x1c show_stack from dump_stack_lvl+0x40/0x4c dump_stack_lvl from __might_resched+0x140/0x1b4 __might_resched from

Re: [linux-yocto][linux-yocto v6.1] fix patch for marvell cn96xx

2023-10-09 Thread Ruiqiang Hao via lists.yoctoproject.org
The condition being removed wasn't in exactly the same place on the -rt brances, so I fixedup the patch when applying it. Both branches should be fixed. I just realized that RT branch and Standard branch are different when processing merges, this patch is not applicable on the RT branch. I

Re: [linux-yocto][linux-yocto v6.1] fix patch for marvell cn96xx

2023-10-09 Thread Bruce Ashfield
In message: [linux-yocto][linux-yocto v6.1] fix patch for marvell cn96xx on 09/10/2023 Ruiqiang Hao wrote: > Hi Bruce, > > Please help to merge this patch into our linux-yocto repo. > > repo: > linux-yocto > branch: > v6.1/standard/cn-sdkv5.15/octeon >

Re: [linux-yocto] [PATCH] nxp-imx7: enable CONFIG_I2C kernel config explicitly

2023-10-09 Thread Bruce Ashfield
merged. Bruce In message: [PATCH] nxp-imx7: enable CONFIG_I2C kernel config explicitly on 09/10/2023 Meng Li wrote: > The CONFIG_I2C kernel config is not enabled if setup WRLinux project > with nodistro parameter, so add it into BSP cfg file. > > Signed-off-by: Meng Li > --- >