Re: [linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia] axxia: fix bugs

2021-09-07 Thread Bruce Ashfield
In message: [linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia] axxia: fix bugs on 07/09/2021 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, > > Would you please help merge these 3 patches to the branches of > linux-yocto: > >

Re: [linux-yocto]: [kernel v5.10/standard/base]: regmap: teach regmap to use raw spinlocks if requested in the config

2021-09-07 Thread Bruce Ashfield
In message: [linux-yocto]: [kernel v5.10/standard/base]: regmap: teach regmap to use raw spinlocks if requested in the config on 03/09/2021 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > This patch is from latest mainline upstream. > It is used to project regmap read/write

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 3/3] arm: axxia: gic: use raw_spin_lock/unlock in gic_irq_lock/unlock

2021-09-07 Thread quanyang.wang
From: Quanyang Wang The function irq_finalize_oneshot is called after local_bh_disable() in irq_forced_thread_fn, and there is operation sequences as below: -> local_bh_disable() <= Will call rcu_read_lock() to increase rcu_preempt_depth() -> irq_finalize_oneshot

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia][PATCH 2/3] arm-ccn: disable HN-I node reporting error to MN node

2021-09-07 Thread quanyang.wang
From: Quanyang Wang The ARM's ccn-504 consists of MN/DT/HN-I/SBSX/HN-F/RN-I/XP components. And HN-I/SBSX/HN-F/RN-F/XP will report error event to MN component. But in ccn driver arm-ccn.c, it only registers 2 handlers to handle events from DT(pmu) and HN-F(l3 cache edac). So when there is an