[PATCH 0/3] Malta DT memory init

From: Paul Burton
Date: Tue Sep 22 2015 - 14:57:09 EST


This series extracts some parts of my earlier Malta DT conversion
patchset which I believe should be good to merge independently from the
rest (which require further interrupt work).

Paul Burton (3):
MIPS: malta: split obj-y entries across lines
MIPS: malta: remove fw_memblock_t abstraction
MIPS: malta: setup RAM regions via DT

arch/mips/Kconfig | 2 +
arch/mips/boot/dts/mti/malta.dts | 4 +
arch/mips/include/asm/fw/fw.h | 16 ---
arch/mips/include/asm/mach-malta/malta-dtshim.h | 29 +++++
arch/mips/mti-malta/Makefile | 15 ++-
arch/mips/mti-malta/malta-dtshim.c | 162 ++++++++++++++++++++++++
arch/mips/mti-malta/malta-memory.c | 131 +------------------
arch/mips/mti-malta/malta-setup.c | 5 +-
8 files changed, 215 insertions(+), 149 deletions(-)
create mode 100644 arch/mips/include/asm/mach-malta/malta-dtshim.h
create mode 100644 arch/mips/mti-malta/malta-dtshim.c

--
2.5.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/