linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] arm: add early_ioremap support
@ 2013-10-03  9:49 Leif Lindholm
  2013-10-03  9:49 ` [PATCH v3 1/2] Documentation: arm: early_ioremap/early_memremap Leif Lindholm
  2013-10-03  9:49 ` [PATCH v3 2/2] arm: add early_ioremap support Leif Lindholm
  0 siblings, 2 replies; 3+ messages in thread
From: Leif Lindholm @ 2013-10-03  9:49 UTC (permalink / raw)
  To: linux-arm-kernel

This patch adds support for early_ioremap and early_memremap, based
on the existing mechanism in x86. Up to 7 regions of up to 128KB each
can be temporarily mapped in before paging_init, regardless of later
highmem status.

New for this version:
- Addressed feedback on v2
- *cough* corrected early_memremap() to use MT_WRITEALLOC instead
  of MT_UNCACHED.

Cc: Nicolas Pitre <nico@linaro.org>
Cc: Arnd Bergman <arnd@arndb.de>
Cc: Catalin Marinas <catalin.marinas@arm.com>

Leif Lindholm (2):
  Documentation: arm: early_ioremap/early_memremap
  arm: add early_ioremap support

 Documentation/arm/00-INDEX          |    2 +
 Documentation/arm/early_ioremap.txt |   23 +++
 arch/arm/Kconfig                    |    9 ++
 arch/arm/include/asm/fixmap.h       |   29 +++-
 arch/arm/include/asm/io.h           |   23 +++
 arch/arm/kernel/setup.c             |    3 +
 arch/arm/mm/Makefile                |    1 +
 arch/arm/mm/early_ioremap.c         |  271 +++++++++++++++++++++++++++++++++++
 arch/arm/mm/mmu.c                   |    2 +
 9 files changed, 362 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/arm/early_ioremap.txt
 create mode 100644 arch/arm/mm/early_ioremap.c

-- 
1.7.10.4

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

end of thread, other threads:[~2013-10-03  9:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-03  9:49 [PATCH v3 0/2] arm: add early_ioremap support Leif Lindholm
2013-10-03  9:49 ` [PATCH v3 1/2] Documentation: arm: early_ioremap/early_memremap Leif Lindholm
2013-10-03  9:49 ` [PATCH v3 2/2] arm: add early_ioremap support Leif Lindholm

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).