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

2019-08-28 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 2/3] driver: net: can: disable clock when it is in enable status

2019-08-28 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] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform

2019-08-28 Thread Meng.Li
From: Limeng Hi Bruce, I am working on BSP renesas-rcar platform, and intend to merge this BSP supporting into yocto community. Below 3 patches are used to improve gpio, CAN BUS, audio and PCIe features 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch 0002-driver-net-can-disable-cl

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

2019-08-28 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/

Re: [linux-yocto] [kernel-cache yocto-5.0][PATCH 0/1] ti-am335x: add base support

2019-08-28 Thread Kevin Hao
On Wed, Aug 28, 2019 at 10:47:47PM -0400, Jun Miao wrote: > Hi Bruce, > Beacuse the CI/CD project must contain the linux-yocto kernel building > successfully, we usually choose the yocto-5.0 branch. > Please help me add this scc/cfg to yocto-5.0 branch. Bruce has sent out the recipe for the

[linux-yocto] [PATCH] ti-am335x: add the basic scc/cfg enablement

2019-08-28 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 8 + bsp/ti-am335x/ti-am335x.cfg | 239 +++ bsp/ti-am335x/ti-am335x.scc | 7 + 3 f

[linux-yocto] [kernel-cache yocto-5.0][PATCH 0/1] ti-am335x: add base support

2019-08-28 Thread Jun Miao
Hi Bruce, Beacuse the CI/CD project must contain the linux-yocto kernel building successfully, we usually choose the yocto-5.0 branch. Please help me add this scc/cfg to yocto-5.0 branch. Thanks Jun Miao (1): ti-am335x: add the basic scc/cfg enablement bsp/ti-am335x/ti-am335x-standar