Re: [PATCHv2 3/3] soc: xilinx: zynqmp: Add firmware interface

2017-08-16 Thread Michal Simek
On 16.8.2017 17:58, Mark Rutland wrote: > On Wed, Aug 16, 2017 at 02:24:58PM +0200, Michal Simek wrote: >> This patch is adding communication layer with firmware. > > Which is used for what, exactly? pinctrl, fpga manager, nvmem driver, clock, serdes phy and reset drivers. > There are no users o

Re: [PATCHv2 3/3] soc: xilinx: zynqmp: Add firmware interface

2017-08-16 Thread Mark Rutland
On Wed, Aug 16, 2017 at 02:24:58PM +0200, Michal Simek wrote: > This patch is adding communication layer with firmware. Which is used for what, exactly? There are no users of this API introduced in this series. > The most of request are coming thought ATF to PMUFW (platform management > unit).

[PATCHv2 3/3] soc: xilinx: zynqmp: Add firmware interface

2017-08-16 Thread Michal Simek
This patch is adding communication layer with firmware. The most of request are coming thought ATF to PMUFW (platform management unit). Signed-off-by: Michal Simek --- Changes in v2: - Make zynqmp_pm_ret_code, invoke_pm_fn static Reported by Arnd - Remove pm_api_version function - no need for