Re: [linux-yocto][v5.10/standard/ti-sdk-5.10/ti-j72xx & v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] dwc: fix compile error

2024-03-13 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][v5.10/standard/ti-sdk-5.10/ti-j72xx & v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] dwc: fix compile error on 13/03/2024 Li Wang wrote: > ti-j72xx/kernel-source/drivers/pci/controller/dwc/pcie-designware-ep.c:598 > error: too few arguments to

Re: [linux-yocto][v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc][PATCH] sound: xilinx: use hdmi-codec as dp audio codec

2024-03-13 Thread Bruce Ashfield
In message: [linux-yocto][v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc][PATCH] sound: xilinx: use hdmi-codec as dp audio codec on 13/03/2024 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > According to the description in the section "Audio Management" of > Chapter 33 in "Zynq

[linux-yocto][v5.10/standard/ti-sdk-5.10/ti-j72xx & v5.10/standard/preempt-rt/ti-sdk-5.10/ti-j72xx][PATCH] dwc: fix compile error

2024-03-13 Thread Li Wang via lists.yoctoproject.org
ti-j72xx/kernel-source/drivers/pci/controller/dwc/pcie-designware-ep.c:598 error: too few arguments to function 'dw_pcie_ep_map_addr' Signed-off-by: Li Wang --- drivers/pci/controller/dwc/pcie-designware-ep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [linux-yocto][v5.15/standard/base][PATCH] locking/rwsem: Disable preemption while trying for rwsem lock

2024-03-13 Thread Bruce Ashfield
On Wed, Mar 13, 2024 at 2:07 AM Wang, Li wrote: > > > On 3/13/2024 10:55, Bruce Ashfield wrote: > > In message: [linux-yocto][v5.15/standard/base][PATCH] locking/rwsem: > > Disable preemption while trying for rwsem lock > > on 10/03/2024 Li Wang via lists.yoctoproject.org wrote: > > > >> From:

Re: [linux-yocto][v5.10/standard/base && v5.10/standard/preempt-rt/base][PATCH 1/2] blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag

2024-03-13 Thread Bruce Ashfield
On Wed, Mar 13, 2024 at 2:25 AM Wentao Zhang wrote: > > 832a4d4cdb3f612d5079aadcc67a44f18fa7b5b7 in 5.10 did the patch back from > 2112f5c1330a671fa852051d85cb9eadc05d7eb7 in upstream. > > 2112f5c1330a671fa852051d85cb9eadc05d7eb7 add BLK_MQ_F_NO_SCHED_BY_DEFAULT to > tag_set.flags in loop

Re: [linux-yocto] Creating ARM64 ISO images

2024-03-13 Thread Nicolas Wirth via lists.yoctoproject.org
Hey Johnnie, I hope you're doing well ! Did you ever figure this one out ? Best, Nicolas -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13681): https://lists.yoctoproject.org/g/linux-yocto/message/13681 Mute This Topic:

[linux-yocto][v5.15/standard/preempt-rt/sdkv5.15/xlnx-soc][PATCH] sound: xilinx: use hdmi-codec as dp audio codec

2024-03-13 Thread quanyang.wang via lists.yoctoproject.org
From: Quanyang Wang According to the description in the section "Audio Management" of Chapter 33 in "Zynq UltraScale+ Device Technical Reference Manual", A set/clr operation to TX_AUDIO_CONTROL register is needed when we start/stop audio play. It means that when we stop playing audio,

Re: [linux-yocto][v5.10/standard/base && v5.10/standard/preempt-rt/base][PATCH 1/2] blk-mq: Introduce the BLK_MQ_F_NO_SCHED_BY_DEFAULT flag

2024-03-13 Thread Wentao Zhang via lists.yoctoproject.org
832a4d4cdb3f612d5079aadcc67a44f18fa7b5b7 in 5.10 did the patch back from 2112f5c1330a671fa852051d85cb9eadc05d7eb7

Re: [linux-yocto][v5.15/standard/base][PATCH] locking/rwsem: Disable preemption while trying for rwsem lock

2024-03-13 Thread Li Wang via lists.yoctoproject.org
On 3/13/2024 10:55, Bruce Ashfield wrote: In message: [linux-yocto][v5.15/standard/base][PATCH] locking/rwsem: Disable preemption while trying for rwsem lock on 10/03/2024 Li Wang via lists.yoctoproject.org wrote: From: Gokul krishna Krishnakumar commit