Re: [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

2020-08-25 Thread Michael Auchter
Hello Ben, On Mon, Aug 10, 2020 at 08:32:13PM -0700, Ben Levinsky wrote: > +/** > + * zynqmp_r5_release() - ZynqMP R5 device release function > + * @dev: pointer to the device struct of ZynqMP R5 > + * > + * Function to release ZynqMP R5 device. > + */ > +static void zynqmp_r5_release(struct

RE: [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

2020-08-24 Thread Ben Levinsky
al Simek ; devicet...@vger.kernel.org; > mathieu.poir...@linaro.org; Ed T. Mooring ; linux- > remotep...@vger.kernel.org; linux-kernel@vger.kernel.org; > robh...@kernel.org; Jiaying Liang ; linux-arm- > ker...@lists.infradead.org > Subject: RE: [PATCH v8 5/5] remoteproc: Add init

RE: [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

2020-08-20 Thread Ben Levinsky
kernel.org; linux-kernel@vger.kernel.org; > robh...@kernel.org; Jiaying Liang ; linux-arm- > ker...@lists.infradead.org > Subject: RE: [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc > driver > > On Tue, 18 Aug 2020, Ben Levinsky wrote: > > > > +/** >

RE: [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

2020-08-19 Thread Stefano Stabellini
On Tue, 18 Aug 2020, Ben Levinsky wrote: > > > +/** > > > + * struct zynqmp_r5_mem - zynqmp rpu memory data > > > + * @pnode_id: TCM power domain ids > > > + * @res: memory resource > > > + * @node: list node > > > + */ > > > +struct zynqmp_r5_mem { > > > + u32 pnode_id[MAX_MEM_PNODES]; > > > +

RE: [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

2020-08-18 Thread Ben Levinsky
ng ; linux- > remotep...@vger.kernel.org; linux-kernel@vger.kernel.org; > robh...@kernel.org; Michal Simek ; Jiaying Liang > ; Jason Wu ; linux-arm- > ker...@lists.infradead.org > Subject: Re: [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc > driver > > On

Re: [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

2020-08-13 Thread Stefano Stabellini
On Mon, 10 Aug 2020, Ben Levinsky wrote: > R5 is included in Xilinx Zynq UltraScale MPSoC so by adding this > remotproc driver, we can boot the R5 sub-system in different > configurations. Which different configurations? How can you boot them? > Signed-off-by: Ben Levinsky > Signed-off-by:

[PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

2020-08-10 Thread Ben Levinsky
R5 is included in Xilinx Zynq UltraScale MPSoC so by adding this remotproc driver, we can boot the R5 sub-system in different configurations. Signed-off-by: Ben Levinsky Signed-off-by: Wendy Liang Signed-off-by: Michal Simek Signed-off-by: Ed Mooring Signed-off-by: Jason Wu --- v2: -

[PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

2020-08-07 Thread Ben Levinsky
R5 is included in Xilinx Zynq UltraScale MPSoC so by adding this remotproc driver, we can boot the R5 sub-system in different configurations. Signed-off-by: Ben Levinsky Signed-off-by: Wendy Liang Signed-off-by: Michal Simek Signed-off-by: Ed Mooring Signed-off-by: Jason Wu --- v2: -