Re: [linux-yocto] [kernel-cache master/yocto-5.2][PATCH 0/1] xilinx-zynqmp: delete obsolete kernel options

2019-10-18 Thread Bruce Ashfield
In message: [linux-yocto][kernel-cache master/yocto-5.2][PATCH 0/1] xilinx-zynqmp: delete obsolete kernel options on 15/10/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, Michal, > > This patch is to delete some obsolete kernel options. Now delete them > or else yoc

Re: [linux-yocto] [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: arm64: dts: r8a7795: Add CPUIdle support for all CPU core

2019-10-18 Thread Bruce Ashfield
In message: [linux-yocto-dev]: [kernel standard/base]: renesas-rcar: arm64: dts: r8a7795: Add CPUIdle support for all CPU core on 15/10/2019 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > I get below patch from SDK kernel to support cpu idle feature, and intend to > merge it in

Re: [linux-yocto] [kernel-cache][PATCH 0/1] xilinx-zynqmp: add kernel options for ZynqMP PL Programming

2019-10-18 Thread Bruce Ashfield
In message: [linux-yocto][kernel-cache][PATCH 0/1] xilinx-zynqmp: add kernel options for ZynqMP PL Programming on 17/10/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, Michal, > > Would you please help review and merge this patch to > yocto-kernel-cache's branch y

Re: [linux-yocto] [PATCH v5.2] nvme-pci: Set the prp2 correctly when using more than 4k page

2019-10-18 Thread Bruce Ashfield
In message: [PATCH v5.2] nvme-pci: Set the prp2 correctly when using more than 4k page on 19/10/2019 Kevin Hao wrote: > commit a4f40484e7f1dff56bb9f286cc59ffa36e0259eb from > git://git.infradead.org/nvme.git > > In the current code, the nvme is using a fixed 4k PRP entry size, > but if the kerne

[linux-yocto] [PATCH v5.2] nvme-pci: Set the prp2 correctly when using more than 4k page

2019-10-18 Thread Kevin Hao
commit a4f40484e7f1dff56bb9f286cc59ffa36e0259eb from git://git.infradead.org/nvme.git In the current code, the nvme is using a fixed 4k PRP entry size, but if the kernel use a page size which is more than 4k, we should consider the situation that the bv_offset may be larger than the dev->ctrl.page

Re: [linux-yocto] [PATCH 1/1] xilinx-zynqmp: add kernel options for ZynqMP PL Programming

2019-10-18 Thread Quanyang Wang
On 10/18/19 2:16 PM, Michal Simek wrote: On 17. 10. 19 16:58, quanyang.w...@windriver.com wrote: From: Quanyang Wang Add kernel options for zynqmp FPGA programming. Signed-off-by: Quanyang Wang --- bsp/xilinx-zynqmp/xilinx-zynqmp.cfg | 4 1 file changed, 4 insertions(+) diff --git

Re: [linux-yocto] [PATCH 1/1] clk: zynqmp: fix memory leak in zynqmp_register_clocks

2019-10-18 Thread Quanyang Wang
Hi MIchal, The steps are: (1) I use kernel source https://github.com/Xilinx/linux-xlnx.git xlnx_rebase_v4.19. (2) Enable kernel option: Kernel hacking  ---> Memory Debugging  ---> [*] Kernel memory leak detector (9000) Maximum kmemleak early log entries. (3) When the board boots, run t