]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf37ba3a06139296bcac2e81c56df3d29a1ab52e6
tree048a173c17103695044c1f999957d7bbf9f577ae
parent9f982bb1128a7f4215b5eb0c7b858c42c74a38d9
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]