[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH 2/3] spi: spi-fsl-dspi: mark expected switch fall-through

2020-08-13 Thread Xulin Sun
This patch fixes the following warning: drivers/spi/spi-fsl-dspi.c: In function 'dspi_eoq_write': drivers/spi/spi-fsl-dspi.c:699:21: warning: this statement may fall through [-Wimplicit-fallthrough=] 699 |fifo_entries_used++; |~^~ drivers/spi/spi-fsl-dspi.c:704:3: n

[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH 3/3] net: driver: stmmac: dwmac-s32cc: mark expected switch fall-through

2020-08-13 Thread Xulin Sun
This patch fixes the following warning: drivers/net/ethernet/stmicro/stmmac/dwmac-s32cc.c: In function 's32cc_gmac_init': include/linux/device.h:1747:2: warning: this statement may fall through [-Wimplicit-fallthrough=] 1747 | _dev_info(dev, dev_fmt(fmt), ##__VA_ARGS__) | ^~~

[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH 0/3] fix switch fall-through warnings

2020-08-13 Thread Xulin Sun
Hi Bruce, These three patches are to fix compile warnings for nxp-s32g2xx. Could you please help merge these patches to branch "v5.4/standard/nxp-s32g2xx"? Thanks Xulin Xulin Sun (3): drivers: clk: s32: fix unexpected switch fall-through spi: spi-fsl-dspi: mark expected switch fall-through

[linux-yocto][linux-yocto v5.4/standard/nxp-s32g2xx][PATCH 1/3] drivers: clk: s32: fix unexpected switch fall-through

2020-08-13 Thread Xulin Sun
The "S32_PLLDIG_VIDEO" is one of the case option, if matched it should break to avoid falling into default case. In order to fix below warning: drivers/clk/s32/s32v234/clk-plldig.c: In function 'get_pllx_phiy_max_rate': AS arch/arm64/kernel/entry-ftrace.o drivers/clk/s32/s32v234/clk-plldig.

[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/bcm

[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(+) thanks

[linux-yocto] v5.2.x - stable updates comprising v5.2.53

2020-08-13 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 5.2.x stable update "extension" primarily created for the Yocto project, as the next v5.2.x post-EOL release. This maintenance is going to wind down in September, so folks really should plan their own maintenance or migration path off of this v5.2.x upd

Re: [linux-yocto] [linux-yocto-dev] [oe-core] [PATCH v2] kernel.bbclass: Configuration for environment with HOSTCXX

2020-08-13 Thread Bruce Ashfield
On Thu, Aug 13, 2020 at 2:03 AM Zhang, Qiang wrote: > Hi Bruce. > > please merge > It's in the pull request that I sent to the oe core mailing list yesterday. So once it passes sanity there, Richard will merge it. Bruce > > > 发件人: linux-yocto@lists.yo