1. 21 11月, 2015 2 次提交
  2. 18 11月, 2015 1 次提交
  3. 25 8月, 2015 2 次提交
  4. 21 7月, 2015 1 次提交
    • S
      clk: tegra: Properly include clk.h · 584ac4e9
      Stephen Boyd 提交于
      Clock provider drivers generally shouldn't include clk.h because
      it's the consumer API. Only include clk.h in files that are using
      it. Also add in a clkdev.h include that was missing in a file
      using clkdev APIs.
      
      Cc: Peter De Schrijver <pdeschrijver@nvidia.com>
      Cc: Thierry Reding <treding@nvidia.com>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      584ac4e9
  5. 10 4月, 2015 2 次提交
  6. 02 2月, 2015 2 次提交
  7. 08 7月, 2014 1 次提交
  8. 26 6月, 2014 1 次提交
  9. 23 5月, 2014 1 次提交
  10. 17 5月, 2014 1 次提交
  11. 17 4月, 2014 3 次提交
  12. 20 12月, 2013 1 次提交
  13. 28 11月, 2013 2 次提交
  14. 27 11月, 2013 6 次提交
  15. 12 6月, 2013 4 次提交
  16. 05 4月, 2013 6 次提交
  17. 29 1月, 2013 1 次提交
    • P
      clk: tegra: add Tegra specific clocks · 8f8f484b
      Prashant Gaikwad 提交于
      Add Tegra specific clocks, pll, pll_out, peripheral, frac_divider, super.
      Signed-off-by: NPrashant Gaikwad <pgaikwad@nvidia.com>
      [swarren: alloc sizeof(*foo) not sizeof(struct foo), add comments re:
      storing pointers to stack variables, make a timeout loop more idiomatic,
      use _clk_pll_disable() not clk_disable_pll() from _program_pll() to
      avoid redundant lock operations, unified tegra_clk_periph() and
      tegra_clk_periph_nodiv(), unified tegra_clk_pll{,e}, rename all clock
      registration functions so they don't have the same name as the clock
      structs, return -EINVAL from clk_plle_enable when matching table rate
      not found, pass ops to _tegra_clk_register_pll rather than a bool.]
      Acked-by: NMike Turquette <mturquette@linaro.org>
      Signed-off-by: NStephen Warren <swarren@nvidia.com>
      8f8f484b