Re: [PATCH v5 1/3] firmware: xilinx: Add fpga API's

From: Michal Simek
Date: Mon Apr 15 2019 - 04:34:40 EST


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.manne@xxxxxxxxxx>
> Reviewed-by: Moritz Fischer <mdf@xxxxxxxxxx>
> ---
> 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