All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Altera Quadspi Controller Version 2
@ 2017-06-26 16:13 ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
  0 siblings, 0 replies; 59+ messages in thread
From: matthew.gerlach @ 2017-06-26 16:13 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
  Cc: Matthew Gerlach

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

Hi Everyone,

This patch set adds support for Version 2 of the Altera
Quadspi Controller.  Version 1 of the Altera Quadspi
Controller only supported 1 byte of flash id instead of
the 3 bytes required for a JEDEC ID.  As such the driver
for Version 1 was rejected.  Please see 
https://patchwork.kernel.org/patch/7025681

Patch 1: add device tree bindings document for platform driver

Patch 2: add core code for driver

Patch 3: add platform driver

Matthew Gerlach (3):
  ARM: dts: Bindings for Altera Quadspi Controller Version 2
  mtd: spi-nor: core code for the Altera Quadspi Flash Controller v2
  mtd: spi-nor: Altera Quadspi Flash Controller v2 Platform driver

 .../devicetree/bindings/mtd/altera-quadspi-v2.txt  |  37 ++
 MAINTAINERS                                        |   8 +
 drivers/mtd/spi-nor/Kconfig                        |  10 +
 drivers/mtd/spi-nor/Makefile                       |   5 +-
 drivers/mtd/spi-nor/altera-quadspi-platform.c      | 137 +++++
 drivers/mtd/spi-nor/altera-quadspi.c               | 676 +++++++++++++++++++++
 include/linux/mtd/altera-quadspi.h                 |  28 +
 7 files changed, 900 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mtd/altera-quadspi-v2.txt
 create mode 100644 drivers/mtd/spi-nor/altera-quadspi-platform.c
 create mode 100644 drivers/mtd/spi-nor/altera-quadspi.c
 create mode 100644 include/linux/mtd/altera-quadspi.h

-- 
2.7.4

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

end of thread, other threads:[~2017-07-05 14:35 UTC | newest]

Thread overview: 59+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-26 16:13 [PATCH 0/3] Altera Quadspi Controller Version 2 matthew.gerlach
2017-06-26 16:13 ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-06-26 16:13 ` [PATCH 1/3] ARM: dts: Bindings for " matthew.gerlach
2017-06-26 16:13   ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-06-27  9:37   ` Marek Vasut
2017-06-27  9:37     ` Marek Vasut
2017-06-27 14:32     ` matthew.gerlach
2017-06-27 14:32       ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-06-27 15:01       ` Marek Vasut
2017-06-27 15:01         ` Marek Vasut
2017-06-27 15:57         ` matthew.gerlach
2017-06-27 15:57           ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-06-27 16:15           ` Marek Vasut
2017-06-27 16:15             ` Marek Vasut
2017-06-27 17:18             ` matthew.gerlach
2017-06-27 17:18               ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-06-27 17:52               ` Marek Vasut
2017-06-27 17:52                 ` Marek Vasut
2017-06-27 19:32                 ` matthew.gerlach
2017-06-27 19:32                   ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-06-27 19:56                   ` Marek Vasut
2017-06-27 19:56                     ` Marek Vasut
2017-06-28 23:09           ` Rob Herring
2017-06-29  9:43             ` Marek Vasut
2017-06-29  9:43               ` Marek Vasut
2017-06-29 15:03               ` matthew.gerlach
2017-06-29 15:03                 ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-06-29 15:38                 ` Marek Vasut
2017-06-29 15:38                   ` Marek Vasut
2017-06-28 23:14   ` Rob Herring
2017-06-28 23:14     ` Rob Herring
2017-06-26 16:13 ` [PATCH 2/3] mtd: spi-nor: core code for the Altera Quadspi Flash Controller v2 matthew.gerlach
2017-06-26 16:13   ` matthew.gerlach
2017-06-27  9:30   ` kbuild test robot
2017-06-27  9:30     ` kbuild test robot
2017-06-27  9:48   ` Marek Vasut
2017-06-27  9:48     ` Marek Vasut
2017-06-27 14:57     ` matthew.gerlach
2017-06-27 14:57       ` matthew.gerlach
2017-06-27 16:19       ` Marek Vasut
2017-06-27 16:19         ` Marek Vasut
2017-06-27 17:26         ` matthew.gerlach
2017-06-27 17:55           ` Marek Vasut
2017-06-27 17:55             ` Marek Vasut
2017-06-27 19:44             ` matthew.gerlach
2017-07-04  0:00   ` Cyrille Pitchen
2017-07-04  0:00     ` Cyrille Pitchen
2017-07-04 10:38     ` Michal Suchanek
2017-07-05 14:34     ` matthew.gerlach
2017-07-05 14:34       ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-06-26 16:13 ` [PATCH 3/3] mtd: spi-nor: Altera Quadspi Flash Controller v2 Platform driver matthew.gerlach
2017-06-27  9:49   ` Marek Vasut
2017-06-27 15:15     ` matthew.gerlach
2017-06-27 15:15       ` matthew.gerlach
2017-06-27 16:21       ` Marek Vasut
2017-06-27 17:38         ` matthew.gerlach
2017-06-27 17:38           ` matthew.gerlach-VuQAYsv1563Yd54FQh9/CA
2017-06-27 10:55   ` kbuild test robot
2017-06-27 10:55     ` kbuild test robot

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.