[linux-yocto] [kernel-cache] [all branches] [PATCH] net_sched: Add FQ Controlled Delay packet scheduling algorithm

2019-09-03 Thread zhe.he
From: He Zhe It has been widely used and selected by systemd as defalut scheduling algorithm since v217. https://github.com/systemd/systemd/blob/master/NEWS#L5861 Signed-off-by: He Zhe --- features/net_sched/net_sched.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/features/net_sched/n

[linux-yocto] [PATCH 2/2 linux-yocto-dev all branches] aufs: opts: Fix missing fallthrough

2019-09-03 Thread zhe.he
From: He Zhe commit 8d7b6374d5af2c31ce9501d3502808e3c7a9ea68 upstream A compilation -Wimplicit-fallthrough warning was enabled by commit a035d552a93b ("Makefile: Globally enable fall-through warning") and triggers the following warning. fs/aufs/opts.h:78:11: warning: this statement may fall thr

[linux-yocto] [PATCH 1/2 linux-yocto-dev all branches] aufs: bugfix, opts: Fix missing break statement

2019-09-03 Thread zhe.he
From: He Zhe commit 4a80018d718f6be2e862d0c70bb11cd6e6d1fae5 upstream Add missing break statement for case Opt_wsum in au_opt_simple. Signed-off-by: He Zhe See-also: https://www.mail-archive.com/aufs-users@lists.sourceforge.net/msg05684.html (cherry picked from commit 9e7d29356ab57fa5db7e92e5

[linux-yocto] [kernel] The kernel patches for the Marvell cn96xx support

2019-09-03 Thread Kevin Hao
The following changes since commit 35276d20c01a78ee3640a074446b0c15c486c5d0: selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly (2019-08-30 00:33:44 -0400) are available in the Git repository at: https://github.com/haokexin/linux.git v5.2/standard/cn96xx for you t

[linux-yocto] [linux-yocto v5.2] Add the support for the Marvell cn96xx SoC

2019-09-03 Thread Kevin Hao
Hi Bruce, This patch series adds the kernel and kernel meta for the support of the Marvell cn96xx SoC support. These patches are almost the same as what I have sent for the linux-yocto-dev [1] [2]. The major difference between them is that the BPHY driver is added. The BPHY driver handles ioctl to

[linux-yocto] [kernel-meta] bsp: Add the support for the marvell-cn96xx BSP

2019-09-03 Thread Kevin Hao
This adds the cfg&scc files to support the Marvell OCTEON TX2 CN96XX multicore arm64 SoC. Signed-off-by: Kevin Hao --- bsp/marvell-cn96xx/marvell-cn96xx-standard.scc | 7 ++ bsp/marvell-cn96xx/marvell-cn96xx.cfg | 107 + bsp/marvell-cn96xx/marvell-cn96xx.scc

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

2019-09-03 Thread Bruce Ashfield
On Fri, Aug 30, 2019 at 1:01 AM Kevin Hao wrote: > > 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 > > 6

Re: [linux-yocto] [linux-yocto v5.2] Add the support for the Marvell cn96xx SoC

2019-09-03 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 3:39 AM Kevin Hao wrote: > > Hi Bruce, > > This patch series adds the kernel and kernel meta for the support of the > Marvell cn96xx SoC support. These patches are almost the same as what I > have sent for the linux-yocto-dev [1] [2]. The major difference between I assume t

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

2019-09-03 Thread Bruce Ashfield
On Tue, Aug 20, 2019 at 7:25 AM 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 accelerator

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

2019-09-03 Thread Bruce Ashfield
merged to master Bruce On Tue, Aug 20, 2019 at 7:32 AM Kevin Hao wrote: > > This adds the cfg&scc files to support the Marvell OCTEON TX2 > CN96XX multicore arm64 SoC. > > Signed-off-by: Kevin Hao > --- > bsp/marvell-cn96xx/marvell-cn96xx-standard.scc | 7 ++ > bsp/marvell-cn96xx/marvell-cn9

Re: [linux-yocto] [kernel] The kernel patches for the Marvell cn96xx support

2019-09-03 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 3:40 AM Kevin Hao wrote: > > The following changes since commit 35276d20c01a78ee3640a074446b0c15c486c5d0: > > selftests/bpf: structure test_{progs, maps, verifier} test runners > uniformly (2019-08-30 00:33:44 -0400) > > are available in the Git repository at: > > https

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

2019-09-03 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 3:40 AM Kevin Hao wrote: > > This adds the cfg&scc files to support the Marvell OCTEON TX2 > CN96XX multicore arm64 SoC. merged to yocto-5.2 of the kernel-cache. Bruce > > Signed-off-by: Kevin Hao > --- > bsp/marvell-cn96xx/marvell-cn96xx-standard.scc | 7 ++ > bsp/ma

Re: [linux-yocto] : [kernel-cache yocto-5.2]: renesas-rcar: add configure file for renesas BSP in kernel-cache

2019-09-03 Thread Bruce Ashfield
This is now in the 5.2 branch of the kernel-cache. Bruce On Fri, Aug 30, 2019 at 5:19 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 patch includes scc and cfg files for renesas-rca

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

2019-09-03 Thread Bruce Ashfield
These look fine to me. All four patches are on v5.2/standard/base Bruce On Tue, Sep 3, 2019 at 2:53 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 4 patches are used to improve gpio

Re: [linux-yocto] [kernel-cache] [all branches] [PATCH] net_sched: Add FQ Controlled Delay packet scheduling algorithm

2019-09-03 Thread Bruce Ashfield
merged to 4.19/5.0/5.2 and master of the kernel-cache. SRCREV bumps will follow in the next few days. Bruce On Tue, Sep 3, 2019 at 3:00 AM wrote: > > From: He Zhe > > It has been widely used and selected by systemd as defalut scheduling > algorithm > since v217. > https://github.com/systemd/s

Re: [linux-yocto] [PATCH 2/2 linux-yocto-dev all branches] aufs: opts: Fix missing fallthrough

2019-09-03 Thread Bruce Ashfield
merged to linux-yocto-dev. Bruce On Tue, Sep 3, 2019 at 3:28 AM wrote: > > From: He Zhe > > commit 8d7b6374d5af2c31ce9501d3502808e3c7a9ea68 upstream > > A compilation -Wimplicit-fallthrough warning was enabled by commit > a035d552a93b ("Makefile: Globally enable fall-through warning") > and tri

Re: [linux-yocto] [PATCH 1/2 linux-yocto-dev all branches] aufs: bugfix, opts: Fix missing break statement

2019-09-03 Thread Bruce Ashfield
merged to linux-yocto-dev Bruce On Tue, Sep 3, 2019 at 3:28 AM wrote: > > From: He Zhe > > commit 4a80018d718f6be2e862d0c70bb11cd6e6d1fae5 upstream > > Add missing break statement for case Opt_wsum in au_opt_simple. > > Signed-off-by: He Zhe > See-also: > https://www.mail-archive.com/aufs-use

Re: [linux-yocto] [linux-yocto v5.2] Add the support for the Marvell cn96xx SoC

2019-09-03 Thread Kevin Hao
On Tue, Sep 03, 2019 at 02:00:11PM -0400, Bruce Ashfield wrote: > On Tue, Sep 3, 2019 at 3:39 AM Kevin Hao wrote: > > > > Hi Bruce, > > > > This patch series adds the kernel and kernel meta for the support of the > > Marvell cn96xx SoC support. These patches are almost the same as what I > > have

Re: [linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-09-03 Thread Liwei Song
Hi Bruce, It seems that this patch was missed by master branch, so does 5.2 branch also miss it. Could you help merge it to both master and yocto-5.2 branch? Thanks, Liwei. On 07/08/2019 04:22 PM, Liwei Song wrote: > Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G200 > and inc

Re: [linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-09-03 Thread Bruce Ashfield
Indeed. I appear to have messed it up .. I had a lot of merges to do today, so I was sure to get something wrong. This is now really merged. Bruce On Tue, Sep 3, 2019 at 9:57 PM Liwei Song wrote: > > Hi Bruce, > > It seems that this patch was missed by master branch, so does 5.2 branch also >

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

2019-09-03 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(+) cre

[linux-yocto] [PATCH 1/1] ti-am335x: add the basic scc/cfg enablement

2019-09-03 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 7 + bsp/ti-am335x/ti-am335x.cfg | 230 +++ bsp/ti-am335x/ti-am335x.scc | 7 + 3 f

[linux-yocto] [kernel-cache v5.2] ti-am335x: add base support

2019-09-03 Thread Jun Miao
Hi Bruce, I am working ti boards(AM335x evm/sk/BBB) with am335x soc. Could you help me add scc/cfg to yocto-kernel-cache v5.2 branch. Jun Miao (1): ti-am335x: add the basic scc/c