1. 25 12月, 2012 1 次提交
  2. 06 10月, 2012 1 次提交
  3. 14 9月, 2012 2 次提交
  4. 12 5月, 2012 1 次提交
  5. 08 5月, 2012 1 次提交
  6. 22 8月, 2011 1 次提交
  7. 08 8月, 2011 1 次提交
  8. 01 4月, 2011 1 次提交
    • D
      msm: Remove extraneous ffa device check · 62f0988e
      David Brown 提交于
      The qsd8x50 board file contains a few references to machine_is_...
      macros that are otherwise unused, and contain no machine definition.
      The recent purge of unused machine definitions breaks the compilation
      of this target.
      
      Since the machine cannot ever be used, just remove the bogus checks.
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      62f0988e
  9. 01 3月, 2011 1 次提交
  10. 18 2月, 2011 1 次提交
  11. 29 1月, 2011 1 次提交
  12. 22 1月, 2011 1 次提交
  13. 21 12月, 2010 1 次提交
  14. 17 12月, 2010 1 次提交
  15. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  16. 12 10月, 2010 1 次提交
  17. 07 10月, 2010 2 次提交
  18. 23 5月, 2010 1 次提交
  19. 14 5月, 2010 1 次提交
  20. 13 5月, 2010 1 次提交