On 15. 04. 19 9:17, Nava kishore Manne wrote: > This Patch Adds fpga API's to support the Bitstream loading > by using firmware interface. > > Signed-off-by: Nava kishore Manne <nava.ma...@xilinx.com> > Reviewed-by: Moritz Fischer <m...@kernel.org> > --- > Changes for v5: > -Modified API's doc as suggested by Moritz. > > drivers/firmware/xilinx/zynqmp.c | 45 ++++++++++++++++++++++++++++ > include/linux/firmware/xlnx-zynqmp.h | 12 ++++++++ > 2 files changed, 57 insertions(+) > > diff --git a/drivers/firmware/xilinx/zynqmp.c > b/drivers/firmware/xilinx/zynqmp.c > index 98f936125643..f355ad42917c 100644 > --- a/drivers/firmware/xilinx/zynqmp.c > +++ b/drivers/firmware/xilinx/zynqmp.c > @@ -537,6 +537,49 @@ static int zynqmp_pm_reset_get_status(const enum > zynqmp_pm_reset reset, > return ret; > } > > +/*
This should be /** I have fixed it myself and applied the whole series to zynqmp/soc branch and this will go via arm-soc tree. Thanks, Michal