Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1608563
| From | Alan Tull <atull@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] fpga: Xilinx LogiCore PR Decoupler |
| Date | 2017-03-24 16:40 +0100 |
| Message-ID | <toztL-3Ao-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Greg, Please take these two patches for Xilinx LogiCore PR Decouper for the FPGA bridge framework. Thanks, Alan Moritz Fischer (2): doc: Add bindings document for Xilinx LogiCore PR Decoupler fpga: Add support for Xilinx LogiCORE PR Decoupler .../bindings/fpga/xilinx-pr-decoupler.txt | 35 +++++ drivers/fpga/Kconfig | 10 ++ drivers/fpga/Makefile | 1 + drivers/fpga/xilinx-pr-decoupler.c | 161 +++++++++++++++++++++ 4 files changed, 207 insertions(+) create mode 100644 Documentation/devicetree/bindings/fpga/xilinx-pr-decoupler.txt create mode 100644 drivers/fpga/xilinx-pr-decoupler.c -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] fpga: Xilinx LogiCore PR Decoupler Alan Tull <atull@kernel.org> - 2017-03-24 16:40 +0100 [PATCH 2/2] fpga: Add support for Xilinx LogiCORE PR Decoupler Alan Tull <atull@kernel.org> - 2017-03-24 16:40 +0100
csiph-web