1. 07 5月, 2009 7 次提交
    • B
      [ARM] S3C64XX: Add S3C6400 SDHCI setup support · 4faf6867
      Ben Dooks 提交于
      Add support for S3C6400 SDHCI channels 0 and 1, making
      the GPIO code common to both S3C6400 and S3C6410.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      4faf6867
    • B
      [ARM] S3C: GPIO PM core GPIOlib integration · d87964c4
      Ben Dooks 提交于
      Move the GPIO suspend/resume support inline with the gpiolib support
      so that it will work with both the S3C24XX and S3C64XX series.
      
      The s3c_gpio_chip is extended to have a pm callback and a save block
      to keep the state of the GPIO over suspend, and the code from the
      s3c24xx implementation is added to a new common file.
      
      The suspend process now uses the list of registered chips to go through
      saving and restoring each one as appropriate, using the pm callback to
      select the appropriate routine depending on the type of control register
      present.
      
      This change also means that any additional GPIO added should not require
      changes to the PM.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      d87964c4
    • 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: Add generic s3c64xx sys device. · 1deb507d
      Ben Dooks 提交于
      Add an s3c64xx_sysclass and device for items that currently
      want to bind to any s3c64xx processor. The first user of this
      will be parts of the s3c64xx suspend support which need to
      save device state over suspend/resume.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      1deb507d
    • B
      [ARM] S3C64XX: Add s3c6410_sysclass export · 0abfe9aa
      Ben Dooks 提交于
      Add definition for s3c6410_sysclass which was missing
      from arch/arm/plat-s3c/include/plat/cpu.h.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      0abfe9aa
    • 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
    • B
      [ARM] S3C: PM save UART UDIVSLOT if doing PM · 4b637dc2
      Ben Dooks 提交于
      Add the facility to save the UART UDIVSLOT register if the UART
      state is being saved over suspend.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      4b637dc2
  2. 17 4月, 2009 1 次提交
  3. 07 4月, 2009 1 次提交
  4. 25 3月, 2009 1 次提交
  5. 10 3月, 2009 2 次提交
  6. 08 3月, 2009 9 次提交
  7. 06 3月, 2009 1 次提交
  8. 05 3月, 2009 2 次提交
  9. 19 2月, 2009 1 次提交
  10. 19 12月, 2008 2 次提交
  11. 18 12月, 2008 1 次提交
  12. 16 12月, 2008 12 次提交