1. 27 2月, 2016 8 次提交
  2. 26 2月, 2016 11 次提交
  3. 25 2月, 2016 6 次提交
  4. 23 2月, 2016 10 次提交
  5. 20 2月, 2016 1 次提交
  6. 19 2月, 2016 2 次提交
    • S
      Merge branch 'clk-fixes' into clk-next · 6a05d862
      Stephen Boyd 提交于
      * clk-fixes:
        clk: gpio: Really allow an optional clock= DT property
        Revert "clk: qcom: Specify LE device endianness"
      6a05d862
    • S
      clk: gpio: Really allow an optional clock= DT property · 4462b4bb
      Stephen Boyd 提交于
      We mis-merged the original patch from Russell here and so the
      patch went almost all the way, except that we still failed to
      probe when there wasn't a clocks property in the DT node. Allow
      that case by making a negative value from
      of_clk_get_parent_count() into "no parents", like the original
      patch did.
      
      Fixes: 7ed88aa2 ("clk: fix clk-gpio.c with optional clock= DT property")
      Cc: Russell King <rmk+kernel@arm.linux.org.uk>
      Cc: Michael Turquette <mturquette@baylibre.com>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      4462b4bb
  7. 18 2月, 2016 2 次提交