Re: [meta-xilinx] [meta-xilinx-bsp][RFC] kernel-module-mali: Fix errors associated with kernel upgrade to 4.19

2019-04-10 Thread Jean-Francois Dagenais
Hi, so I did a bit of testing... > On Apr 5, 2019, at 11:42, Jean-Francois Dagenais > wrote: > >> It is trying to reset the PP, and fails. Can you check if the power islands >> are turned on. >> >> Can you tell me the output of the following: >> Devmem 0xFD4B006C >> Devmem 0xFD4B4004 #

Re: [meta-xilinx] [meta-xilinx-bsp][RFC] kernel-module-mali: Fix errors associated with kernel upgrade to 4.19

2019-04-05 Thread Jean-Francois Dagenais
> On Apr 4, 2019, at 16:19, Madhurkiran Harikrishnan > wrote: > > Hi JFD, > > It is trying to reset the PP, and fails. Can you check if the power islands > are turned on. > > Can you tell me the output of the following: > Devmem 0xFD4B006C > Devmem 0xFD4B4004 Thanks for the support

Re: [meta-xilinx] [meta-xilinx-bsp][RFC] kernel-module-mali: Fix errors associated with kernel upgrade to 4.19

2019-04-05 Thread Manjukumar Harthikote Matha
linx-bsp][RFC] kernel-module-mali: Fix > errors associated with kernel upgrade to 4.19 > > > > > On Apr 1, 2019, at 16:36, Jean-Francois Dagenais > wrote: > > > >> We don't see the issue with above tree and the RFC patches. > >> > &

Re: [meta-xilinx] [meta-xilinx-bsp][RFC] kernel-module-mali: Fix errors associated with kernel upgrade to 4.19

2019-04-01 Thread Manjukumar Harthikote Matha
[meta-xilinx-bsp][RFC] kernel-module-mali: Fix > errors > associated with kernel upgrade to 4.19 > > Hi Manju, guys, > > I need to move up to 4.19 early for the kernel. I just tried this patchset > (only after > having made my own... I had forgotten about yours here). > >

Re: [meta-xilinx] [meta-xilinx-bsp][RFC] kernel-module-mali: Fix errors associated with kernel upgrade to 4.19

2019-04-01 Thread Jean-Francois Dagenais
> On Apr 1, 2019, at 16:36, Jean-Francois Dagenais > wrote: > >> We don't see the issue with above tree and the RFC patches. >> > > Any idea where to start? Could it be related to our handoff file? > Or something missing in my defconfig? Is ./configs/xilinx_zynqmp_defconfig kept up to

Re: [meta-xilinx] [meta-xilinx-bsp][RFC] kernel-module-mali: Fix errors associated with kernel upgrade to 4.19

2019-04-01 Thread Jean-Francois Dagenais
> On Apr 1, 2019, at 16:21, Manjukumar Harthikote Matha > wrote: > > > Can you try with linux-xlnx master? https://github.com/Xilinx/linux-xlnx > I am only missing the last two commits: "revert spi..." and "zynqmp-reset defer probe..." Shouldn't

Re: [meta-xilinx] [meta-xilinx-bsp][RFC] kernel-module-mali: Fix errors associated with kernel upgrade to 4.19

2019-04-01 Thread Jean-Francois Dagenais
Hi Manju, guys, I need to move up to 4.19 early for the kernel. I just tried this patchset (only after having made my own... I had forgotten about yours here). I am aligned with 2018.3, using meta-xilinx-tools, but am not using meta-petalinux. We have our own kernel recipe which inherit kernel

[meta-xilinx] [meta-xilinx-bsp][RFC] kernel-module-mali: Fix errors associated with kernel upgrade to 4.19

2019-03-13 Thread Manjukumar Matha
From: Madhurkiran Harikrishnan These patches fixes errors caused by removal of ancient init_timer API. Also, addresses the removal of hot/cold cache pages in the kernel. Signed-off-by: Madhurkiran Harikrishnan Signed-off-by: Manjukumar Matha ---