Re: [PATCH v8 3/5] firmware: xilinx: Add RPU configuration APIs

2020-08-25 Thread Michael Auchter
Hey Ben, On Mon, Aug 10, 2020 at 08:32:11PM -0700, Ben Levinsky wrote: > This patch adds APIs to provide access and a configuration interface > to the current power state of a sub-system on Zynqmp sub-system. > > Signed-off-by: Ben Levinsky > --- > v3: > - add xilinx-related platform mgmt fn's

RE: [PATCH v8 3/5] firmware: xilinx: Add RPU configuration APIs

2020-08-18 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 3/5] firmware: xilinx: Add RPU configuration APIs > > On Mon, 10 Aug 2020, Ben Levinsky wrote: > > This patch adds APIs to provide access and

Re: [PATCH v8 3/5] firmware: xilinx: Add RPU configuration APIs

2020-08-13 Thread Stefano Stabellini
On Mon, 10 Aug 2020, Ben Levinsky wrote: > This patch adds APIs to provide access and a configuration interface > to the current power state of a sub-system on Zynqmp sub-system. This doesn't read correctly > Signed-off-by: Ben Levinsky > --- > v3: > - add xilinx-related platform mgmt fn's

[PATCH v8 3/5] firmware: xilinx: Add RPU configuration APIs

2020-08-10 Thread Ben Levinsky
This patch adds APIs to provide access and a configuration interface to the current power state of a sub-system on Zynqmp sub-system. Signed-off-by: Ben Levinsky --- v3: - add xilinx-related platform mgmt fn's instead of wrapping around function pointer in xilinx eemi ops struct v4: - add