All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for PL172 memory-controller
@ 2015-04-28 17:24 ` Joachim Eastwood
  0 siblings, 0 replies; 12+ messages in thread
From: Joachim Eastwood @ 2015-04-28 17:24 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set adds support for setting up static memory devices on
a ARM PrimeCell MultiPort Memory Controller (PL172) from DT. Dynamic
memory (SDRAM) is not supported in this patch set.

DT bindings for PL172 is based on the bindings for the TI AEMIF
memory controller. PL172 can be found on a number of NXP devices
like the LPC18xx family.

Tested on Embedded Artists' LPC4357 Developer's Kit with NOR Flash
(SST39VF320) and 74LCV16374 (gpio-74x164) on MPMC.

Joachim Eastwood (2):
  memory: add ARM PL172 MultiPort Memory Controller driver
  doc: dt: add documentation for pl172 memory bindings

 .../bindings/memory-controllers/arm,pl172.txt      | 125 +++++++++
 drivers/memory/Kconfig                             |   8 +
 drivers/memory/Makefile                            |   1 +
 drivers/memory/pl172.c                             | 302 +++++++++++++++++++++
 4 files changed, 436 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/arm,pl172.txt
 create mode 100644 drivers/memory/pl172.c

-- 
1.8.0

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

end of thread, other threads:[~2015-05-12 17:44 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 17:24 [PATCH 0/2] Add support for PL172 memory-controller Joachim Eastwood
2015-04-28 17:24 ` Joachim Eastwood
2015-04-28 17:24 ` [PATCH 1/2] memory: add ARM PL172 MultiPort Memory Controller driver Joachim Eastwood
2015-04-28 17:24   ` Joachim Eastwood
2015-04-28 17:24 ` [PATCH 2/2] doc: dt: add documentation for pl172 memory bindings Joachim Eastwood
2015-04-28 17:24   ` Joachim Eastwood
2015-05-12 17:44   ` Joachim Eastwood
2015-05-12 17:44     ` Joachim Eastwood
2015-04-28 17:36 ` [PATCH 0/2] Add support for PL172 memory-controller Will Deacon
2015-04-28 17:36   ` Will Deacon
2015-04-28 17:57   ` Joachim Eastwood
2015-04-28 17:57     ` Joachim Eastwood

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.