1. 02 6月, 2015 2 次提交
  2. 16 7月, 2014 1 次提交
  3. 18 1月, 2014 1 次提交
  4. 13 11月, 2012 3 次提交
    • M
      ARM: OMAP2+: clock: Cleanup !CONFIG_COMMON_CLK parts · f9ae32a7
      Mike Turquette 提交于
      Clean all #ifdef's added to common clock code.  This code is no longer
      needed due to migration to the common clock framework.
      Signed-off-by: NMike Turquette <mturquette@ti.com>
      [paul@pwsan.com: clean up new ifdefs added in clockdomain.c]
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      f9ae32a7
    • R
      ARM: OMAP3: clock: Convert to common clk · b4777a21
      Rajendra Nayak 提交于
      Convert all OMAP3 specific platform files to use COMMON clk
      and keep all the changes under the CONFIG_COMMON_CLK macro check
      so it does not break any existing code. At a later point switch
      to COMMON clk and get rid of all old/legacy code.
      Signed-off-by: NRajendra Nayak <rnayak@ti.com>
      Signed-off-by: NMike Turquette <mturquette@ti.com>
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      b4777a21
    • M
      ARM: OMAP4: clock: Convert to common clk · 32cc0021
      Mike Turquette 提交于
      Convert all OMAP4 specific platform files to use COMMON clk
      and keep all the changes under the CONFIG_COMMON_CLK macro check
      so it does not break any existing code. At a later point switch
      to COMMON clk and get rid of all old/legacy code.
      
      This converts all apis which will be called directly from COMMON
      clk to take a struct clk_hw parameter, and all the internal platform
      apis to take a struct clk_hw_omap parameter.
      
      Changes are based off the original patch from Mike Turquette.
      Signed-off-by: NRajendra Nayak <rnayak@ti.com>
      [paul@pwsan.com: created new omap2_clksel_find_parent_index() rather than
       modifying omap2_init_clksel_parent(); moved clkhwops_iclk_wait to
       clkt_iclk.c to fix OMAP4-only builds; added clk-provider.h include to clock.h
       to try to fix some 3430-builds]
      [mturquette@ti.com: squash patch for omap2_clkops_{en,dis}able_clkdm;
       omap2_dflt_clk_is_enabled should not enable clocks]
      Signed-off-by: NMike Turquette <mturquette@ti.com>
      [paul@pwsan.com: fix compiler warning; update to apply; added kerneldoc on
       non-trivial new functions; added the dpll3xxx clockdomain modifications]
      Signed-off-by: NPaul Walmsley <paul@pwsan.com>
      32cc0021
  5. 09 11月, 2012 1 次提交
  6. 19 10月, 2012 1 次提交
  7. 08 3月, 2011 2 次提交