[linux-yocto] [kernel-meta v5.2 1/2] fsl-mpc8315e-rdb/beaglebone: Replace CONFIG_MTD_NAND with CONFIG_MTD_RAW_NAND

2019-08-29 Thread Kevin Hao
The kernel option MTD_NAND has been renamed to MTD_RAW_NAND in the kernel commit 72c5af002723 ("mtd: rawnand: Clarify Kconfig entry MTD_NAND"), so adjust the cfg file according to this change. Signed-off-by: Kevin Hao --- bsp/beaglebone/beaglebone.cfg | 2 +-

[linux-yocto] [kernel-cache master] nxp-ls20xx: add kernel-cache configuration files for BSP nxp-ls20xx

2019-08-29 Thread Xulin Sun
This adds the cfg & scc files to support the LS2088A-RDB. Signed-off-by: Xulin Sun --- bsp/nxp-ls20xx/nxp-ls20xx-standard.scc | 8 ++ bsp/nxp-ls20xx/nxp-ls20xx.cfg | 162 + bsp/nxp-ls20xx/nxp-ls20xx.scc | 7 ++ 3 files changed, 177 insertions(+)

[linux-yocto] [kernel-meta v5.2 0/2] Fix the kernel_configcheck warnings for the v5.2 kernel

2019-08-29 Thread Kevin Hao
These two patches fix the kernel_configcheck warnings when building the v5.2 kernel. Kevin Hao (2): fsl-mpc8315e-rdb/beaglebone: Replace CONFIG_MTD_NAND with CONFIG_MTD_RAW_NAND beaglebone: Drop the stale kernel options bsp/beaglebone/beaglebone.cfg | 4 +---

[linux-yocto] [kernel-meta v5.2 2/2] beaglebone: Drop the stale kernel options

2019-08-29 Thread Kevin Hao
These two kernel options have been delete by the following kernel commits: 99f629718272 ("net: ethernet: ti: cpsw: drop TI_DAVINCI_CPDMA config option") 8c5dc8d9f19c ("video: backlight: Remove useless BACKLIGHT_LCD_SUPPORT kernel symbol") Signed-off-by: Kevin Hao ---

[linux-yocto] [PATCH] aufs: for v5.3-rc3, update UAPI SPDX

2019-08-29 Thread zhe.he
From: "J. R. Okajima" Simply follows the commit in mainline, 622445541b75 2019-07-29 kbuild: detect missing "WITH Linux-syscall-note" for uapi headers Signed-off-by: J. R. Okajima Backport from git://github.com/sfjro/aufs5-linux.git 90ff497cebbb ("aufs: for v5.3-rc3,

Re: [linux-yocto] [kernel-meta v5.2 0/2] Fix the kernel_configcheck warnings for the v5.2 kernel

2019-08-29 Thread Bruce Ashfield
Thanks Kevin, I now have these merged and they'll be part of my next 5.2 recipe revision. Bruce On Thu, Aug 29, 2019 at 4:30 AM Kevin Hao wrote: > > These two patches fix the kernel_configcheck warnings when building the > v5.2 kernel. > > Kevin Hao (2): > fsl-mpc8315e-rdb/beaglebone:

Re: [linux-yocto] [kernel-cache master] nxp-ls20xx: add kernel-cache configuration files for BSP nxp-ls20xx

2019-08-29 Thread Bruce Ashfield
merged Bruce On Thu, Aug 29, 2019 at 3:08 AM Xulin Sun wrote: > > This adds the cfg & scc files to support the LS2088A-RDB. > > Signed-off-by: Xulin Sun > --- > bsp/nxp-ls20xx/nxp-ls20xx-standard.scc | 8 ++ > bsp/nxp-ls20xx/nxp-ls20xx.cfg | 162 + >

Re: [linux-yocto] [PATCH] renesas-rcar: enable PCM3168A-I2C codec drvier

2019-08-29 Thread Bruce Ashfield
merged to master. Bruce On Tue, Aug 27, 2019 at 4:59 AM wrote: > > From: Limeng > > On KingFisher board, there is PCM3168A codec chip, so enable > PCM3168A-I2C codec driver by setting configure > CONFIG_SND_SOC_PCM3168A_I2C > > Signed-off-by: Meng Li > --- > bsp/renesas-rcar/renesas-rcar.cfg

Re: [linux-yocto] [PATCH] aufs: for v5.3-rc3, update UAPI SPDX

2019-08-29 Thread Bruce Ashfield
merged Bruce On Thu, Aug 29, 2019 at 9:52 AM wrote: > > From: "J. R. Okajima" > > Simply follows the commit in mainline, > 622445541b75 2019-07-29 kbuild: detect missing "WITH > Linux-syscall-note" for uapi headers > > Signed-off-by: J. R. Okajima > > Backport from

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

2019-08-29 Thread Bruce Ashfield
all three are now merged to linux-yocto-dev. Bruce On Thu, Aug 29, 2019 at 2:31 AM wrote: > > 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

Re: [linux-yocto] [linux-yocto-dev] Add the support for the Marvell cn96xx SoC

2019-08-29 Thread Kevin Hao
On Tue, Aug 20, 2019 at 07:21:04PM +0800, Kevin Hao wrote: > Hi Bruce, > > This patch series adds the support for the Marvell cn96xx SoC. The OCTEON TX2 > cn96xx SoC is a scalable architecture that integrates high performance 64-bit > Armv8.2 processors, a cache-coherent interconnect, hardware

Re: [linux-yocto] [kernel-cache master] bsp: Add the support for the marvell-cn96xx BSP

2019-08-29 Thread Kevin Hao
On Tue, Aug 20, 2019 at 07:29:20PM +0800, Kevin Hao wrote: > This adds the cfg files to support the Marvell OCTEON TX2 > CN96XX multicore arm64 SoC. Ping... Thanks, Kevin > > Signed-off-by: Kevin Hao > --- > bsp/marvell-cn96xx/marvell-cn96xx-standard.scc | 7 ++ >

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

2019-08-29 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

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

2019-08-29 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

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

2019-08-29 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

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

2019-08-29 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