All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] FPGA: TS-7300 FPGA manager
@ 2016-12-14  2:35 ` Florian Fainelli
  0 siblings, 0 replies; 22+ messages in thread
From: Florian Fainelli @ 2016-12-14  2:35 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-arm-kernel, moritz.fischer, atull, linux, rmallon,
	hsweeten, linux-fpga, Florian Fainelli

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

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-12-14 20:00 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-14  2:35 [PATCH v3 0/2] FPGA: TS-7300 FPGA manager Florian Fainelli
2016-12-14  2:35 ` Florian Fainelli
2016-12-14  2:35 ` [PATCH v3 1/2] ARM: ep93xx: Register ts73xx-fpga manager driver for TS-7300 Florian Fainelli
2016-12-14  2:35   ` Florian Fainelli
2016-12-14  6:14   ` Moritz Fischer
2016-12-14  6:14     ` Moritz Fischer
2016-12-14 18:47     ` Florian Fainelli
2016-12-14 18:47       ` Florian Fainelli
2016-12-14 16:39   ` Hartley Sweeten
2016-12-14 16:39     ` Hartley Sweeten
2016-12-14  2:35 ` [PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager Florian Fainelli
2016-12-14  2:35   ` Florian Fainelli
2016-12-14  6:07   ` Moritz Fischer
2016-12-14  6:07     ` Moritz Fischer
2016-12-14 18:55     ` Florian Fainelli
2016-12-14 18:55       ` Florian Fainelli
2016-12-14 18:58       ` Hartley Sweeten
2016-12-14 18:58         ` Hartley Sweeten
2016-12-14 19:08         ` Florian Fainelli
2016-12-14 19:08           ` Florian Fainelli
2016-12-14 19:48       ` Alan Tull
2016-12-14 19:48         ` Alan Tull

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.