1. 07 9月, 2013 6 次提交
  2. 04 9月, 2013 1 次提交
  3. 31 8月, 2013 2 次提交
  4. 30 8月, 2013 6 次提交
  5. 29 8月, 2013 2 次提交
  6. 28 8月, 2013 14 次提交
  7. 27 8月, 2013 1 次提交
  8. 26 8月, 2013 6 次提交
  9. 24 8月, 2013 1 次提交
  10. 22 8月, 2013 1 次提交
    • M
      clk: handle NULL struct clk gracefully · 89ac8d7a
      Mike Turquette 提交于
      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: NMike Turquette <mturquette@linaro.org>
      89ac8d7a