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).