On Mon, Nov 27, 2017 at 12:42 AM, Wu Hao <hao...@intel.com> wrote:

Hi Hao,

Just fix the SPDX, otherwise it looks good.

> This patch adds fpga region platform driver for FPGA Management Engine.
> It register an fpga region with given fpga manager / bridge device.
>
> Signed-off-by: Tim Whisonant <tim.whison...@intel.com>
> Signed-off-by: Enno Luebbers <enno.luebb...@intel.com>
> Signed-off-by: Shiva Rao <shiva....@intel.com>
> Signed-off-by: Christopher Rauer <christopher.ra...@intel.com>
> Signed-off-by: Wu Hao <hao...@intel.com>
Acked-by: Alan Tull <at...@kernel.org>


> diff --git a/drivers/fpga/fpga-dfl-fme-region.c 
> b/drivers/fpga/fpga-dfl-fme-region.c
> new file mode 100644
> index 0000000..0b988ab
> --- /dev/null
> +++ b/drivers/fpga/fpga-dfl-fme-region.c
> @@ -0,0 +1,92 @@
> +/*
> + * FPGA Region Driver for FPGA Management Engine (FME)
> + *
> + * Copyright (C) 2017 Intel Corporation, Inc.
> + *
> + * Authors:
> + *   Wu Hao <hao...@intel.com>
> + *   Joseph Grecco <joe.gre...@intel.com>
> + *   Enno Luebbers <enno.luebb...@intel.com>
> + *   Tim Whisonant <tim.whison...@intel.com>
> + *   Ananda Ravuri <ananda.rav...@intel.com>
> + *   Henry Mitchel <henry.mitc...@intel.com>
> + *
> + * This work is licensed under the terms of the GNU GPL version 2.
> + * SPDX-License-Identifier: GPL-2.0
> + */
> +
> +#include <linux/module.h>

Thanks,
Alan

Reply via email to