All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Altera ASMI Parallel II IP Core
@ 2017-08-06 18:24 ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
  0 siblings, 0 replies; 23+ messages in thread
From: matthew.gerlach @ 2017-08-06 18:24 UTC (permalink / raw)
  To: vndao, dwmw2, computersforpeace, boris.brezillon, marek.vasut,
	richard, cyrille.pitchen, robh+dt, mark.rutland, linux-mtd,
	devicetree, linux-kernel, gregkh, davem, mchehab, linux-fpga
  Cc: Matthew Gerlach

From: Matthew Gerlach <matthew.gerlach@linux.intel.com>

This patch set adds a spi-nor flash driver for the Altera ASMI Parallel II 
IP Core.  This driver was created based on feedback from Marek Vasut,
Cyrill Pitchen, and Michal Suchanek regarding Version 2 of the Altera
Quadspi Controller: https://lkml.org/lkml/2017/6/26/518

The overall problem with Version 2 of the Altera Quadspi Controller and 
its driver was the fact that there was much duplication of code and logic
with the spi-nor framework.  This new combination of fpga hardware and 
software "gets out of the way" of the spi-nor framework.  The result is a
much simpler driver with the spi-nor framework performing the bulk of the work.

Patch 1 contains the device tree bindings for the driver for
the Altera ASMI-Parallel II IP Core.

Patch 2 contains the driver code for the Altera ASMI-Parallel II IP Core.
This driver supports being configured via a device tree or with platform
data.  In the later case, the memory for the registers has been remapped.
This later case is intended for cases where the Altera ASMI-Parallel II
driver is child of a pcie driver that has already mapped the BAR memory
(See Patch 3).

Patch 3 is for informational purposes only.  The patch is against the
intel-fpga PCIe driver currently being reviewed linux-fpga mailing list.
It shows how a PCIe driver might create an instance of the Altera
ASMI Parallel II spi-nor driver.

Matthew Gerlach (3):
  dt-bindings: mtd: Altera ASMI Parallel II IP Core
  mtd: spi-nor: Altera ASMI Parallel II IP Core
  fpga: intel: Add QSPI FPGA Management Entity Feature

 .../devicetree/bindings/mtd/altera-asmip2.txt      |  22 +
 MAINTAINERS                                        |   7 +
 drivers/mtd/spi-nor/Kconfig                        |   6 +
 drivers/mtd/spi-nor/Makefile                       |   3 +-
 drivers/mtd/spi-nor/altera-asmip2.c                | 474 +++++++++++++++++++++
 include/linux/mtd/altera-asmip2.h                  |  24 ++
 6 files changed, 535 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/altera-asmip2.txt
 create mode 100644 drivers/mtd/spi-nor/altera-asmip2.c
 create mode 100644 include/linux/mtd/altera-asmip2.h

-- 
2.7.4

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

end of thread, other threads:[~2017-08-27 15:42 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-06 18:24 [PATCH 0/3] Altera ASMI Parallel II IP Core matthew.gerlach
2017-08-06 18:24 ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-08-06 18:24 ` [PATCH 1/2] dt-bindings: mtd: " matthew.gerlach
2017-08-06 18:24   ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-08-10 20:35   ` Rob Herring
2017-08-14 16:38     ` matthew.gerlach
2017-08-14 16:38       ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-08-06 18:24 ` [PATCH 2/2] mtd: spi-nor: " matthew.gerlach
2017-08-06 19:27   ` Marek Vasut
2017-08-07 15:21     ` matthew.gerlach
2017-08-11 17:20   ` Cyrille Pitchen
2017-08-11 17:20     ` Cyrille Pitchen
2017-08-15 17:20     ` matthew.gerlach
2017-08-15 17:20       ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-08-15 20:08       ` Cyrille Pitchen
2017-08-27 15:42         ` matthew.gerlach
2017-08-27 15:42           ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-08-06 18:24 ` [PATCH 3/3] fpga: intel: Add QSPI FPGA Management Entity Feature matthew.gerlach
2017-08-07 15:47   ` Alan Tull
2017-08-07 15:47     ` Alan Tull
2017-08-14 13:30     ` Wu, Hao
2017-08-14 13:30       ` Wu, Hao
2017-08-14 13:30       ` Wu, Hao

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.