Re: [linux-yocto] [meta-realtime][PATCH] meta-realtime: convert to new override syntax

2021-08-10 Thread Bruce Ashfield
I already have the same automated conversion locally, but since I'm out of the office, I haven't pushed it yet. I see that I didn't push it to master-next, so I'll do that shortly. Bruce On Tue, Aug 10, 2021 at 2:39 AM Yanfei Xu wrote: > This is the result of automated script conversion: > > s

[linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia] axxia: add support for linux-yocto v5.10

2021-08-10 Thread quanyang.wang
Hi Bruce, Would you please help create a new branch linux-yocto v5.10/standard/preempt-rt/sdkv5.10/axxia and merge the patches as below to it? Thanks, Quanyang The following changes since commit 9ad4f13ee44c39e890638d8a2157adcf830fc7bc: Merge branch 'v5.10/standard/base' into v5.10/standard

[linux-yocto][v5.10/standard/sdkv5.10/axxia] axxia: add support for linux-yocto v5.10

2021-08-10 Thread quanyang.wang
Hi Bruce, Would you please help create a new branch linux-yocto v5.10/standard/sdkv5.10/axxia and merge the patches as below to it? Thanks, Quanyang The following changes since commit b1ff0bb0de7abc5039e0db14f66e01eb0a3c24bb: Merge tag 'v5.10.57' into v5.10/standard/base (2021-08-08 22:06:29

Re: [linux-yocto] [meta-realtime][PATCH] meta-realtime: convert to new override syntax

2021-08-10 Thread Xu, Yanfei
On 8/10/21 6:30 PM, Bruce Ashfield wrote: **[Please note: This e-mail is from an EXTERNAL e-mail address] I already have the same automated conversion locally, but since I'm out of the office, I haven't pushed it yet. I see that I didn't push it to master-next, so I'll do that shortly. G

[linux-yocto] [PATCH 1/3] clk: imx: Fix a build warning 'imx_enabled_uart_clocks' defined but not used

2021-08-10 Thread Xiaolei Wang
imx_enabled_uart_clocks is not used, so delete this variable Signed-off-by: Xiaolei Wang --- drivers/clk/imx/clk.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/clk/imx/clk.c b/drivers/clk/imx/clk.c index 24d355764068..e310e7506bed 100644 --- a/drivers/clk/imx/clk.c +++ b/drivers/cl

[linux-yocto] [PATCH 2/3] drm: cdns-hdmi: Fix a build warning this 'else' clause does not guard

2021-08-10 Thread Xiaolei Wang
Use parentheses if the statement exceeds one sentence after the else Signed-off-by: Xiaolei Wang --- drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/cadence/cdns-hdmi-core.c b/drivers/gpu/drm/bridge/c

[linux-yocto] [PATCH 3/3] drm/bridge: nwl-dsi: Fix a build warning'nwl_dsi_bridge_mode_fixup' defined but not used

2021-08-10 Thread Xiaolei Wang
Refer to 44cfc6233447 ("drm/bridge: Add NWL MIPI DSI host controller support") nwl_dsi_bridge_mode_fixup has been set as the callback function of .mode_fixup, so this callback is added Signed-off-by: Xiaolei Wang --- drivers/gpu/drm/bridge/nwl-dsi.c | 1 + 1 file changed, 1 insertion(+) diff --

[PATCH 0/3] [linux-yocto] [kernel v5.10/standard/nxp-sdk-5.10/nxp-soc] Fix three build warningsFix three build warnings

2021-08-10 Thread Xiaolei Wang
This review mainly Fix three build warnings v5.10/standard/nxp-sdk-5.10/nxp-soc Xiaolei Wang (3): clk: imx: Fix a build warning 'imx_enabled_uart_clocks' defined but not used drm: cdns-hdmi: Fix a build warning this 'else' clause does not guard drm/bridge: nwl-dsi: Fix a build warni

Re: [linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH] ti-j72xx: change RPMSG_KDRV_ETH_SWITCH with y

2021-08-10 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][yocto-kernel-cache][yocto-5.10][PATCH] ti-j72xx: change RPMSG_KDRV_ETH_SWITCH with y on 09/08/2021 Xulin Sun wrote: > Change RPMSG_KDRV_ETH_SWITCH with y to install Ethernet Switch > earlier, otherwise this feature may fail to install by default. > > Si

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-08-10 Thread Bruce Ashfield
merged. Bruce In message: [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() on 09/08/2021 Jun Miao wrote: > There is a compile failture caused by commit > 3b4009b49634 ("mmc: core: Don't allocate IDA for OF

Re: [linux-yocto][v5.10/standard/sdkv5.10/axxia] axxia: add support for linux-yocto v5.10

2021-08-10 Thread Bruce Ashfield
In message: [linux-yocto][v5.10/standard/sdkv5.10/axxia] axxia: add support for linux-yocto v5.10 on 10/08/2021 quanyang.wang wrote: > Hi Bruce, > > Would you please help create a new branch > linux-yocto v5.10/standard/sdkv5.10/axxia > and merge the patches as below to it? Created and merged.

Re: [linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia] axxia: add support for linux-yocto v5.10

2021-08-10 Thread Bruce Ashfield
In message: [linux-yocto][v5.10/standard/preempt-rt/sdkv5.10/axxia] axxia: add support for linux-yocto v5.10 on 10/08/2021 quanyang.wang wrote: > Hi Bruce, > > Would you please help create a new branch > linux-yocto v5.10/standard/preempt-rt/sdkv5.10/axxia Created and merged. Bruce > and merg

Re: [linux-yocto] [PATCH v5.10 0/4] xilinx_emaclite: fix CVE-2021-38205

2021-08-10 Thread Bruce Ashfield
In message: [PATCH v5.10 0/4] xilinx_emaclite: fix CVE-2021-38205 on 10/08/2021 Paul Gortmaker wrote: > The fix for CVE-2021-38205 (don't print IOMEM pointer) was backported by > the linux-stable team but not as far back to v5.10 since there was some > underlying dependencies when one goes back t

Re: [PATCH 0/3] [linux-yocto] [kernel v5.10/standard/nxp-sdk-5.10/nxp-soc] Fix three build warningsFix three build warnings

2021-08-10 Thread Bruce Ashfield
merged. Bruce In message: [PATCH 0/3] [linux-yocto] [kernel v5.10/standard/nxp-sdk-5.10/nxp-soc] Fix three build warningsFix three build warnings on 11/08/2021 Xiaolei Wang wrote: > This review mainly Fix three build warnings > > v5.10/standard/nxp-sdk-5.10/nxp-soc > > Xiaolei Wang (3):