From: Alan Tull <atull@kernel.org>
To: Moritz Fischer <mdf@kernel.org>
Cc: Alan Tull <atull@kernel.org>,
linux-kernel@vger.kernel.org, linux-fpga@vger.kernel.org
Subject: [PATCH 0/5] fpga: enhancements to support non-dt code
Date: Mon, 13 Mar 2017 16:53:28 -0500 [thread overview]
Message-ID: <20170313215333.3008-1-atull@kernel.org> (raw)
Set of patches that supports writing code that uses
FPGA regions without Device Tree overlays.
Main differences from the RFC:
* dropping the sysfs interface
* dropping support for more than one DT overlay on a region
Alan Tull (5):
fpga-mgr: pass parameters for loading fpga in image info
fpga-bridge: support getting bridge from device
doc: fpga-mgr: separate getting/locking FPGA manager
fpga-mgr: separate getting/locking FPGA manager
fpga-region: separate out common code from dt specific code
Documentation/fpga/fpga-mgr.txt | 19 +-
drivers/fpga/Kconfig | 12 +-
drivers/fpga/Makefile | 1 +
drivers/fpga/fpga-bridge.c | 107 +++++++--
drivers/fpga/fpga-mgr.c | 56 ++++-
drivers/fpga/fpga-region.c | 473 +++++++--------------------------------
drivers/fpga/fpga-region.h | 50 +++++
drivers/fpga/of-fpga-region.c | 453 +++++++++++++++++++++++++++++++++++++
include/linux/fpga/fpga-bridge.h | 7 +-
include/linux/fpga/fpga-mgr.h | 17 ++
10 files changed, 766 insertions(+), 429 deletions(-)
create mode 100644 drivers/fpga/fpga-region.h
create mode 100644 drivers/fpga/of-fpga-region.c
--
2.7.4
next reply other threads:[~2017-03-13 21:53 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-13 21:53 Alan Tull [this message]
2017-03-13 21:53 ` [PATCH 1/5] fpga-mgr: pass parameters for loading fpga in image info Alan Tull
2017-03-13 21:53 ` [PATCH 2/5] fpga-bridge: support getting bridge from device Alan Tull
2017-03-13 21:53 ` [PATCH 3/5] doc: fpga-mgr: separate getting/locking FPGA manager Alan Tull
2017-03-13 21:53 ` [PATCH 4/5] " Alan Tull
2017-04-06 4:07 ` Moritz Fischer
2017-04-06 14:16 ` Alan Tull
2017-03-13 21:53 ` [PATCH 5/5] fpga-region: separate out common code from dt specific code Alan Tull
2017-04-06 4:25 ` Moritz Fischer
2017-04-06 14:42 ` Alan Tull
2017-03-24 18:09 ` [PATCH 0/5] fpga: enhancements to support non-dt code Alan Tull
2017-03-24 19:11 ` Moritz Fischer
2017-04-05 22:44 ` Alan Tull
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170313215333.3008-1-atull@kernel.org \
--to=atull@kernel.org \
--cc=linux-fpga@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mdf@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome