[linux-yocto] Review request [CD][BSP]marvell_cn96xx - upgrade to kernel v5.4

2019-11-27 Thread Xiaotao Yin
Hi Bruce, These commits will update marvell_cn96xx to kernel v5.4 on linux-yocto-dev. Target branch: standard/cn96xx. Patches based on:standard/base. Thanks~ Br. The following changes since commit 7169ab2c05a45377ad22ba50f0b1a7a02e0c88ef: arm64: dts: ti: k3-am65-main: Enable support for

[linux-yocto][yocto-kernel-cache master/yocto-5.2][PATCH] features: avoid enabling edac feature in mips

2019-11-27 Thread yanfei . xu
From: Yanfei Xu When some layer include this edac feature and bitbake kernel ARCH =mips, that will cause some warning masseges. CONFIG_EDAC and CONFIG_EDAC_DEBUG depend on CONFIG_EDAC_SUPPORT, but CONFIG_EDAC_SUPPORT isn't enabled in most of mips bsps(except CAVIUM_OCTEON_SOC, however

Re: [linux-yocto] [linux-yocto v5.2] Another patch series for the Marvell cn96xx support

2019-11-27 Thread Bruce Ashfield
On Tue, Nov 26, 2019 at 5:51 AM Kevin Hao wrote: > > Hi Bruce, > > Here is another patch series for the Marvell cn96xx SoC support. The main > changes are two CPU erratas and misc Ethernet bug fix. Please help me merge > these to the following two branches: > v5.2/standard/cn96xx >

Re: [linux-yocto][linux-yocto v5.2] Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"

2019-11-27 Thread Bruce Ashfield
On Wed, Nov 27, 2019 at 3:55 AM Yongxin Liu wrote: > > Hi Bruce, > > This patch was sent to mainline kernel for review. > But it costs much more time than I thought. > Could help to review whether it can be merged to linux-yocto v5.2? Thanks for the link to the discussion! We can fix the issue

Re: [linux-yocto] [linux-yocto-5.2]: [kernel v5.2/standard/base]: ti-am65x: add SD support

2019-11-27 Thread Bruce Ashfield
On Tue, Nov 26, 2019 at 7:53 AM Jun Miao wrote: > > Hi Bruce, > > About BSP ti-am65x platform, there are conflict in k3-am65-main.dtsi between > v5.4. > Below 2 patches are used to SD card. > > Could you please help to merge the 2 patches into branch v5.2/standard/base, > linux-ycoto kernel.

Re: [linux-yocto] [yocto-kernel-cache]: marvell-cn96xx: Add JUMP_LABEL config for ethernet

2019-11-27 Thread Bruce Ashfield
On Tue, Nov 26, 2019 at 3:28 AM Xiaotao Yin wrote: > > Hi Bruce, > > This is Xiaotao, is working on marvell-cn96xx platform, and I want to enable > CONFIG_JUMP_LABEL for marvell-cn96xx ethernet. > > Could you please help to merge this patch into yocto-kernel-cache, branche: > master. merged

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

2019-11-27 Thread Bruce Ashfield
Looks good to me. This is merged Bruce On Mon, Nov 25, 2019 at 11:52 PM wrote: > 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

[linux-yocto][linux-yocto v5.2][PATCH 1/1] Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"

2019-11-27 Thread Yongxin Liu
This reverts commit 7b11e8989618581bc0226ad313264cdc05d48d86. Consider the following hardware setting. |-PNP0C14:00 | |-- device #1 |-PNP0C14:01 | |-- device #2 When unloading wmi driver module, device #2 will be first unregistered. But device_destroy() using MKDEV(0, 0) will locate

[linux-yocto][linux-yocto v5.2] Revert "platform/x86: wmi: Destroy on cleanup rather than unregister"

2019-11-27 Thread Yongxin Liu
Hi Bruce, This patch was sent to mainline kernel for review. But it costs much more time than I thought. Could help to review whether it can be merged to linux-yocto v5.2? For more details, please refer to https://patchwork.kernel.org/patch/11244821/ Yongxin Liu (1): Revert "platform/x86: