1. 06 Sep, 2013 6 commits
  2. 03 Sep, 2013 1 commit
  3. 30 Aug, 2013 8 commits
  4. 29 Aug, 2013 2 commits
  5. 28 Aug, 2013 11 commits
  6. 27 Aug, 2013 4 commits
  7. 26 Aug, 2013 6 commits
  8. 23 Aug, 2013 1 commit
  9. 22 Aug, 2013 1 commit
    • Mike Turquette's avatar
      clk: handle NULL struct clk gracefully · 89ac8d7a
      Mike Turquette authored
      At some point changes to clk_set_rate and clk_set_parent introduced a
      bug whereby NULL struct clk pointers were treated as an error. This is
      in violation of the API in include/linux/clk.h. Reintroduce graceful
      handling of NULL clk's by bailing from clk_set_rate and clk_set_parent
      with return codes of zero.
      Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
      89ac8d7a