1. 02 6月, 2015 14 次提交
  2. 01 4月, 2015 1 次提交
  3. 27 3月, 2015 1 次提交
  4. 03 2月, 2015 2 次提交
    • M
      arm: omap2+ remove dead clock code · 42ed83f5
      Michael Turquette 提交于
      Remove omap_clocks_register and dummy_ck. The former is not used anymore
      now that the statically defined clk stuctures are replaced with proper
      descriptors and registered with the framework.
      
      The dummy clock in arch/arm/mach-omap2 is made redundant by the OMAP3+
      clock data that migrated to drivers/clk.
      
      An additional benefit to this clean-up is removing the references to
      clk-private.h which will be removed.
      
      Cc: Paul Walmsley <paul@pwsan.com>
      Cc: Tero Kristo <t-kristo@ti.com>
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NMichael Turquette <mturquette@linaro.org>
      42ed83f5
    • T
      clk: Make clk API return per-user struct clk instances · 035a61c3
      Tomeu Vizoso 提交于
      Moves clock state to struct clk_core, but takes care to change as little API as
      possible.
      
      struct clk_hw still has a pointer to a struct clk, which is the
      implementation's per-user clk instance, for backwards compatibility.
      
      The struct clk that clk_get_parent() returns isn't owned by the caller, but by
      the clock implementation, so the former shouldn't call clk_put() on it.
      
      Because some boards in mach-omap2 still register clocks statically, their clock
      registration had to be updated to take into account that the clock information
      is stored in struct clk_core now.
      Signed-off-by: NTomeu Vizoso <tomeu.vizoso@collabora.com>
      Reviewed-by: NStephen Boyd <sboyd@codeaurora.org>
      Tested-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NMichael Turquette <mturquette@linaro.org>
      [mturquette@linaro.org: adapted clk_has_parent to struct clk_core
                              applied OMAP3+ DPLL fix from Tero & Tony]
      035a61c3
  5. 08 1月, 2015 1 次提交
  6. 14 11月, 2014 1 次提交
  7. 12 11月, 2014 1 次提交
  8. 16 7月, 2014 5 次提交
  9. 11 7月, 2014 1 次提交
  10. 02 7月, 2014 1 次提交
  11. 28 5月, 2014 3 次提交
  12. 18 1月, 2014 6 次提交
  13. 20 10月, 2013 1 次提交
  14. 18 3月, 2013 1 次提交
  15. 01 2月, 2013 1 次提交