Re: [linux-yocto] [linux-yocto-5.2/dev]: [kernel]: xilinx-zynqmp: add canfd feature

2019-12-02 Thread Meng Li
> -Original Message- > From: linux-yocto@lists.yoctoproject.org [mailto:linux- > yo...@lists.yoctoproject.org] On Behalf Of Michal Simek > Sent: Tuesday, December 03, 2019 2:52 PM > To: Li, Meng; bruce.ashfi...@gmail.com; michal.si...@xilinx.com > Cc: linux-yo...@yoctoproject.org > Subjec

Re: [linux-yocto] [PATCH 1/5] arch: arm64: dts: add dts file for CANFD feature on xilinx-zcu102 platform

2019-12-02 Thread Meng Li
> -Original Message- > From: Michal Simek [mailto:michal.si...@xilinx.com] > Sent: Tuesday, December 03, 2019 2:50 PM > To: Li, Meng; bruce.ashfi...@gmail.com; michal.si...@xilinx.com > Cc: linux-yo...@yoctoproject.org > Subject: Re: [PATCH 1/5] arch: arm64: dts: add dts file for CANFD fe

Re: [linux-yocto] [linux-yocto-5.2/dev]: [kernel]: xilinx-zynqmp: add canfd feature

2019-12-02 Thread Michal Simek
On 03. 12. 19 6:27, meng...@windriver.com wrote: > From: Limeng > > Hi Bruce & Michal, > > I am working on xilinx-zcu102 platform to impelment canfd feature. > > Could you please help to merge the 5 patches into linux-ycoto kernel(branch > v5.2/standard/xlnx-soc), > and linux-yocto-dev kernel(

Re: [linux-yocto] [PATCH 1/5] arch: arm64: dts: add dts file for CANFD feature on xilinx-zcu102 platform

2019-12-02 Thread Michal Simek
On 03. 12. 19 6:27, meng...@windriver.com wrote: > From: Limeng > > This dts file is created by referring to Xilix SDK petalinux. > > Signed-off-by: Meng Li > --- > arch/arm64/boot/dts/xilinx/Makefile | 1 + > .../dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts | 82 +++ >

Re: [linux-yocto] [PATCH] xilinx-zynqmp: enable clock-wizard driver on xilinx-zcu102 platform

2019-12-02 Thread Michal Simek
On 03. 12. 19 6:29, meng...@windriver.com wrote: > From: Limeng > > canfd driver depend on clock wizard, so enable it. > > Signed-off-by: Meng Li > --- > bsp/xilinx-zynqmp/xilinx-zynqmp.cfg | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg > b/bsp/x

[linux-yocto] [yocto-kernel-cache]: [branch master/yocto-5.2]: xilinx-zynqmp: enable clock-wizard driver on xilinx-zcu102 platform

2019-12-02 Thread Meng Li
From: Limeng Hi Bruce & Michal, I am working on xilinx-zcu102 platform to impelment canfd feature. Could you please help to merge this patch into yocto-kernel-cache, branches are master and yocto-5.2? diffstat info ad below: xilinx-zynqmp.cfg |1 + 1 file changed, 1 insertion(+) than

[linux-yocto] [PATCH] xilinx-zynqmp: enable clock-wizard driver on xilinx-zcu102 platform

2019-12-02 Thread Meng Li
From: Limeng canfd driver depend on clock wizard, so enable it. Signed-off-by: Meng Li --- bsp/xilinx-zynqmp/xilinx-zynqmp.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg b/bsp/xilinx-zynqmp/xilinx-zynqmp.cfg index ae252de4..f3e56227 100644 --- a/bs

[linux-yocto] [PATCH 2/5] net: can: xilinx_can: Fix FSR register FL and RI mask values for canfd 2.0

2019-12-02 Thread Meng Li
From: Appana Durga Kedareswara rao commit 180d843c11156fdc789d3704aae1cc2319b28d00 from https://github.com/Xilinx/linux-xlnx.git For CANFD 2.0 IP configuration existing driver is using incorrect mask values for FSR register FL and RI fields. Signed-off-by: Appana Durga Kedareswara rao Acked-by

[linux-yocto] [PATCH 5/5] net: can: xilinx_can: Fix usage of skb memory

2019-12-02 Thread Meng Li
From: Srinivas Neeli commit d52eabb7d794515ec1d7473e5405ab8d0d2b6976 from https://github.com/Xilinx/linux-xlnx.git As per linux can framework, driver not allowed to touch the skb memory after can_put_echo_skb() call. This patch fixes the same. https://www.spinics.net/lists/linux-can/msg02199.htm

[linux-yocto] [PATCH 4/5] net: can: xilinx: Avoid printing bus clock not found in case of defer

2019-12-02 Thread Meng Li
From: Venkatesh Yadav Abbarapu commit 7b1b5c5f94e0b1465408a01d5fd5dda7d52bbbde from https://github.com/Xilinx/linux-xlnx.git Avoid printing "bus clock not found" error message in the case of defer. Signed-off-by: Venkatesh Yadav Abbarapu Signed-off-by: Srinivas Neeli Signed-off-by: Michal Sim

[linux-yocto] [linux-yocto-5.2/dev]: [kernel]: xilinx-zynqmp: add canfd feature

2019-12-02 Thread Meng Li
From: Limeng Hi Bruce & Michal, I am working on xilinx-zcu102 platform to impelment canfd feature. Could you please help to merge the 5 patches into linux-ycoto kernel(branch v5.2/standard/xlnx-soc), and linux-yocto-dev kernel(branch standard/xlnx-soc) diffstat info ad below: arch/arm64/boo

[linux-yocto] [PATCH 1/5] arch: arm64: dts: add dts file for CANFD feature on xilinx-zcu102 platform

2019-12-02 Thread Meng Li
From: Limeng This dts file is created by referring to Xilix SDK petalinux. Signed-off-by: Meng Li --- arch/arm64/boot/dts/xilinx/Makefile | 1 + .../dts/xilinx/zynqmp-zcu102-rev1.0-canfd.dts | 82 +++ 2 files changed, 83 insertions(+) create mode 100644 arch/arm64/b

[linux-yocto] [PATCH 3/5] net: can: xilinx_can: Fix the data phase btr1 calculation

2019-12-02 Thread Meng Li
From: Srinivas Neeli commit fc03fa30d1ce26498a88d648863c094a43afcfc4 from https://github.com/Xilinx/linux-xlnx.git While calculating bitrate for the data phase, the driver is using phase segment 1 of the arbitration phase instead of the data phase. Signed-off-by: Srinivas Neeli Acked-by: Shubh

Re: [linux-yocto] v5.2.x - stable updates comprising v5.2.25

2019-12-02 Thread Bruce Ashfield
On Mon, Dec 2, 2019 at 6:08 PM Paul Gortmaker wrote: > Bruce, Yocto kernel folks: > > Here is the next 5.2.x stable update "extension" primarily created for > the Yocto project, as the 4th v5.2.x post-EOL release. > > After being back to "normal" where the past release reflected an audit > of wha

[linux-yocto] v5.2.x - stable updates comprising v5.2.25

2019-12-02 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 5.2.x stable update "extension" primarily created for the Yocto project, as the 4th v5.2.x post-EOL release. After being back to "normal" where the past release reflected an audit of what went into 5.3.8, things are once again off the beaten path. It t