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. 08 10月, 2008 2 次提交
  3. 06 9月, 2008 1 次提交
  4. 07 8月, 2008 2 次提交
  5. 28 1月, 2008 1 次提交
  6. 12 2月, 2007 1 次提交
  7. 18 12月, 2006 1 次提交
  8. 23 6月, 2006 1 次提交
  9. 19 6月, 2006 1 次提交
  10. 12 4月, 2006 1 次提交
  11. 22 3月, 2006 3 次提交
  12. 08 1月, 2006 1 次提交
  13. 30 8月, 2005 1 次提交
  14. 27 7月, 2005 1 次提交