Skip to content
Snippets Groups Projects
  1. Sep 06, 2008
  2. Aug 28, 2008
  3. Aug 14, 2008
  4. Jul 11, 2008
  5. Jun 11, 2008
  6. May 20, 2008
  7. Apr 30, 2008
  8. Apr 14, 2008
  9. Mar 31, 2008
  10. Mar 18, 2008
  11. Feb 23, 2008
  12. Jan 17, 2008
  13. Dec 13, 2007
    • Haavard Skinnemoen's avatar
      Introduce map_physmem() and unmap_physmem() · 4d7d6936
      Haavard Skinnemoen authored
      
      map_physmem() returns a virtual address which can be used to access a
      given physical address without involving the cache. unmap_physmem()
      should be called when the virtual address returned by map_physmem() is
      no longer needed.
      
      This patch adds a stub implementation which simply returns the
      physical address cast to a uchar * for all architectures except AVR32,
      which converts the physical address to an uncached virtual mapping.
      unmap_physmem() is a no-op on all architectures, but if any
      architecture needs to do such mappings through the TLB, this is the
      hook where those TLB entries can be invalidated.
      
      Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
      4d7d6936
    • Haavard Skinnemoen's avatar
      Implement __raw_{read,write}[bwl] on all architectures · 812711ce
      Haavard Skinnemoen authored
      
      This adds implementations of __raw_read[bwl] and __raw_write[bwl] to
      m68k, ppc, nios and nios2. The m68k and ppc implementations were taken
      from Linux.
      
      Signed-off-by: default avatarHaavard Skinnemoen <hskinnemoen@atmel.com>
      812711ce
  14. Nov 08, 2007
  15. Nov 07, 2007
  16. Aug 17, 2007
  17. Aug 16, 2007
  18. Aug 08, 2007
Loading