An error occurred fetching the project authors.
  1. 20 Jul, 2011 1 commit
  2. 06 Jan, 2011 1 commit
  3. 10 May, 2010 3 commits
  4. 07 Mar, 2010 5 commits
  5. 30 Jan, 2010 1 commit
  6. 15 Jan, 2010 2 commits
    • Ben Dooks's avatar
      ARM: SAMSUNG: Add call to register array of clocks · 1d9f13c4
      Ben Dooks authored
      Add s3c_register_clocks() to register an array of clocks, printing
      an error message if there is a problem. Replace all points in the code
      where this could be used.
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      1d9f13c4
    • Ben Dooks's avatar
      ARM: SAMSUNG: Reduce size of struct clk. · b3bf41be
      Ben Dooks authored
      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: default avatarBen Dooks <ben-linux@fluff.org>
      b3bf41be
  7. 18 Dec, 2008 1 commit
  8. 16 Dec, 2008 1 commit
    • Ben Dooks's avatar
      [ARM] S3C: Update time initialisation to fix S3C64XX time problems · 9d325f23
      Ben Dooks authored
      The S3C64XX timer is running at the wrong rate due to the
      assumptions made in the timer initialisation about the way
      the pwm dividers work. This means that time on the S3C64XX
      runs twice as fast as it should.
      
      Fix the problem by moving to using the clk framework to setup
      the pwm timer clock muxes, as the pwm-clock code has all the
      necessary knowledge of how the timer clock inputs are routed.
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      9d325f23
  9. 15 Dec, 2008 2 commits
  10. 16 Oct, 2008 1 commit
  11. 07 Oct, 2008 2 commits
  12. 06 Sep, 2008 1 commit
  13. 07 Aug, 2008 2 commits
  14. 07 Jul, 2008 3 commits
  15. 19 Oct, 2007 1 commit
  16. 30 May, 2007 1 commit
    • Ben Dooks's avatar
      [ARM] 4414/1: S3C2443: sparse fix for clock.c · 0cc69daa
      Ben Dooks authored
      Fix sparse warnings in the arch/arm/mach-s3c2443/clock.c,
      including an bug in initialising the cf clock initialiser
      where two values are being set for the ctrlbit.
      
      arch/arm/mach-s3c2443/clock.c:397:12: warning: symbol 'clk_usb_bus_host' was not declared. Should it be static?
      arch/arm/mach-s3c2443/clock.c:760:4: error: Initializer entry defined twice
      arch/arm/mach-s3c2443/clock.c:761:4:   also defined here
      Signed-off-by: default avatarBen Dooks <ben-linux@fluff.org>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      0cc69daa
  17. 20 May, 2007 1 commit
  18. 11 May, 2007 1 commit
  19. 16 Feb, 2007 1 commit