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

2019-12-17 Thread Kevin Hao
Hi Bruce, Here is another patch series for the Marvell cn96xx SoC support. The main changes are the bug fixes for the spi and Ethernet drivers. Please help me merge them into the following branch: v5.2/standard/cn96xx v5.2/standard/preempt-rt/cn96xx The following changes since commit 3ae2f9c8

Re: [linux-yocto] [linux-yocto-dev][standard/cn96xx] net: octeontx2-pf: Don't set the parse mode for LBKs

2019-12-17 Thread Bruce Ashfield
These look fine to me. I'm having some issues with my builder, but expect to be able to merge these on Wednesday. Bruce On Thu, Dec 12, 2019 at 9:36 PM Xiaotao Yin wrote: > > Hi Bruce, > > [PATCH] net: octeontx2-pf: Don't set the parse mode for LBKs > -->Target: linux-yocto-dev:standard/cn96xx

Re: [linux-yocto] [linux-yocto-dev standard/xlnx-soc]][PATCH 0/3] New patches for v5.4

2019-12-17 Thread Bruce Ashfield
As mentioned in the patch reviews, I've dropped this 3 patch series for the 9 patch series you just sent. I expect I can get everything merged on Wednesday. Bruce On Wed, Dec 11, 2019 at 2:08 AM Quanyang Wang wrote: > > Hi Michal, > > Any comment? > > Thanks, > > Quanyang > > On 12/3/19 6:11 PM

[linux-yocto][PATCH 1/1] mtd: spi-nor: fix erasesize for dual qspi mode

2019-12-17 Thread quanyang.wang
From: Quanyang Wang The zcu102 and zc706 boards support qspi dual mode, and in the dual mode, the erasesize for mtd device should be twice as much as the erasesize for each nor flash chip. Signed-off-by: Quanyang Wang --- drivers/mtd/spi-nor/spi-nor.c | 6 +- 1 file changed, 5 insertions(+

[linux-yocto] [linux-yocto-dev standard/xlnx-soc] mtd: spi-nor: fix erasesize for dual qspi mode

2019-12-17 Thread quanyang.wang
From: Quanyang Wang Hi Bruce & Michal, There is a fix for erasesize in dual mode in xilinx v4.19 kernel, but the spi-nor framework has changed in new version kernel, so I make this patch to fix it in new kernel. Would you please help review and merge these patches to linux-yocto-dev standard/