lkml.org 
[lkml]   [2012]   [Aug]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    SubjectRe: [PATCH v2 13/31] arm64: Device specific operations
    * Catalin Marinas <catalin.marinas@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@atomide.com>


    \
     
     \ /
      Last update: 2012-08-17 12:01    [W:5.263 / U:0.052 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site