Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1541653
| From | Florian Fainelli <f.fainelli@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/2] FPGA: TS-7300 FPGA manager |
| Date | 2016-12-14 03:40 +0100 |
| Message-ID | <sO7E6-FN-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all, This patch series adds support for loading bitstreams into the Altera Cyclone II connected to an EP9302 on a TS-7300 board. Changes in v3: - fix write_init and write_complete signatures Changes in v2: - rebased against fpga/for-next - added defines for configuration bits and delays - added error mesage if ioremap() fails - detailed how the configuration through CPLD is done Florian Fainelli (2): ARM: ep93xx: Register ts73xx-fpga manager driver for TS-7300 FPGA: Add TS-7300 FPGA manager arch/arm/mach-ep93xx/ts72xx.c | 26 +++++++ drivers/fpga/Kconfig | 7 ++ drivers/fpga/Makefile | 1 + drivers/fpga/ts73xx-fpga.c | 163 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 197 insertions(+) create mode 100644 drivers/fpga/ts73xx-fpga.c -- 2.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/2] FPGA: TS-7300 FPGA manager Florian Fainelli <f.fainelli@gmail.com> - 2016-12-14 03:40 +0100
[PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager Florian Fainelli <f.fainelli@gmail.com> - 2016-12-14 03:40 +0100
Re: [PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager Moritz Fischer <moritz.fischer@ettus.com> - 2016-12-14 07:10 +0100
Re: [PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager Florian Fainelli <f.fainelli@gmail.com> - 2016-12-14 20:10 +0100
RE: [PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager Hartley Sweeten <HartleyS@visionengravers.com> - 2016-12-14 20:20 +0100
Re: [PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager Alan Tull <atull@kernel.org> - 2016-12-14 21:00 +0100
Re: [PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager Florian Fainelli <f.fainelli@gmail.com> - 2016-12-14 21:10 +0100
csiph-web