1. 30 11月, 2009 1 次提交
  2. 21 8月, 2009 1 次提交
  3. 18 8月, 2009 1 次提交
  4. 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
  5. 14 8月, 2009 2 次提交
  6. 31 7月, 2009 6 次提交
  7. 18 7月, 2009 3 次提交
  8. 23 6月, 2009 2 次提交
  9. 22 6月, 2009 1 次提交
  10. 17 6月, 2009 2 次提交
  11. 16 6月, 2009 1 次提交
  12. 08 6月, 2009 2 次提交
  13. 31 5月, 2009 1 次提交
  14. 18 5月, 2009 2 次提交
  15. 17 5月, 2009 3 次提交
  16. 15 5月, 2009 1 次提交
    • B
      [ARM] S3C: Do not set clk->owner field if unset · 3ac19bb4
      Ben Dooks 提交于
      The s3c24xx_register_clock() function has been doing a test
      on clk->owner to see if it is NULL, and then setting itself
      as the owner if clk->owner == NULL.
      
      This is not needed, arch/arm/plat-s3c/clock.c cannot be
      compiled as a module, and even if it was, it should not be
      playing with this field if it being registered from somewhere
      else.
      
      The best course of action is to remove this bit of
      code completely.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      3ac19bb4
  17. 07 5月, 2009 10 次提交