Thread (170 messages) 170 messages, 19 authors, 2012-09-16

[PATCH v2 13/31] arm64: Device specific operations

From: tony@atomide.com (Tony Lindgren)
Date: 2012-08-17 09:19:22
Also in: linux-arch, lkml

* Catalin Marinas [off-list ref] [120814 11:05]:
quoted hunk ↗ jump to hunk
--- /dev/null
+++ b/arch/arm64/mm/ioremap.c
+
+void __iomem *__ioremap(phys_addr_t phys_addr, size_t size, pgprot_t prot)
+{
+	return __ioremap_caller(phys_addr, size, prot,
+				__builtin_return_address(0));
+}
+EXPORT_SYMBOL(__ioremap);
From SoC point of view, we're probably going to need __ioremap_exec()
here too for programming clocks during runtime in SRAM etc. But that
can be added later as needed.

Acked-by: Tony Lindgren <tony@atomide.com>
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help