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

Tony Lindgren tony at atomide.com
Fri Aug 17 05:19:08 EDT 2012


* Catalin Marinas <catalin.marinas at arm.com> [120814 11:05]:
> --- /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 at atomide.com>



More information about the linux-arm-kernel mailing list