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

2019-10-23 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 5/5] arm64: dts: r8a7795-h3ulcb: Add reserved memory regions

2019-10-23 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 4/5] arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-23 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 1/5] arch: arm64: dts: Set gpio5-pin9 as input by default

2019-10-23 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/

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

2019-10-23 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 4 patches are used to improve gpio, CAN BUS, audio and PCIe features This first patch is from mainline upstream, the other 3 patches merged into linux-yocto-dev

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

2019-10-23 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(+),

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 1/2] i2c: cadence: do not clear bus_hold_flag in mrecv

2019-10-23 Thread Quanyang Wang
Hi Shubhrajyoti, On 10/23/19 5:17 PM, Shubhrajyoti Datta wrote: Hi , -Original Message- From: Quanyang Wang Sent: Wednesday, October 23, 2019 2:24 PM To: Michal Simek ; Bruce ; Shubhrajyoti Datta Cc: linux-yocto@yoctoproject.org; git Subject: Re: [linux-yocto][kernel v5.2/standard/x

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 1/2] i2c: cadence: do not clear bus_hold_flag in mrecv

2019-10-23 Thread Quanyang Wang
Hi, On 10/14/19 2:07 PM, Michal Simek wrote: On 13. 10. 19 15:33, quanyang.w...@windriver.com wrote: From: Quanyang Wang When using i2c_smbus_read_byte_data to read one byte from a slave device, because of the commit d358def70688 ("i2c: cadence: Fix the hold bit setting"), the transaction bec