1. 25 5月, 2011 26 次提交
  2. 28 4月, 2011 1 次提交
  3. 31 3月, 2011 1 次提交
  4. 27 3月, 2011 1 次提交
  5. 25 3月, 2011 2 次提交
  6. 18 3月, 2011 4 次提交
  7. 16 3月, 2011 4 次提交
  8. 14 1月, 2011 1 次提交
    • P
      mmc: sh_mmcif: Convert to __raw_xxx() I/O accessors. · bba95878
      Paul Mundt 提交于
      When using the I/O accessors in raw mode from the boot stubs we don't
      want to bother with any of the complexity associated with readl/writel
      and friends. Furthermore, utilization within the context of the host
      driver itself is all performed on an ioremapped window, so using the
      __raw variants there doesn't pose any problem either.
      
      If and when barriers need to be added in the future, these will need to
      be explicitly written out, but this is so far not a concern for any of
      the affected CPUs in question.
      
      This fixes up the link error introduced by the ARM tree via its barrier
      refactoring:
      
      	arch/arm/boot/compressed/mmcif-sh7372.o: In function `mmcif_loader':
      	mmcif-sh7372.c:(.text+0x9e8): undefined reference to `outer_cache
      
      Following the change in:
      
      	http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6275/1Reported-by: NSimon Horman <horms@verge.net.au>
      Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
      bba95878