1. 09 7月, 2010 1 次提交
    • N
      ARM: 6185/1: AT91: PM: dual ram controller support · 7dca3343
      Nicolas Ferre 提交于
      This rework allows to address tow memory controllers. AT91SAM9263 and
      AT91SAM9G45 family have tow SDRAM or DDR/SDRAM controllers. Power management
      should take care of this.
      This patch modify the way RAM IP header files are implemented to allow
      access to registers of both controllers ; it also adds some macros.
      
      We also modify the power management files to use those modified header files.
      Slow clock (assembly) and regular power management functions are synchronized
      for setting of RAM self-refresh procedure:
      (lpr & ~AT91_DDRSDRC_LPCB) | AT91_DDRSDRC_LPCB_SELF_REFRESH
      
      Note that AT91RM9200 is not impacted by this modification.
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      Acked-by: NAndrew Victor <linux@maxim.org.za>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7dca3343
  2. 17 6月, 2010 3 次提交
  3. 25 5月, 2010 1 次提交
  4. 18 5月, 2010 1 次提交
  5. 04 5月, 2010 1 次提交
  6. 03 5月, 2010 1 次提交
  7. 14 4月, 2010 4 次提交
  8. 09 4月, 2010 1 次提交
    • A
      ARM: 6043/1: AT91 slow-clock resume: Don't wait for a disabled PLL to lock · 9823f1a8
      Anders Larsen 提交于
      at91 slow-clock resume: Don't wait for a disabled PLL to lock.
      
      We run into this problem with the PLLB on the at91: ohci-at91 disables
      the PLLB when going to suspend. The slowclock code however tries to do
      the same: It saves the PLLB register value and when restoring the value
      during resume, it waits for the PLLB to lock again. However the PLL will
      never lock and the loop would run into its timeout because the slowclock
      code just stored and restored an empty register.
      This fixes the problem by only restoring PLLA/PLLB when they were enabled
      at suspend time.
      
      Cc: Andrew Victor <avictor.za@gmail.com>
      Signed-off-by: NAnders Larsen <al@alarsen.net>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      9823f1a8
  9. 24 3月, 2010 1 次提交
  10. 13 3月, 2010 1 次提交
  11. 13 2月, 2010 1 次提交
  12. 05 2月, 2010 1 次提交
  13. 23 1月, 2010 1 次提交
  14. 20 1月, 2010 2 次提交
  15. 16 12月, 2009 1 次提交
  16. 20 11月, 2009 2 次提交
  17. 16 11月, 2009 5 次提交
  18. 11 11月, 2009 2 次提交
  19. 04 11月, 2009 1 次提交
  20. 26 10月, 2009 1 次提交
  21. 21 10月, 2009 1 次提交
  22. 23 9月, 2009 4 次提交
  23. 21 9月, 2009 3 次提交