From mboxrd@z Thu Jan 1 00:00:00 1970 From: atull@opensource.altera.com (atull) Date: Wed, 19 Oct 2016 10:49:53 -0500 Subject: [PATCH v20 10/10] fpga-manager: Add Socfpga Arria10 support In-Reply-To: <20161018210159.GA1916@live.com> References: <20161017160941.4205-1-atull@opensource.altera.com> <20161017160941.4205-11-atull@opensource.altera.com> <20161018210159.GA1916@live.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 18 Oct 2016, Moritz Fischer wrote: > On Mon, Oct 17, 2016 at 11:09:41AM -0500, Alan Tull wrote: > > Add low level driver to support reprogramming FPGAs for Altera > > SoCFPGA Arria10. > > > > Signed-off-by: Alan Tull > > Reviewed-by: Moritz Fischer > > + > > +MODULE_AUTHOR("Alan Tull "); > > +MODULE_DESCRIPTION("SoCFPGA Arria10 FPGA Manager"); > > +MODULE_LICENSE("GPL v2"); > > -- > > 2.10.1 > > > > Looking good, > > Moritz > Hi Moritz, Thanks! Alan