1. 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
  2. 16 12月, 2008 6 次提交
  3. 16 10月, 2008 1 次提交
  4. 08 10月, 2008 2 次提交
  5. 27 8月, 2008 1 次提交
    • B
      [ARM] S3C24XX: Fix spare errors in pwm-clock driver · 1442e662
      Ben Dooks 提交于
      Fix the following sparse warnings in arch/arm/plat-s3c24xx/pwm-clock.c:
      
      warning: symbol 'clk_timer_scaler' was not declared. Should it be static?
      warning: symbol 'clk_timer_tclk' was not declared. Should it be static?
      warning: symbol 'clk_timer_tdiv' was not declared. Should it be static?
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      1442e662
  6. 07 8月, 2008 2 次提交
  7. 03 7月, 2008 1 次提交