1. 17 8月, 2009 1 次提交
    • B
      ARM: S3C: Add S3C_DEV_NAND Kconfig entry · db616eb6
      Ben Dooks 提交于
      Currently the S5PC100 does not define S3C_PA_NAND, leaving the NAND device
      definitions in arch/arm/plat-s3c/dev-nand.c unbuildable. Add a KConfig
      entry to select whether this is built.
      
      As backwards compatibility, both the S3C24XX and S3C64XX define the new
      configuration in their main Kconfig files until better support for basing
      this selection on a per-machine basis can be sorted out.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      db616eb6
  2. 14 8月, 2009 1 次提交
  3. 31 7月, 2009 2 次提交
  4. 23 6月, 2009 1 次提交
  5. 17 6月, 2009 1 次提交
  6. 17 5月, 2009 1 次提交
  7. 07 5月, 2009 2 次提交
    • 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] S3C: Add common USB OHCI device definition · eca8655f
      Ben Dooks 提交于
      Add common definition for USB OHCI platform device, add a Kconfig
      to selectively compile it and add update all the users.
      Signed-off-by: NBen Dooks <ben@simtec.co.uk>
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      eca8655f
  8. 01 5月, 2009 1 次提交
  9. 08 3月, 2009 2 次提交
  10. 16 12月, 2008 11 次提交
  11. 08 10月, 2008 1 次提交