1. 19 12月, 2009 1 次提交
  2. 23 9月, 2009 1 次提交
  3. 27 1月, 2009 1 次提交
  4. 27 8月, 2008 1 次提交
  5. 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
  6. 13 5月, 2008 1 次提交
  7. 10 4月, 2008 1 次提交
  8. 08 2月, 2007 1 次提交
  9. 24 1月, 2007 1 次提交
  10. 02 12月, 2006 2 次提交
  11. 30 11月, 2006 1 次提交
  12. 14 10月, 2006 1 次提交
  13. 05 10月, 2006 1 次提交
  14. 12 7月, 2006 1 次提交
  15. 29 6月, 2006 1 次提交
  16. 27 6月, 2006 1 次提交
  17. 03 4月, 2006 1 次提交
  18. 04 2月, 2006 1 次提交
  19. 11 1月, 2006 1 次提交
  20. 09 1月, 2006 1 次提交
  21. 12 11月, 2005 1 次提交
  22. 15 9月, 2005 2 次提交
  23. 11 7月, 2005 1 次提交
  24. 26 6月, 2005 1 次提交
  25. 25 6月, 2005 1 次提交
  26. 21 6月, 2005 1 次提交
  27. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4