1. 01 11月, 2011 1 次提交
  2. 25 10月, 2011 1 次提交
  3. 07 9月, 2011 2 次提交
  4. 25 5月, 2011 2 次提交
  5. 23 4月, 2011 1 次提交
  6. 15 1月, 2011 2 次提交
  7. 26 10月, 2010 1 次提交
  8. 18 10月, 2010 1 次提交
  9. 08 10月, 2010 3 次提交
  10. 05 10月, 2010 1 次提交
  11. 09 7月, 2010 1 次提交
  12. 18 5月, 2010 1 次提交
  13. 14 4月, 2010 1 次提交
  14. 24 3月, 2010 1 次提交
  15. 20 1月, 2010 2 次提交
  16. 16 11月, 2009 5 次提交
  17. 11 11月, 2009 1 次提交
  18. 23 9月, 2009 1 次提交
  19. 31 7月, 2009 2 次提交
  20. 02 7月, 2009 1 次提交
  21. 27 6月, 2009 1 次提交
  22. 02 12月, 2008 1 次提交
  23. 27 11月, 2008 1 次提交
  24. 22 9月, 2008 1 次提交
    • A
      [ARM] 5264/2: [AT91] Suspend-to-RAM disables main oscillator · eaad2db0
      Andrew Victor 提交于
      This patch adds support for a low(er)-power suspend-to-RAM.
      In addition to the SDRAM being put into self-refresh mode, the Master
      Clock is set to the Slow-clock rate (32Khz) and PLLA & PLLB are
      disabled.
      Certain peripherals are therefore also disabled, and thus cannot be
      used as wakeup sources.
      
      This patch has been included in the AT91 patches in various forms
      since 2.6.19 and a number of people have worked or commented on it,
      most notably:
       Savin Zlobec (for the original AT91RM9200 support)
       Anti Sullin (for the SAM9260 version)
       David Brownell, etc.
      Signed-off-by: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      eaad2db0
  25. 19 9月, 2008 1 次提交
  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. 10 7月, 2008 1 次提交
  28. 02 6月, 2008 2 次提交