[linux-yocto] [linux-yocto-dev standard/xlnx-soc] usb: dwc3: gadget: fix compile error caused by an unclosed brace

2020-02-27 Thread quanyang.wang
From: Quanyang Wang When merging upstream commit da10bcdd6f70 ("usb: dwc3: gadget: Delay starting transfer"), a brace is lost. Add it to avoid compile error. Signed-off-by: Quanyang Wang --- drivers/usb/dwc3/gadget.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git

[linux-yocto] [kernel-meta yocto-5.4 1/3] marvell-cn96xx: Enable the BPHY driver

2020-02-27 Thread Kevin Hao
This is needed by some customers, so enable it. Signed-off-by: Kevin Hao --- bsp/marvell-cn96xx/marvell-cn96xx.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/marvell-cn96xx/marvell-cn96xx.cfg b/bsp/marvell-cn96xx/marvell-cn96xx.cfg index 239e4e99fb4e..0a982faf37e6 100644 --- a/b

[linux-yocto] [kernel-meta yocto-5.4 0/3] Update the Marvell cn96xx SoC support

2020-02-27 Thread Kevin Hao
Hi Bruce, The patch 1 & 2 are picked from the yocto-5.2 branch. The patch 3 is fresh. Kevin Hao (3): marvell-cn96xx: Enable the BPHY driver marvell-cn96xx: Add the preempt-rt support marvell-cn96xx: Enable the SCMI support .../marvell-cn96xx-preempt-rt.cfg | 14 ++

[linux-yocto] [kernel-meta yocto-5.4 2/3] marvell-cn96xx: Add the preempt-rt support

2020-02-27 Thread Kevin Hao
The TRANSPARENT_HUGEPAGE is not compatible with the RT kernel, so we should disable it. Signed-off-by: Kevin Hao Signed-off-by: Bruce Ashfield --- bsp/marvell-cn96xx/marvell-cn96xx-preempt-rt.cfg | 14 ++ bsp/marvell-cn96xx/marvell-cn96xx-preempt-rt.scc | 9 + 2 files chang

[linux-yocto] [kernel-meta yocto-5.4 3/3] marvell-cn96xx: Enable the SCMI support

2020-02-27 Thread Kevin Hao
ARM System Control and Management Interface (SCMI) protocol is a set of operating system-independent software interfaces that are used in system management. The octeontx2 platform firmware does have the SCMI support, so enable the corresponding kernel drivers. The SCMI has a dependency on the mailb

[linux-yocto] [linux-yocto v5.4] Add the Marvell cn96xx SoC support

2020-02-27 Thread Kevin Hao
Hi Bruce, I recently noticed that some v5.4/standard/xxx branches which have been baked in the linux-yocto-dev doesn't propagate into the linux-yoct git tree. The v5.4/standard/cn96xx is one of them. Even though some branches slipped into the linux-yocto tree, but it seems some patches are missed

Re: [linux-yocto] v5.2.x - stable updates comprising v5.2.33

2020-02-27 Thread Bruce Ashfield
In message: v5.2.x - stable updates comprising v5.2.33 on 25/02/2020 Paul Gortmaker wrote: > Bruce, Yocto kernel folks: > > Here is the next 5.2.x stable update "extension" primarily created for > the Yocto project, as the 12th v5.2.x post-EOL release. > > This release is the 2nd in monitoring t

[linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: add patches for raspberrypi 4b platform

2020-02-27 Thread Meng Li
From: Limeng Hi Bruce, I check the v5.4/standard/bcm-2xxx-rpi branch in linux-yocto repo. All the 429 patches are missed. So, could you please help merge these patches into linux-ycoto kernel, branch is v5.4/standard/bcm-2xxx-rpi? The 429 patches are in my public repo https://github.com/limeng

[linux-yocto] [PATCH 3/5] pci: pcie-rcar: add regulators support

2020-02-27 Thread Meng Li
From: Andrey Gusakov Add PCIe regulators for KingFisher board. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 47 + drivers/pci/controller/pcie-rcar.c | 64 2 files changed, 111 insertions(+) diff --git a/arch/arm64/boot/dt

[linux-yocto] [PATCH 4/5] arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2020-02-27 Thread Meng Li
From: Takeshi Kihara commit 3c3b44c752c4eef9a29694f4262934445c5f5da9 from git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git This patch enables CPUIdle (Core shutdown) support for R-Car H3. Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/

[linux-yocto] [PATCH 5/5] arm64: dts: r8a7795-h3ulcb: Add reserved memory regions

2020-02-27 Thread Meng Li
From: Yusuke Goda commit 1d40ccc5723b9b3028829194c422a01cf8afd2a3 from git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-bsp.git This patch adds reserved memory regions: - Lossy Decompression 48 MiB : 0x005400 -> 0x0056ff - Default CMA area 400 MiB : 0x0057

[linux-yocto] [PATCH 2/5] driver: net: can: disable clock when it is in enable status

2020-02-27 Thread Meng Li
From: Limeng If disable a clock when it is already in disable status, there will be a warning trace generated. So, it is need to confirm whether what status the clock is in before disable it. Signed-off-by: Meng Li --- drivers/net/can/rcar/rcar_can.c | 5 - 1 file changed, 4 insertions(+),

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

2020-02-27 Thread Meng Li
From: Limeng Hi Bruce, I check the v5.4/standard/base branch in linux-yocto repo Below 5 patches are missed, could you please help to merge them linux-yocto, branch is v5.4/standard/base?. 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch 0002-driver-net-can-disable-clock-when-it-is

[linux-yocto] [PATCH 1/5] arch: arm64: dts: Set gpio5-pin9 as input by default

2020-02-27 Thread Meng Li
From: Limeng The gpio5-pin9 is used as the interrupt pin of i2c external gpio chip, so set this pin as input by default. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi b/