[linux-yocto] [linux-yocto-5.2/dev]: [kernel]: xilinx-zynqmp: add canfd feature

2019-12-02 Thread Meng Li
From: Limeng Hi Bruce & Michal, I am working on xilinx-zcu102 platform to impelment canfd feature. Could you please help to merge the 5 patches into linux-ycoto kernel(branch v5.2/standard/xlnx-soc), and linux-yocto-dev kernel(branch standard/xlnx-soc) diffstat info ad below:

[linux-yocto] [PATCH 1/5] arch: arm64: dts: add dts file for CANFD feature on xilinx-zcu102 platform

2019-12-02 Thread Meng Li
From: Limeng This dts file is created by referring to Xilix SDK petalinux. Signed-off-by: Meng Li --- arch/arm64/boot/dts/xilinx/Makefile | 1 + .../dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts | 82 +++ 2 files changed, 83 insertions(+) create mode 100644 arch/arm64

[linux-yocto] [PATCH 3/5] net: can: xilinx_can: Fix the data phase btr1 calculation

2019-12-02 Thread Meng Li
-by: Shubhrajyoti Datta Signed-off-by: Michal Simek Signed-off-by: Meng Li --- drivers/net/can/xilinx_can.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/can/xilinx_can.c b/drivers/net/can/xilinx_can.c index 11fe642d4137..c783c15695be 100644 --- a/drivers/net/can

[linux-yocto] [PATCH 4/5] net: can: xilinx: Avoid printing bus clock not found in case of defer

2019-12-02 Thread Meng Li
by: Michal Simek Signed-off-by: Meng Li --- drivers/net/can/xilinx_can.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/can/xilinx_can.c b/drivers/net/can/xilinx_can.c index c783c15695be..81c8cd48d2a5 100644 --- a/drivers/net/can/xilinx_can.c +++ b/drive

[linux-yocto] [yocto-kernel-cache]: [branch master/yocto-5.2]: xilinx-zynqmp: enable clock-wizard driver on xilinx-zcu102 platform

2019-12-02 Thread Meng Li
From: Limeng Hi Bruce & Michal, I am working on xilinx-zcu102 platform to impelment canfd feature. Could you please help to merge this patch into yocto-kernel-cache, branches are master and yocto-5.2? diffstat info ad below: xilinx-zynqmp.cfg |1 + 1 file changed, 1 insertion(+)

[linux-yocto] [PATCH] xilinx-zynqmp: enable clock-wizard driver on xilinx-zcu102 platform

2019-12-02 Thread Meng Li
From: Limeng canfd driver depend on clock wizard, so enable it. Signed-off-by: Meng Li --- bsp/xilinx-zynqmp/xilinx-zynqmp.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg index ae252de4..f3e56227 100644

Re: [linux-yocto] [linux-yocto-5.2/dev]: [kernel]: xilinx-zynqmp: add canfd feature

2019-12-02 Thread Meng Li
> -Original Message- > From: linux-yocto@lists.yoctoproject.org [mailto:linux- > yo...@lists.yoctoproject.org] On Behalf Of Michal Simek > Sent: Tuesday, December 03, 2019 2:52 PM > To: Li, Meng; bruce.ashfi...@gmail.com; michal.si...@xilinx.com > Cc: linux-yo...@yoctoproject.org >

Re: [linux-yocto] [PATCH 1/5] arch: arm64: dts: add dts file for CANFD feature on xilinx-zcu102 platform

2019-12-02 Thread Meng Li
dts file for CANFD feature on > xilinx-zcu102 platform > > On 03. 12. 19 6:27, meng...@windriver.com wrote: > > From: Limeng > > > > This dts file is created by referring to Xilix SDK petalinux. > > > > Signed-off-by: Meng Li > > --- > > arc

Re: [linux-yocto] [linux-yocto-5.2/dev]: [kernel]: xilinx-zynqmp: add canfd feature

2019-12-03 Thread Meng Li
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] > Sent: Tuesday, December 03, 2019 11:09 PM > To: Li, Meng > Cc: Michal Simek; michal.si...@xilinx.com; linux-yo...@yoctoproject.org > Subject: Re: [linux-yocto] [linux-yocto-5.2/dev]: [kernel]: xilinx-zynqmp:

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable graphics accelerator driver for raspberrypi4 platform

2019-12-11 Thread Meng Li
From: Limeng Hi Bruce, CONFIG_DRM_V3D kernel configure is for driver of Broadcom V3D 3.3 and 4.1 OpenGL ES GPUs. Could you please help to merge this patch into yocto-kernel-cache, branches are master and yocto-5.2? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file changed, 1

[linux-yocto] [PATCH] bcm-2xxx-rpi: enable graphics accelerator driver for raspberrypi4 platform

2019-12-11 Thread Meng Li
From: Limeng This driver for Broadcom V3D 3.3 and 4.1 OpenGL ES GPUs. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index e03ece92..ca4be139 100755

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable CONFIG_FB_SIMPLE for bcm-2xxx-rpi BSP in kernel-cache

2019-11-25 Thread Meng Li
From: Limeng Hi Bruce, Jason Wessel is working on Raspbeerypi 4 platform, and he wants to enable CONFIG_FB_SIMPLE for display feature. Could you please help to merge this patch into yocto-kernel-cache, branches are master and yocto-5.2? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1

[linux-yocto] [PATCH] bcm-2xxx-rpi: enable CONFIG_FB_SIMPLE for bcm-2xxx-rpi BSP in kernel-cache

2019-11-25 Thread Meng Li
From: Limeng Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index f10249fa..e03ece92 100755 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++ b/bsp/bcm-2xxx-rpi

[linux-yocto] [PATCH] driver: usb: otg: fix build warning

2019-12-01 Thread Meng Li
information. Signed-off-by: Meng Li --- drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c | 4 ++-- drivers/usb/host/dwc_otg/dwc_otg_pcd_intr.c | 6 -- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c b/drivers/usb/host/dwc_otg

[linux-yocto] [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: fix build warning

2019-12-01 Thread Meng Li
From: Limeng Hi Bruce, I fix some building warnings for raspberrypi plarform. Could you please help to merge the patch into branch standard/bcm-2xxx-rpi, linux-ycoto-dev kernel. diffstat info ad below: dwc_otg_hcd_linux.c |4 ++-- dwc_otg_pcd_intr.c |6 -- 2 files changed, 6

[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

[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] [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
MiB : 0x005700 -> 0x006fff - CMA area for MMP 256 MiB : 0x007000 -> 0x007fff Signed-off-by: Yusuke Goda [takeshi.kihara.df: fix W=1 dtc unit_address_vs_reg warnings] Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li --- .../arm64/boot/dts/renesas/r8a7795-h3ulcb

[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

[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

[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

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

2020-01-16 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

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

2020-01-16 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

2020-01-16 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 5 patches are used to improve gpio, CAN BUS, audio and PCIe features 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch

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

2020-01-16 Thread Meng Li
MiB : 0x005700 -> 0x006fff - CMA area for MMP 256 MiB : 0x007000 -> 0x007fff Signed-off-by: Yusuke Goda [takeshi.kihara.df: fix W=1 dtc unit_address_vs_reg warnings] Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li --- .../arm64/boot/dts/renesas/r8a7795-h3ulcb

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

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

2020-01-18 Thread Meng Li
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] > Sent: Saturday, January 18, 2020 7:51 AM > To: Li, Meng > Cc: linux-yo...@yoctoproject.org > Subject: Re: [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: add > some patches to improve features on

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

2020-03-10 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] [PATCH 2/4] driver: net: can: disable clock when it is in enable status

2020-03-10 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

2020-03-10 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 and PCIe features 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch

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

2020-03-10 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

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

2020-03-10 Thread Meng Li
MiB : 0x005700 -> 0x006fff - CMA area for MMP 256 MiB : 0x007000 -> 0x007fff Signed-off-by: Yusuke Goda [takeshi.kihara.df: fix W=1 dtc unit_address_vs_reg warnings] Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li --- .../arm64/boot/dts/renesas/r8a7795-h3ulcb

[linux-yocto] [PATCH] bcm-2xxx-rpi: enable CONFIG_LEDS_CLASS for bcm-2xxx-rpi BSP in kernel-cache

2020-03-14 Thread Meng Li
From: Limeng In latest kernel v5.6, the kernel config HID_LOGITECH for raspberry pi4 platform depends on LEDS_CLASS. So, add it in cfg file. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 bsp/bcm-2xxx-rpi/

[linux-yocto]: [yocto-kernel-cache master]: bcm-2xxx-rpi: enable CONFIG_LEDS_CLASS for bcm-2xxx-rpi BSP in kernel-cache

2020-03-14 Thread Meng Li
From: Limeng Hi Bruce, I am working on updating kernel patches for BSP bcm-2xxx-rpi platform, and found out there are some kernel configs need to be updated for latest kernel v5.6. So, could you please merge this patch into yocto-kernel-cache, branch is master?

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

2020-03-10 Thread Meng Li
> -Original Message- > From: Bruce Ashfield [mailto:bruce.ashfi...@gmail.com] > Sent: Tuesday, March 10, 2020 11:43 PM > To: Li, Meng > Cc: Development list for the linux-yocto repositories > Subject: Re: [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: add > some patches to

[linux-yocto] [PATCH] bcm-2xxx-rpi: enable CONFIG_CLK_RASPBERRYPI for bcm-2xxx-rpi BSP in kernel-cache

2020-03-17 Thread Meng Li
From: Limeng In latest kernel v5.6, new clock drvier clk-raspberrypi.c is created. So, enable kernel config CONFIG_CLK_RASPBERRYPI in kernel-cache Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx

[linux-yocto]: [yocto-kernel-cache master]: bcm-2xxx-rpi: enable CONFIG_CLK_RASPBERRYPI for bcm-2xxx-rpi BSP in kernel-cache

2020-03-17 Thread Meng Li
From: Limeng Hi Bruce, I am working on updating kernel patches for BSP bcm-2xxx-rpi platform, and found out there is a new clock drvier clk-raspberrypi.c that is created in latest kernel v5.6. So, enable kernel config CONFIG_CLK_RASPBERRYPI in kernel-cache So, could you please merge this

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

2020-05-08 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] [PATCH 2/4] driver: net: can: disable clock when it is in enable status

2020-05-08 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] [PATCH 3/4] pci: pcie-rcar: add regulators support

2020-05-08 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

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

2020-05-08 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 and PCIe features 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch

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

2020-05-08 Thread Meng Li
MiB : 0x005700 -> 0x006fff - CMA area for MMP 256 MiB : 0x007000 -> 0x007fff Signed-off-by: Yusuke Goda [takeshi.kihara.df: fix W=1 dtc unit_address_vs_reg warnings] Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li --- .../arm64/boot/dts/renesas/r8a7795-h3ulcb

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

2020-05-08 Thread Meng Li
From: Limeng Hi Bruce, I want to update renesas-rcar bsp kernel configure. Could you please merge this patch into yocto-kernel-cache, only branch is master? 0001-renesas-rcar-enable-kernel-config-CONFIG_USB_ROLE_SW.patch 0002-renesas-rcar-update-renesas-arch-kernel-config.patch

[linux-yocto] [PATCH 2/2] renesas-rcar: update renesas arch kernel config

2020-05-08 Thread Meng Li
From: Limeng In latest kernel v5.7, CONFIG_ARCH_R8A7795 is removed and splited into 2 configs CONFIG_ARCH_R8A77950/1. The config CONFIG_ARCH_R8A7796 is replaced by CONFIG_ARCH_R8A77960. Signed-off-by: Meng Li --- bsp/renesas-rcar/renesas-rcar.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2

[linux-yocto] [PATCH 1/2] renesas-rcar: enable kernel config CONFIG_USB_ROLE_SWITCH

2020-05-08 Thread Meng Li
From: Limeng drivers/usb/dwc3/drd.c invokes functions defined in drivers/usb/roles/class.c. So, enable the related kernel config. Signed-off-by: Meng Li --- bsp/renesas-rcar/renesas-rcar.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/renesas-rcar/renesas-rcar.cfg b/bsp/renesas

[linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: drivers: staging: vc04_services: add VCHI_INSTANCE_T member struct vchiq_mmal_instance

2020-09-04 Thread Meng Li
From: Limeng Hi Bruce, When initialize VCHI_INSTANCE_T instance, it is a local variable in function vchiq_mmal_init(). In this way, there will be memory leak if vchiq instance is initialized failed or uninstall vchiq mmal driver. Therefore, add a VCHI_INSTANCE_T member struct

[linux-yocto] [PATCH] drivers: staging: vc04_services: add vchiq instance member struct vchiq_mmal_instance

2020-09-04 Thread Meng Li
the vchiq instance, so that release vchiq instance if necessary. Signed-off-by: Meng Li --- drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services/vchiq

[linux-yocto]: [kernel v5.8/standard/bcm-2xxx-rpi]: drivers: staging: vc04_services: add vchiq instance member struct vchiq_mmal_instance

2020-09-04 Thread Meng Li
From: Limeng Hi Bruce, When initialize VCHI_INSTANCE_T instance, it is a local variable in function vchiq_mmal_init(). In this way, there will be memory leak if vchiq instance is initialized failed or uninstall vchiq mmal driver. Therefore, add a VCHI_INSTANCE_T member struct

[linux-yocto] [PATCH] drivers: staging: vc04_services: add VCHI_INSTANCE_T member struct vchiq_mmal_instance

2020-09-04 Thread Meng Li
the vchiq instance, so that release vchiq instance if necessary. Signed-off-by: Meng Li --- drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c b/drivers/staging/vc04_services/vchiq

[linux-yocto] [PATCH] Revert "arch: arm: dts: remove redundant emmc2 node"

2020-09-04 Thread Meng Li
From: Limeng This reverts commit efe867cce124df45a729d9a9699f2317a8711ae8. The fixed regulator driver has been built in kernel image, and sd_vcc_reg is initialized during kernel boots up. So SD driver can use sd_vcc_reg as power supply. Therefore, revert the useless patch. Signed-off-by: Meng

[linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: Revert "arch: arm: dts: remove redundant emmc2 node"

2020-09-04 Thread Meng Li
From: Limeng Hi Bruce, The fixed regulator driver has been built in kernel image, and sd_vcc_reg is initialized during kernel boots up. So SD driver can use sd_vcc_reg as power supply. Therefore, revert the useless patch. Could you please help to merge the patch into branch

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

2020-09-10 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-host.c | 64 2 files changed, 111 insertions(+) diff --git a/arch/arm64/boot

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

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

2020-09-10 Thread Meng Li
Hi Bruce, I found there are something wrong with the V1 patches So, please discard it. And I will send v2 pull request. Thanks, Limeng > -Original Message- > From: linux-yocto@lists.yoctoproject.org [mailto:linux- > yo...@lists.yoctoproject.org] On Behalf Of Meng Li > Se

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

2020-09-10 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 and PCIe features 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch

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

2020-09-10 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 and PCIe features 0001-arch-arm64-dts-Set-gpio5-pin9-as-input-by-default.patch

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

2020-09-10 Thread Meng Li
MiB : 0x005700 -> 0x006fff - CMA area for MMP 256 MiB : 0x007000 -> 0x007fff Signed-off-by: Yusuke Goda [takeshi.kihara.df: fix W=1 dtc unit_address_vs_reg warnings] Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/r8a77951-ulcb

[linux-yocto] [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: update patches for raspberrypi 4b platform

2020-09-14 Thread Meng Li
From: Limeng Hi Bruce, Raspberry pi is updated continuously, so I get some latest patches from raspberry pi git repo https://github.com/raspberrypi/linux.git rpi-5.9.y, and intend to merge them into linux-yocto-dev. There are 18 patches in my public repo

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: build drm driver into kernel image

2020-09-04 Thread Meng Li
From: Limeng Hi Bruce, Refer to commit 173a3c2f0203("virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU"). CONFIG_DRM_VIRTIO_GPU is set as 'y', and depends on CONFIG_DRM, so it is also need to be set as 'y'. Could you please help to merge this patch into yocto-kernel-cache, branch is only master?

[linux-yocto] [PATCH] bcm-2xxx-rpi: build drm driver into kernel image

2020-09-04 Thread Meng Li
From: Limeng Refer to commit 173a3c2f0203("virtio.cfg: enable CONFIG_DRM_VIRTIO_GPU"). CONFIG_DRM_VIRTIO_GPU is set as 'y', and depends on CONFIG_DRM, so it is also need to be set as 'y'. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 2 +- 1 file changed, 1 inser

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable config CONFIG_OF_OVERLAY

2020-09-19 Thread Meng Li
From: Limeng Hi Bruce, Could you please help to merge this patch into yocto-kernel-cache, branch is only yocto-5.4? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file changed, 1 insertion(+) thanks, Limeng -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

[linux-yocto] [PATCH] bcm-2xxx-rpi: enable config CONFIG_OF_OVERLAY

2020-09-19 Thread Meng Li
From: Limeng Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index 272d69af..a93fa896 100755 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++ b/bsp/bcm-2xxx-rpi

[linux-yocto] [linux-yocto kernel][v5.4/standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: bcm2711-rpi-4-b.dts: Do not power off the SD card after boot

2020-07-21 Thread Meng Li
From: Limeng Hi Bruce, Could you please help to merge this patch into linux-yocto kernel, branch is v5.4/standard/bcm-2xxx-rpi? diffstat info ad below: bcm2711-rpi-4-b.dts |1 + 1 file changed, 1 insertion(+) thanks, Limeng -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable CONFIG_BROADCOM_PHY for raspberry pi4 platform

2020-07-21 Thread Meng Li
From: Limeng Hi Bruce, Could you please help to merge this patch into yocto-kernel-cache, branches are master and yocto-5.4? It is need to enable phy driver for raspberry pi4 platform diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file changed, 1 insertion(+) thanks, Limeng

[linux-yocto] [PATCH] bcm-2xxx-rpi: enable CONFIG_BROADCOM_PHY for raspberry pi4 platform

2020-07-21 Thread Meng Li
From: Limeng Enable phy driver for raspberry pi4 platform. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index a5060364..a80ea331 100644 --- a/bsp/bcm-2xxx

[linux-yocto] [PATCH] bcm-2xxx-rpi: build fixed regulator driver into kernel image

2020-07-22 Thread Meng Li
From: Limeng set CONFIG_REGULATOR_FIXED_VOLTAGE=y so that fixed regulator driver is built into kernel image, not as a module. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: build fixed regulator driver into kernel image

2020-07-22 Thread Meng Li
From: Limeng Hi Bruce, set CONFIG_REGULATOR_FIXED_VOLTAGE=y so that fixed regulator driver is built into kernel image, not as a module. Could you please help to merge this patch into yocto-kernel-cache, branch is only master? diffstat info ad below: bcm-2xxx-rpi.cfg |2 +- 1 file

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: update kernel config for raspberry pi4 platform

2020-07-22 Thread Meng Li
From: Limeng Hi Bruce, Because latest linux-yocto-dev kernel has been upgraded to v5.8, update kernel config for raspberry pi4 platform accordingly. Could you please help to merge this patch into yocto-kernel-cache, branch is only master? diffstat info ad below: bcm-2xxx-rpi.cfg |2 ++

[linux-yocto] [PATCH] driver: net: lan78xx: fix building issue introduced by merging code from standard/base

2020-08-06 Thread Meng Li
From: Limeng There are some raspberry pi sdk patches applied to the driver lan78xx.c. So, when merge code from standard/base, there are conflicts, and not resolve them completely. Therefore, adjust code manually so that fix building issue. Signed-off-by: Meng Li --- drivers/net/usb/lan78xx.c

[linux-yocto] [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]: driver: net: lan78xx: fix building issue introduced by merging code from standard/base

2020-08-06 Thread Meng Li
From: Limeng Hi Bruce, There are some raspberry pi sdk patches applied to the driver lan78xx.c. So, when merge code from standard/base, there are conflicts, and not resolve them completely. Therefore, adjust code manually so that fix building issue. Could you please help to merge the patch

[linux-yocto] [PATCH] bcm-2xxx-rpi: enable USB camera support on raspberry pi 4 platform

2020-08-13 Thread Meng Li
From: Limeng Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index 22d0f8b2..f16c8fd8 100644 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++ b/bsp/bcm-2xxx-rpi

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: enable USB camera support on raspberry pi 4 platform

2020-08-13 Thread Meng Li
From: Limeng Hi Bruce, Set CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV as 'y' to support common USB camera. Could you please help to merge this patch into yocto-kernel-cache, branches are master and yocto-5.4? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file changed, 1 insertion(+)

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: adjuest kernel config for bcm-2xxx-rpi BSP in kernel-cache

2020-07-07 Thread Meng Li
From: Limeng Hi Bruce, I upgrades kernel patches for BSP bcm-2xxx-rpi when linux-yocto-dev upgrades its version. So, the kernel config also should be updated accordingly. Could you please help to merge this patch into yocto-kernel-cache, branch is only master? diffstat info ad below:

[linux-yocto] [PATCH] bcm-2xxx-rpi: adjuest kernel config for bcm-2xxx-rpi BSP in kernel-cache

2020-07-07 Thread Meng Li
From: Limeng In order to match with latest kernel v5.7, some kernel configs need to be updated. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 39 +-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg

[linux-yocto] [PATCH] renesas-rcar: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel configure

2020-07-07 Thread Meng Li
From: Limeng Kernel version has beed upgraded to v5.8, it is need to enable CONFIG_MEDIA_PLATFORM_SUPPORT to support media related features on renesas-rcar platform. Signed-off-by: Meng Li --- bsp/renesas-rcar/renesas-rcar.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/renesas

[linux-yocto] [yocto-kernel-cache]: [master branch]: renesas-rcar: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel configuration

2020-07-07 Thread Meng Li
From: Limeng Hi Bruce, Kernel version has beed upgraded to v5.8, it is need to enable CONFIG_MEDIA_PLATFORM_SUPPORT to support media related features on renesas-rcar platform. Could you please merge this patch into yocto-kernel-cache, only branch is master?

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: adjuest kernel config for bcm-2xxx-rpi BSP in kernel-cache

2020-07-05 Thread Meng Li
From: Limeng Hi Bruce, I sent pull-request to upgrade kernel patches for BSP bcm-2xxx-rpi yesterday. So, the kernel config also should be updated accordingly. Could you please help to merge this patch into yocto-kernel-cache, branch is only yocto-5.4? diffstat info ad below:

[linux-yocto] [PATCH] bcm-2xxx-rpi: adjuest kernel config for bcm-2xxx-rpi BSP in kernel-cache

2020-07-05 Thread Meng Li
From: Limeng In order to match with latest kernel v5.4, some kernel configs need to be updated. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 42 ++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b

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

2020-07-15 Thread Meng Li
From: Limeng Hi Bruce, Although linux-yocto-dev kernel had beed upgraded to v5.8, I also maintain the v5.x branches if they need to upgrade patches. So, there are 296 patches needing to be merged into v5.7/standard/bcm-2xxx-rpi. I get these patches from raspberry pi git repo

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

2020-07-05 Thread Meng Li
From: Limeng Hi Bruce, There are some new patches merged into upstream raspberrypi sdk kernel, branch rpi-5.4.y. So, I get the latest patches from raspberry pi git repo https://github.com/raspberrypi/linux.git rpi-5.4.y, and intend to merge them into linux-yocto, branch

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

2020-07-09 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-host.c | 64 2 files changed, 111 insertions(+) diff --git a/arch/arm64/boot

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

2020-07-09 Thread Meng Li
MiB : 0x005700 -> 0x006fff - CMA area for MMP 256 MiB : 0x007000 -> 0x007fff Signed-off-by: Yusuke Goda [takeshi.kihara.df: fix W=1 dtc unit_address_vs_reg warnings] Signed-off-by: Takeshi Kihara Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/r8a77951-ulcb

[linux-yocto] [yocto-kernel-cache]: [master branch]: renesas-rcar: enable CONFIG_MEDIA_PLATFORM_SUPPORT kernel configuration

2020-07-09 Thread Meng Li
From: Limeng Hi Bruce, Kernel version has beed upgraded to v5.8, it is need to enable CONFIG_MEDIA_PLATFORM_SUPPORT to support media related features on renesas-rcar platform. Could you please merge this patch into yocto-kernel-cache, only branch is master?

[linux-yocto] [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]: drivers: staging: vc04_services: remove the useless static keyword

2020-07-28 Thread Meng Li
From: Limeng Hi Bruce, There are 3 kernel modules(bcm2835_v4l2, bcm2835_codec, bcm2835_isp) to invoke finction vchiq_mmal_init(). In this function, there is static pointer variable vchi_instance pointing a region of memory. Because the 3 kernel modules are loaded without dependency, there is no

[linux-yocto] [PATCH] drivers: staging: vc04_services: remove the useless static keyword

2020-07-28 Thread Meng Li
order. In this way, the static pointer variable may be changed by one module when another module is initializing it. Therefore, remove the useless static keyword. Signed-off-by: Meng Li --- drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: drivers: staging: vc04_services: remove the static keyword

2020-07-28 Thread Meng Li
From: Limeng Hi Bruce, There are 3 kernel modules(bcm2835_v4l2, bcm2835_codec, bcm2835_isp) to invoke finction vchiq_mmal_init(). In this function, there is static pointer variable vchi_instance pointing a region of memory. Because the 3 kernel modules are loaded without dependency, there is no

[linux-yocto] [PATCH] drivers: staging: vc04_services: remove the static keyword

2020-07-28 Thread Meng Li
order. In this way, the static pointer variable may be changed by one module when another module is initializing it. Therefore, remove the useless static keyword. Signed-off-by: Meng Li --- drivers/staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[linux-yocto] [PATCH] bcm-2xxx-rpi: build fixed regulator driver into kernel image

2020-07-24 Thread Meng Li
From: Limeng Set CONFIG_REGULATOR_FIXED_VOLTAGE as 'y', because SD card driver used it when kernel boots up. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi

[linux-yocto]: [kernel v5.4/standard/bcm-2xxx-rpi]: driver: net: lan78xx: fix building issue introduced by merging code from v5.4/standard/base

2020-08-16 Thread Meng Li
From: Limeng Hi Bruce, There are some raspberry pi sdk patches applied to the driver lan78xx.c. So, when merge code from v5.4/standard/base, there are conflicts, and not resolve them completely. Therefore, adjust code manually so that fix building issue. Could you please help to merge the

[linux-yocto] [PATCH] driver: net: lan78xx: fix building issue introduced by merging code from v5.4/standard/base

2020-08-16 Thread Meng Li
From: Limeng There are some raspberry pi sdk patches applied to the driver lan78xx.c. So, when merge code from v5.4/standard/base, there are conflicts, and not resolve them completely. Therefore, adjust code manually so that fix building issue. Signed-off-by: Meng Li --- drivers/net/usb

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: fix a kernel config typo

2020-08-16 Thread Meng Li
From: Limeng Hi Bruce, fix a kernel config typo for common USB camera. Could you please help to merge this patch into yocto-kernel-cache, branches is only master? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file changed, 1 insertion(+) thanks, Limeng -=-=-=-=-=-=-=-=-=-=-=-

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: fix a kernel config typo

2020-08-16 Thread Meng Li
From: Limeng Hi Bruce, fix a kernel config typo for common USB camera. Could you please help to merge this patch into yocto-kernel-cache, branches is only yocto-5.4? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file changed, 1 insertion(+) thanks, Limeng -=-=-=-=-=-=-=-=-=-=-=-

[linux-yocto] [PATCH] bcm-2xxx-rpi: fix a kernel config typo

2020-08-16 Thread Meng Li
From: Limeng Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index 8ad7561e..ee4d8080 100755 --- a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg +++ b/bsp

[linux-yocto] [yocto-kernel-cache]: bcm-2xxx-rpi: update kernel configs for raspberry pi 4 platform

2021-01-12 Thread Meng Li
From: Limeng Hi Bruce, kernel config CONFIG_PCI_HOST_GENERIC is need to be enabled for supporting graphics in qemu aarch64. Could you please help to merge this patch into yocto-kernel-cache, branch are master and yocto-5.10? diffstat info ad below: bcm-2xxx-rpi.cfg |1 + 1 file

[linux-yocto] [PATCH] bcm-2xxx-rpi: enable CONFIG_PCI_HOST_GENERIC for raspberrypi 4b platform

2021-01-12 Thread Meng Li
From: Meng Li This kernel config is need to be enabled for supporting graphics in qemu aarch64. Signed-off-by: Meng Li --- bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg b/bsp/bcm-2xxx-rpi/bcm-2xxx-rpi.cfg index

Re: [linux-yocto] [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: update patches for raspberrypi 4b platform

2020-12-21 Thread Meng Li
Hi Bruce, Sorry! I forgot to push patches into my repo. I pushed them just now. Thanks, Limeng > -Original Message- > From: Bruce Ashfield > Sent: Tuesday, December 22, 2020 6:07 AM > To: Li, Meng > Cc: Linux Yocto > Subject: Re: [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]:

[linux-yocto] [linux-yocto-dev]: [kernel standard/bcm-2xxx-rpi]: bcm-2xxx-rpi: update patches for raspberrypi 4b platform

2020-12-21 Thread Meng Li
From: Limeng Hi Bruce, I get some latest patches from raspberry pi git repo https://github.com/raspberrypi/linux.git rpi-5.10.y, and intend to merge them into linux-yocto-dev. There are 39 patches in my public repo https://github.com/limeng-linux/linux-yocto-develop.git, branch

[linux-yocto] [linux-yocto-dev]: [branch standard/bcm-2xxx-rpi]: drivers: drm: vc4_kms: fix build issue introduced by merging kernel v5.10

2020-12-14 Thread Meng Li
From: Limeng Hi Bruce, When merge below 2 patches from upstream kernel v5.10 2820526dd5c2("drm/vc4: kms: Don't disable the muxing of an active CRTC ") f2df84e096a8("drm/vc4: kms: Store the unassigned channel list in the state ") there are some conflict and cause building issue. So, create a

[linux-yocto] [PATCH] drivers: drm: vc4_kms: fix build issue introduced by merging kernel v5.10

2020-12-14 Thread Meng Li
reate a patch to fix it. Signed-off-by: Meng Li --- drivers/gpu/drm/vc4/vc4_kms.c | 88 +++ 1 file changed, 59 insertions(+), 29 deletions(-) diff --git a/drivers/gpu/drm/vc4/vc4_kms.c b/drivers/gpu/drm/vc4/vc4_kms.c index 1c7347c1bbf2..fca4a12f19dd 100644 --- a

  1   2   3   4   5   >