1. 21 1月, 2012 1 次提交
  2. 05 1月, 2012 1 次提交
    • R
      ARM: restart: at91: use new restart hook · 1b2073e7
      Russell King 提交于
      Rather than using a private function pointer, use the existing
      arm_pm_restart function pointer instead.  We no longer need to enable
      the I-cache in at91sam9_alt_reset() as the caches will now be on when
      this function is called.
      
      Update the function names to use the 'restart' terminology rather than
      the 'reboot' terminology.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      1b2073e7
  3. 26 10月, 2010 1 次提交
    • N
      AT91: reset routine cleanup, remove not needed icache flush · 1345562b
      Nicolas Ferre 提交于
      Generalize assembler reset routine to allow use on several at91sam9 chips.
      This patch replace double definitions of SDRAM controller registers and RSTC
      registers with use of classical header files.
      
      For this rework, we remove the not needed icache flush as it is already
      done in the calling function: arm_machine_restart().
      
      Rename at91sam9g20_reset.S to generalize to several chips.
      Signed-off-by: NNicolas Ferre <nicolas.ferre@atmel.com>
      1345562b