1. 04 3月, 2015 2 次提交
  2. 26 1月, 2015 1 次提交
  3. 02 12月, 2013 1 次提交
  4. 17 4月, 2012 1 次提交
  5. 23 2月, 2012 6 次提交
  6. 03 2月, 2012 1 次提交
  7. 21 1月, 2012 1 次提交
  8. 26 10月, 2010 1 次提交
  9. 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
  10. 14 4月, 2010 1 次提交
  11. 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
  12. 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