1. 24 2月, 2010 3 次提交
  2. 22 2月, 2010 1 次提交
  3. 21 2月, 2010 1 次提交
  4. 02 2月, 2010 2 次提交
  5. 19 1月, 2010 3 次提交
  6. 18 1月, 2010 1 次提交
  7. 15 1月, 2010 1 次提交
    • B
      ARM: SAMSUNG: Reduce size of struct clk. · b3bf41be
      Ben Dooks 提交于
      Reduce the size of struct clk by 12 bytes and make defining clocks with
      common implementation functions easier by moving the set_rate, get_rate,
      round_rate and set_parent calls into a new structure called 'struct clk_ops'
      and using that instead.
      
      This change does make a few clocks larger as they need their own clk_ops,
      but this is outweighed by the number of clocks with either no ops or having
      a common set of ops.
      
      Update all the users of this.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      b3bf41be
  8. 24 12月, 2009 1 次提交
  9. 23 12月, 2009 1 次提交
  10. 09 12月, 2009 1 次提交
  11. 08 12月, 2009 2 次提交
  12. 04 12月, 2009 1 次提交
  13. 01 12月, 2009 6 次提交
  14. 09 11月, 2009 1 次提交
  15. 29 10月, 2009 6 次提交
  16. 12 10月, 2009 1 次提交
  17. 02 10月, 2009 2 次提交
  18. 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
  19. 14 8月, 2009 4 次提交
  20. 31 7月, 2009 1 次提交