Re: [linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH 1/2] axxiaarm: inhibit CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER

2021-09-01 Thread Paul Gortmaker
[[linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH 1/2] axxiaarm: inhibit CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER] On 02/09/2021 (Thu 09:44) quanyang.wang wrote: > From: Quanyang Wang > > Disable CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER to > fix

[linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH 1/2] axxiaarm: inhibit CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER

2021-09-01 Thread quanyang.wang
From: Quanyang Wang Disable CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER to fix the warning when do_kernel_configcheck: [NOTE]: 'CONFIG_FUNCTION_GRAPH_TRACER' last val (y) and .config val (n) do not match [INFO]: CONFIG_FUNCTION_GRAPH_TRACER : n ## .config: 4212

[linux-yocto][yocto-kernel-cache][yocto-5.10 only][PATCH 0/2]

2021-09-01 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, Would you please help merge this 2 patches to kernel-cache yocto-5.10 ? Thanks, Quanyang Quanyang Wang (2): axxiaarm: inhibit CONFIG_CC_OPTIMIZE_FOR_SIZE and CONFIG_FUNCTION_GRAPH_TRACER axxiaarm64: add CONFIG_MICREL_PHY to axm56xx board

[linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 2/2] bsp/intel-x86: add NVMe hardware monitoring support

2021-09-01 Thread Yongxin Liu
Signed-off-by: Yongxin Liu --- bsp/intel-x86/intel-x86.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel-x86.cfg index f1dbd887..663c5e20 100644 --- a/bsp/intel-x86/intel-x86.cfg +++ b/bsp/intel-x86/intel-x86.cfg @@ -320,6 +320,7 @@

[linux-yocto][yocto-kernel-cache][master and yocto-5.10][PATCH 1/2] bsp/intel-x86: remove cfg80211 related overrides

2021-09-01 Thread Yongxin Liu
Fix the following warning: platform regulatory.0: Direct firmware load for regulatory.db failed with error -2 cfg80211: failed to load regulatory.db If CFG80211 is a built-in driver, it will try to load regulatory.db from /lib/firmware. But file system may not be ready at that time. So

[linux-yocto] [yocto-kernel-cache][PATCH][5.10][5.13][master] features/media-platform: enable MEDIA_PLATFORM_SUPPORT

2021-09-01 Thread Anuj Mittal
Commit 06b93644f4d10 (media: Kconfig: add an option to filter in/out platform drivers) adds an option to filter out platform drivers. Enable MEDIA_PLATFORM_SUPPORT when that feature is requested. Signed-off-by: Anuj Mittal --- features/media/media-platform.cfg | 1 + 1 file changed, 1

Re: [linux-yocto][kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host()

2021-09-01 Thread Bruce Ashfield
There was a conflict with these updates and the merge of 5.10.61 Unmerged paths: (use "git add ..." to mark resolution) both modified: drivers/clk/imx/clk-imx6q.c I've kept the clock registration from this branch, but looking at: drivers/clk/imx/clk.h, there will be build issues

[linux-yocto] [yocto-kernel-cache] [yocto-5.14] [PATCH] qemu: fix do_kernel_configcheck warning about IDE_GD_ATA in qemu bsp

2021-09-01 Thread Zhang, Qiang
From: Zqiang WARNING: do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration: [NOTE]: 'CONFIG_IDE_GD_ATA' last val (y) and .config val (n) do not match [INFO]: CONFIG_IDE_GD_ATA : n [INFO]: raw config text: Config 'IDE_GD_ATA' has the

[linux-yocto] [yocto-kernel-cache]: marvell-cn96xx: Enable the GHES driver

2021-09-01 Thread Ruiqiang Hao
Hi Bruce, Please help to merge this patch into our yocto-kernel-cache repo. repo: yocto-kernel-cache branch: yocto-5.10 Thanks, Ruiqiang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10347):

[linux-yocto] [PATCH] marvell-cn96xx: Enable the GHES driver

2021-09-01 Thread Ruiqiang Hao
From: Ruiqiang Hao This is needed by some customers, so enable it. Signed-off-by: Ruiqiang Hao --- bsp/marvell-cn96xx/marvell-cn96xx.cfg | 4 1 file changed, 4 insertions(+) diff --git a/bsp/marvell-cn96xx/marvell-cn96xx.cfg b/bsp/marvell-cn96xx/marvell-cn96xx.cfg index