[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.02.1412091239530.10268@linuxheads99>
Date: Tue, 9 Dec 2014 12:40:54 -0600
From: atull <atull@...nsource.altera.com>
To: <gregkh@...uxfoundation.org>, <jgunthorpe@...idianresearch.com>,
<hpa@...or.com>, <monstr@...str.eu>, <michal.simek@...inx.com>,
<rdunlap@...radead.org>
CC: <linux-kernel@...r.kernel.org>, <devicetree@...r.kernel.org>,
<pantelis.antoniou@...sulko.com>, <robh+dt@...nel.org>,
<grant.likely@...aro.org>, <iws@...o.caltech.edu>,
<linux-doc@...r.kernel.org>, <pavel@...x.de>, <broonie@...nel.org>,
<philip@...ister.org>, <rubini@...dd.com>,
<s.trumtrar@...gutronix.de>, <jason@...edaemon.net>,
<kyle.teske@...com>, <nico@...aro.org>, <balbi@...com>,
<m.chehab@...sung.com>, <davidb@...eaurora.org>, <rob@...dley.net>,
<davem@...emloft.net>, <cesarb@...arb.net>,
<sameo@...ux.intel.com>, <akpm@...ux-foundation.org>,
<linus.walleij@...aro.org>, <delicious.quinoa@...il.com>,
<dinguyen@...nsource.altera.com>, <yvanderv@...nsource.altera.com>
Subject: Re: [PATCH v3 0/3] FPGA Manager Framework
On Tue, 9 Dec 2014, atull@...nsource.altera.com wrote:
> From: Alan Tull <atull@...nsource.altera.com>
>
> Improvements in this version:
>
> Fixed things in the framework that were left over from my original
> version that was a character driver. In particular, make the
> struct device be present in the fpga_manager struct, not as a
> pointer, so container_of will work.
>
> Also rewrote the part that handles DT notifications. Now this
> section takes notifications instead of being another device to
> load/unload.
>
> Still want to integrate bridge enable/disable with this, but
> that's not done yet.
>
I have been recommended to move this to drivers/staging. This
makes sense as there has always been a lot of discussion of the
interface.
Will be submitting that as v4 today.
Alan Tull
> Alan Tull (3):
> fpga manager: add sysfs interface document
> fpga manager: framework core
> fpga manager: device tree overlay support
>
> Documentation/ABI/testing/sysfs-class-fpga-manager | 38 ++
> drivers/Kconfig | 2 +
> drivers/Makefile | 1 +
> drivers/fpga/Kconfig | 28 +
> drivers/fpga/Makefile | 10 +
> drivers/fpga/fpga-mgr.c | 587 ++++++++++++++++++++
> include/linux/fpga-mgr.h | 107 ++++
> 7 files changed, 773 insertions(+)
> create mode 100644 Documentation/ABI/testing/sysfs-class-fpga-manager
> create mode 100644 drivers/fpga/Kconfig
> create mode 100644 drivers/fpga/Makefile
> create mode 100644 drivers/fpga/fpga-mgr.c
> create mode 100644 include/linux/fpga-mgr.h
>
> --
> 1.7.9.5
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists