1. 07 5月, 2009 2 次提交
    • B
      [ARM] S3C64XX: Add IRQ PM code · 966bcc14
      Ben Dooks 提交于
      Add support for saving the state of the IRQ registers over suspend.
      
      This requires moving the S3C64XX UART registers into <plat/regs-serial.h>
      and adding irq-pm.c which saves the state of all the IRQ registers.
      
      The irq-pm.c saves all the IRQ registers, including the IRQ_EINT and
      IRQ_EINT_GROUP registers as it was easier than adding three different
      files. Also ensuring that all the registers are restored to the same
      state as before suspend is considered to be the best thing to do.
      
      Note, we do not suspend the VIC here, this is done by the VIC driver
      itself.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      966bcc14
    • B
      [ARM] S3C64XX: Initial support for PM (suspend to RAM) · bd117bd1
      Ben Dooks 提交于
      Add the initial support for the S3C64XX based systems to use
      suspend-to-RAM to sleep.
      
      Includes basic debugging for use with the SMDK6410 usign the
      LEDs on the baseboard.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      bd117bd1
  2. 16 12月, 2008 12 次提交