Re: [linux-yocto] [linux-yocto-dev]: [kernel-cache master]: renesas-rcar: update kernel config for renesas-rcar bsp

2020-05-11 Thread Bruce Ashfield
In message: [linux-yocto-dev]: [kernel-cache master]: renesas-rcar: update kernel config for renesas-rcar bsp on 09/05/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > I want to update renesas-rcar bsp kernel configure. > > Could you please merge this patch into

Re: [linux-yocto] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform

2020-05-11 Thread Bruce Ashfield
In message: [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform on 09/05/2020 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > I am working on BSP renesas-rcar platform, and intend to merge this BSP > supporting

Re: [linux-yocto] [PATCH] perf: Fix the warning of perf_regs.c

2020-05-11 Thread Bruce Ashfield
I need a bit more info on this one: - which kernel versions - is this also an upstream problem, or one we've introduced in linux-yocto ? Bruce On Sat, May 9, 2020 at 1:50 AM Jiping Ma wrote: > > arch/arm64/kernel/perf_regs.c:37:34: warning: array subscript 32 is > above array bounds of

Re: [linux-yocto] Fix a build failure on zeus, xlnx-soc with CONFIG_USB_DWC3_GADGET

2020-05-11 Thread Bruce Ashfield
On Mon, May 11, 2020 at 3:56 AM Zhang Xiao wrote: > > Hi Bruce, > > On zeus, branch xlnx-soc, commit: > https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/drivers/usb/dwc3/gadget.c?h=v5.2/standard/xlnx-soc=0986b237a48540c2be3222737814db74aa50766a > > Deleted a curly brace by mistake

[linux-yocto] Fix a build failure on zeus, xlnx-soc with CONFIG_USB_DWC3_GADGET

2020-05-11 Thread ZhangXiao
Hi Bruce, On zeus, branch xlnx-soc, commit: https://git.yoctoproject.org/cgit/cgit.cgi/linux-yocto/commit/drivers/usb/dwc3/gadget.c?h=v5.2/standard/xlnx-soc=0986b237a48540c2be3222737814db74aa50766a Deleted a curly brace by mistake that caused a build error. Thanks Xiao

[linux-yocto][linux-yocto v5.2][PATCH] xlnx-soc: usb: dwc3: fix a merge mistake.

2020-05-11 Thread ZhangXiao
On branch xlnx-soc, a curly brace been removed by a merge mistake that caused a build error, add it back to fix it. Signed-off-by: Zhang Xiao --- drivers/usb/dwc3/gadget.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/usb/dwc3/gadget.c b/drivers/usb/dwc3/gadget.c index