From: Alan Tull <atull@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Moritz Fischer <moritz.fischer@ettus.com>,
linux-fpga@vger.kernel.org, linux-kernel@vger.kernel.org,
atull@opensource.altera.com, delicious.quinoa@gmail.com,
dinguyen@kernel.org
Subject: [GIT PULL] fpga: Updates for 4.10-rc2
Date: Wed, 4 Jan 2017 14:00:23 -0600 [thread overview]
Message-ID: <20170104200023.21906-1-atull@kernel.org> (raw)
Hi Greg,
Please pull these changes for FPGA.
Thanks!
Alan
The following changes since commit e3d31bda06e43968cd215ae590eb7cda827f01e9:
Add linux-next specific files for 20161224 (2017-01-04 10:26:49 -0600)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/atull/linux-fpga.git tags/fpga-for-greg-20170104
for you to fetch changes up to 2dd088da8cce745c008fc7f8b64e1aef33eb37c2:
ARM: ep93xx: Register ts73xx-fpga manager driver for TS-7300 (2017-01-04 10:27:26 -0600)
----------------------------------------------------------------
fpga: Updates for 4.10-rc2
* Add scatterlist based fpga programming
* TS-7300 FPGA manager
* zynq: Check for errors after completing DMA
* fix sparse warnings in fpga-mgr and fpga-bridge
----------------------------------------------------------------
Dinh Nguyen (1):
fpga: fix sparse warnings in fpga-mgr and fpga-bridge
Florian Fainelli (2):
FPGA: Add TS-7300 FPGA manager
ARM: ep93xx: Register ts73xx-fpga manager driver for TS-7300
Jason Gunthorpe (3):
fpga zynq: Check for errors after completing DMA
fpga: Add scatterlist based programming
fpga zynq: Use the scatterlist interface
Documentation/fpga/fpga-mgr.txt | 15 ++-
arch/arm/mach-ep93xx/ts72xx.c | 26 +++++
drivers/fpga/Kconfig | 7 ++
drivers/fpga/Makefile | 1 +
drivers/fpga/fpga-bridge.c | 2 +-
drivers/fpga/fpga-mgr.c | 234 ++++++++++++++++++++++++++++++++++------
drivers/fpga/ts73xx-fpga.c | 163 ++++++++++++++++++++++++++++
drivers/fpga/zynq-fpga.c | 208 ++++++++++++++++++++++++++---------
include/linux/fpga/fpga-mgr.h | 5 +
9 files changed, 573 insertions(+), 88 deletions(-)
create mode 100644 drivers/fpga/ts73xx-fpga.c
next reply other threads:[~2017-01-04 20:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-04 20:00 Alan Tull [this message]
2017-01-04 21:28 ` [GIT PULL] fpga: Updates for 4.10-rc2 Greg Kroah-Hartman
2017-01-04 21:53 ` Alan Tull
2017-01-05 7:51 ` Greg Kroah-Hartman
2017-01-05 20:49 ` 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=20170104200023.21906-1-atull@kernel.org \
--to=atull@kernel.org \
--cc=atull@opensource.altera.com \
--cc=delicious.quinoa@gmail.com \
--cc=dinguyen@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-fpga@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=moritz.fischer@ettus.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.