1. 25 12月, 2012 1 次提交
  2. 06 11月, 2012 3 次提交
  3. 25 10月, 2012 1 次提交
  4. 31 7月, 2012 1 次提交
  5. 03 7月, 2012 1 次提交
  6. 02 7月, 2012 1 次提交
  7. 17 4月, 2012 3 次提交
  8. 16 4月, 2012 1 次提交
  9. 15 3月, 2012 2 次提交
  10. 12 1月, 2012 1 次提交
  11. 29 11月, 2011 1 次提交
  12. 28 11月, 2011 1 次提交
  13. 12 11月, 2011 1 次提交
  14. 11 9月, 2011 1 次提交
  15. 08 8月, 2011 1 次提交
  16. 28 7月, 2011 2 次提交
  17. 05 7月, 2011 1 次提交
  18. 25 5月, 2011 3 次提交
  19. 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
  20. 10 9月, 2010 3 次提交
  21. 21 9月, 2009 1 次提交
  22. 02 7月, 2009 1 次提交
  23. 02 12月, 2008 1 次提交
  24. 22 9月, 2008 2 次提交
  25. 07 8月, 2008 2 次提交
  26. 01 8月, 2008 1 次提交
    • P
      Fix rename of at91_nand -> atmel_nand · f6ed6f78
      Pieter du Preez 提交于
      Structs called at91_nand_data where renamed to atmel_nand_data
      and configs called *MTD_NAND_AT91* where renamed to
      *MTD_NAND_ATMEL*. This was unfortunately not done consistently,
      causing NAND chips not being initialised on several ARM boards.
      
      I am aware that the author of the original change did not rename
      MTD_NAND_AT91_BUSWIDTH to MTD_NAND_ATMEL_BUSWIDTH, for example.
      All *MTD_NAND_AT91* where renamed to *MTD_NAND_ATMEL* in order
      to keep naming consistency.
      
      This patch was only tested on a MACH_SAM9_L9260, as this is the
      only ARM board I have to my disposal.
      
      Before this patch:
      
      $ git-ls-files |xargs grep atmel_nand |wc -l
      105
      $ git-ls-files |xargs grep at91_nand |wc -l
      4
      $ git-ls-files |xargs grep MTD_NAND_ATMEL |wc -l
      8
      $ git-ls-files |xargs grep MTD_NAND_AT91 |wc -l
      47
      
      After this patch:
      
      $ git-ls-files |xargs grep atmel_nand |wc -l
      109
      $ git-ls-files |xargs grep at91_nand |wc -l
      0
      $ git-ls-files |xargs grep MTD_NAND_ATMEL |wc -l
      55
      $ git-ls-files |xargs grep MTD_NAND_AT91 |wc -l
      0
      Signed-off-by: NPieter du Preez <pdupreez@gmail.com>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      f6ed6f78
  27. 07 6月, 2008 1 次提交
  28. 04 4月, 2008 1 次提交