[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170318192750.716e9b28@crub>
Date: Sat, 18 Mar 2017 19:27:50 +0100
From: Anatolij Gustschin <agust@...x.de>
To: matthew.gerlach@...ux.intel.com
Cc: atull@...nel.org, moritz.fischer@...us.com,
linux-fpga@...r.kernel.org, linux-kernel@...r.kernel.org,
devicetree@...r.kernel.org, robh+dt@...nel.org,
mark.rutland@....com
Subject: Re: [PATCH v5 4/4] fpga pr ip: Platform driver for Altera Partial
Reconfiguration IP.
Hi Matthew,
On Fri, 10 Mar 2017 11:40:27 -0800
matthew.gerlach@...ux.intel.com matthew.gerlach@...ux.intel.com wrote:
...
>+#include "altera-pr-ip-core.h"
Shouldn't we put this header to include/linux? Compiling the
out-of-tree modules using alt_pr_register/alt_pr_unregister
will not work if this header is in drivers/fpga.
...
>+
>+module_platform_driver(alt_pr_platform_driver);
Please add MODULE_LICENSE("GPL v2") here. Otherwise, when built as
a module it cannot be loaded because the alt_pr register/unregister
functions are exported as GPL only. Also please add module author
and description.
Thanks,
Anatolij
Powered by blists - more mailing lists