[linux-yocto][v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc][PATCH] fpga: region: Drop unneeded part due to merge issue

2024-06-17 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang This part is removed in upstream commit 8886a579744fb ("fpga: region: Use standard dev_release for class driver), but introduced when merging. So we should drop it. Signed-off-by: Quanyang Wang --- Hi Bruce, Would you please help merge this patch to the branches:

[linux-yocto] [v2 PATCH] usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

2024-06-17 Thread Meng Li via lists.yoctoproject.org
When config CONFIG_USB_DWC3_DUAL_ROLE is selected, and trigger system to enter suspend status with below command: echo mem > /sys/power/state There will be a deadlock issue occurring. Detailed invoking path as below: dwc3_suspend_common() spin_lock_irqsave(>lock, flags); <-- 1st

[linux-yocto]: [kernel/kernel-rt]: usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

2024-06-17 Thread Meng Li via lists.yoctoproject.org
From: Limeng Hi Bruce, This patch is used to fix deadlock issues when testing suspend/resume. I have sent v2to mainline upstream. So, could you please help merge these patches into linux-ycoto kernel in advance, both below 2 branchs? v6.6/standard/nxp-sdk-6.6/nxp-soc

Re: [linux-yocto]: [kernel/kernel-rt]: usb: dwc3: core: remove lock of otg mode during gadget suspend/resume to avoid deadlock

2024-06-17 Thread Meng Li via lists.yoctoproject.org
> -Original Message- > From: Bruce Ashfield > Sent: Friday, June 14, 2024 8:53 PM > To: Li, Meng > Cc: linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto]: [kernel/kernel-rt]: usb: dwc3: core: remove lock > of > otg mode during gadget suspend/resume to avoid deadlock > >

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

2024-06-17 Thread Bruce Ashfield
In message: Trial merge of v6.1.93 v6.6.33 for linux-yocto on 13/06/2024 Kevin Hao wrote: > Hi Bruce, > > This is a trial merge of the stable kernel v6.1.93 v6.6.33 for the following > branches in the linux-yocto. > beff341412bb v6.1/standard/sdkv5.10/axxia > adf6a319a08c

Re: [linux-yocto][yocto-kernel-cache][yocto-6.6][PATCH] ti-j7xxx: add kernel-cache configuration files for v6.6 kernel

2024-06-17 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-6.6][PATCH] ti-j7xxx: add kernel-cache configuration files for v6.6 kernel on 14/06/2024 Xulin Sun wrote: > This adds the cfg & scc files to support TI J784S4 soc. > This refers to scc and cfg files on previous branch yocto-6.1.

Re: [linux-yocto] [PATCH linux-yocto] of: overlay: Delete the unused overlay_lock

2024-06-17 Thread Bruce Ashfield
In message: [PATCH linux-yocto] of: overlay: Delete the unused overlay_lock on 14/06/2024 Kevin Hao wrote: > From: Kevin Hao > > This unused lock was introduced by commit 4066b40be0b7 ("OF: DT-Overlay > configfs interface (v8)"). Delete it to fix the build warning. > > Signed-off-by: Kevin Hao