memory: add ARM PL172 MultiPort Memory Controller driver
authorJoachim Eastwood <manabian@gmail.com>
Mon, 13 Jul 2015 21:20:11 +0000 (23:20 +0200)
committerOlof Johansson <olof@lixom.net>
Fri, 17 Jul 2015 17:43:44 +0000 (10:43 -0700)
commit17c50b700c3b46fe85e96caa1d0fc5940cc276d4
tree048a173c17103695044c1f999957d7bbf9f577ae
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
memory: add ARM PL172 MultiPort Memory Controller driver

This driver makes it possible to configure the static memory
chip selects on the ARM PL172 MultiPort Memory Controller
from a set of properties in DT. Configuration of dynamic
memory is not supported and is left to the boot loader.

The intended usage is to setup timing and configuration for
static memory devices like NAND and NOR Flash before they
are probed by a driver.

Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
drivers/memory/Kconfig
drivers/memory/Makefile
drivers/memory/pl172.c [new file with mode: 0644]