[linux-yocto] [PATCH 4/4] crypto: octeontx2: Fix compile error about kzfree()

2021-07-04 Thread Ruiqiang Hao
From: Ruiqiang Hao Function kzfree () was not exist, so replace it with kfree_sensitive(). Signed-off-by: Ruiqiang Hao --- drivers/crypto/marvell/octeontx2/otx2_cpt_reqmgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/marvell/octeontx2/otx2_cpt_reqmgr.h

[linux-yocto] [PATCH 2/4] crypto: octeontx2: Use the new include path to adapt to the current kernel

2021-07-04 Thread Ruiqiang Hao
From: Ruiqiang Hao Replace the include path with new one to fix compile error which said can not find file rvu.h. Signed-off-by: Ruiqiang Hao --- drivers/crypto/marvell/octeontx2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[linux-yocto] [PATCH 3/4] octeontx2: bphy: Fix compile error about ioremap_nocache()

2021-07-04 Thread Ruiqiang Hao
From: Ruiqiang Hao Function ioremap_nocache() was not exist, so replace it with ioremap(). Signed-off-by: Ruiqiang Hao --- .../ethernet/marvell/octeontx2/bphy/otx2_bphy_main.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git

[linux-yocto][linux-yocto v5.10] kernel code for marvell cn96xx and marvell cn106xx

2021-07-04 Thread Ruiqiang Hao
Hi Bruce, Please help to merge these 4 patches into our linux-yocto repo. repo: linux-yocto branch: v5.10/standard/cn-sdkv5.4/octeon v5.10/standard/preempt-rt/cn-sdkv5.4/octeon Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[linux-yocto] [PATCH 1/4] soc: octeontx2: Change struct oct_brd_fops type

2021-07-04 Thread Ruiqiang Hao
From: Ruiqiang Hao In new kernel, The type of the last parameter of function proc_create() is struct proc_ops instead of struct file_operations. We should change the type of oct_brd_fops to struct proc_ops and change its member function name accordingly. Signed-off-by: Ruiqiang Hao ---

[linux-yocto] [PATCH] marvell-cn106xx: add configure files for marvell-cn106xx BSP in kernel-cache

2021-07-04 Thread Meng Li
From: Meng Li Signed-off-by: Meng Li --- .../marvell-cn106xx-preempt-rt.scc| 7 + .../marvell-cn106xx-standard.scc | 8 ++ bsp/marvell-cn106xx/marvell-cn106xx.cfg | 132 ++ bsp/marvell-cn106xx/marvell-cn106xx.scc | 8 ++ 4 files

[linux-yocto] [yocto-kernel-cache]: marvell-cn106xx: add configure files for marvell-cn106xx BSP in kernel-cache

2021-07-04 Thread Meng Li
From: Limeng Hi Bruce, I am working on BSP marvell-cn106xx based on Marvell Simulator, and intend to support this platform in linux-yocto-v5.10 I created a patch to add the kernel-cache configuration files for marvell-cn106xx BSP Could you please help to merge this patch into

Re: [linux-yocto] [linux-yocto v5.10] [PATCH] iommu/arm-smmu-v3: Ratelimit event dump

2021-07-04 Thread Bruce Ashfield
On Sun, Jul 4, 2021 at 9:47 PM Zhang, Qiang wrote: > > > > > From: Bruce Ashfield > Sent: Sunday, 4 July 2021 11:25 > To: Bruce Ashfield > Cc: Zhang, Qiang; linux-yocto@lists.yoctoproject.org > Subject: Re: [linux-yocto] [linux-yocto v5.10] [PATCH]

Re: [linux-yocto] [linux-yocto v5.10] [PATCH] iommu/arm-smmu-v3: Ratelimit event dump

2021-07-04 Thread Zhang, Qiang
From: Bruce Ashfield Sent: Sunday, 4 July 2021 11:25 To: Bruce Ashfield Cc: Zhang, Qiang; linux-yocto@lists.yoctoproject.org Subject: Re: [linux-yocto] [linux-yocto v5.10] [PATCH] iommu/arm-smmu-v3: Ratelimit event dump [Please note: This e-mail is

[linux-yocto] [PATCH] [v5.10/standard/x86 and v5.10/standard/preempt-rt/x86]

2021-07-04 Thread Yongxin Liu
Hi Bruce, Could you help to merge below 110 patches to linux-yocto, branch "v5.10/standard/x86" and "v5.10/standard/preempt-rt/x86"? Those patches add pinctrl, In-Band ECC, CAN and stmmac NIC support on Intel Elkhart Lake CRB. The following 3 patches are from