Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1230778
| From | Paul Burton <paul.burton@imgtec.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] Malta DT memory init |
| Date | 2015-09-22 21:00 +0200 |
| Message-ID | <qbAXg-5tC-21@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/3] Malta DT memory init Paul Burton <paul.burton@imgtec.com> - 2015-09-22 21:00 +0200 [PATCH 2/3] MIPS: malta: remove fw_memblock_t abstraction Paul Burton <paul.burton@imgtec.com> - 2015-09-22 21:00 +0200
csiph-web