1. 25 8月, 2008 3 次提交
  2. 22 8月, 2008 1 次提交
  3. 21 8月, 2008 4 次提交
  4. 19 8月, 2008 1 次提交
    • K
      Clean up usage of icache_disable/dcache_disable · fcd69a1a
      Kumar Gala 提交于
      There is no point in disabling the icache on 7xx/74xx/86xx parts and not
      also flushing the icache.  All callers of invalidate_l1_instruction_cache()
      call icache_disable() right after.  Make it so icache_disable() calls
      invalidate_l1_instruction_cache() for us.
      
      Also, dcache_disable() already calls dcache_flush() so there is no point
      in the explicit calls of dcache_flush().
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      fcd69a1a
  5. 15 8月, 2008 3 次提交
  6. 14 8月, 2008 1 次提交
  7. 13 8月, 2008 8 次提交
  8. 12 8月, 2008 5 次提交
  9. 06 8月, 2008 3 次提交
    • S
      Fix merge problems · f2302d44
      Stefan Roese 提交于
      Signed-off-by: NStefan Roese <sr@denx.de>
      f2302d44
    • K
      mpc5121: Move iopin features from board specific to common files. · 6689484c
      Kenneth Johansson 提交于
      And in the process eliminate some duplicate register defines.
      Signed-off-by: NKenneth Johansson <kenneth@southpole.se>
      6689484c
    • J
      mpc5121: squash some fdt fixup errors · ef11df6b
      John Rigby 提交于
      On ADS5121 when booting linux the following errors are seen:
          Unable to update property /soc5121@80000000:bus-frequency, err=FDT_ERR_NOTFOUND
          Unable to update property /soc5121@80000000/ethernet@2800:local-mac-address, err=FDT_ERR_NOTFOUND
          Unable to update property /soc5121@80000000/ethernet@2800:address, err=FDT_ERR_NOTFOUND
      
      This is caused by ft_cpu_setup trying to deal with
      both old and new soc node naming.  This patch
      fixes this by being smarter about what to
      fixup.
      
      Also do soc node fixups by compatible instead of by path.
      A new board config called OF_SOC_COMPAT defined
      to be "fsl,mpc5121-immr" replaces the old
      OF_SOC node path that was defined to be "soc@80000000".
      
      Old device trees still work, but the compatiblity
      is conditional on CONFIG_OF_SUPPORT_OLD_DEVICE_TREES
      which is on by default in include/configs/ads5121.h.
      Signed-off-by: NJohn Rigby <jrigby@freescale.com>
      ef11df6b
  10. 03 8月, 2008 2 次提交
  11. 31 7月, 2008 1 次提交
  12. 30 7月, 2008 2 次提交
  13. 29 7月, 2008 1 次提交
  14. 21 7月, 2008 1 次提交
  15. 18 7月, 2008 3 次提交
  16. 15 7月, 2008 1 次提交