1. 14 8月, 2009 2 次提交
  2. 31 7月, 2009 6 次提交
  3. 18 7月, 2009 3 次提交
  4. 23 6月, 2009 2 次提交
  5. 22 6月, 2009 1 次提交
  6. 17 6月, 2009 2 次提交
  7. 16 6月, 2009 1 次提交
  8. 08 6月, 2009 2 次提交
  9. 31 5月, 2009 1 次提交
  10. 18 5月, 2009 2 次提交
  11. 17 5月, 2009 3 次提交
  12. 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
  13. 07 5月, 2009 11 次提交
  14. 01 5月, 2009 2 次提交
  15. 17 4月, 2009 1 次提交