1. 26 2月, 2016 4 次提交
  2. 25 2月, 2016 1 次提交
  3. 23 2月, 2016 9 次提交
  4. 20 2月, 2016 1 次提交
  5. 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
  6. 18 2月, 2016 2 次提交
  7. 17 2月, 2016 4 次提交
  8. 16 2月, 2016 2 次提交
  9. 13 2月, 2016 1 次提交
    • S
      Revert "clk: qcom: Specify LE device endianness" · c430daf9
      Stephen Boyd 提交于
      This reverts commit 329cabce.
      
      The commit that caused us to specify LE device endianness here,
      29bb45f2 (regmap-mmio: Use native endianness for read/write,
      2015-10-29), has been reverted in mainline so now when we specify
      LE it actively breaks big endian kernels because the byte
      swapping in regmap-mmio is incorrect. Let's revert this change
      because it will 1) fix the big endian kernels and 2) be redundant
      to specify LE because that will become the default soon.
      
      Cc: Kevin Hilman <khilman@linaro.org>
      Tested-by: NKevin Hilman <khilman@baylibre.com>
      Cc: Mark Brown <broonie@kernel.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      c430daf9
  10. 12 2月, 2016 6 次提交
  11. 11 2月, 2016 3 次提交
  12. 10 2月, 2016 2 次提交
  13. 09 2月, 2016 3 次提交