1. 25 6月, 2013 1 次提交
  2. 01 3月, 2011 2 次提交
    • S
      msm: clock: Migrate to clkdev · bd32344a
      Stephen Boyd 提交于
      Migrating to clkdev has several advantages:
      
       * Less code in mach-msm/clock.c
      
       * A more robust clk_get() implementation
      
       * clk_add_alias() support
      
       * clk_get_sys() support
      
      In general, this will help board authors setup clock aliases and
      break the dependency on device pointers in the clock tables.
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      bd32344a
    • S
      msm: clock: Remove references to clk_ops_pcom · 2a52220c
      Stephen Boyd 提交于
      Not all devices use proc_comm and determining if a clock is local
      vs. remote is fragile when done by comparing clk_ops pointers.
      Instead, implement an is_local() function for all clk_ops to
      determine if the clock is local. Doing this allows us to remove
      the last references to clk_ops_pcom from clock.c and compile it
      for targets with CONFIG_MSM_PROC_COMM=n.
      
      We don't need to set the clk_ops at runtime until 7x30 local
      clock detection comes in. Right now it's just complicating things
      so just set the ops pointer statically.
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      Signed-off-by: NDavid Brown <davidb@codeaurora.org>
      2a52220c
  3. 29 1月, 2011 3 次提交
  4. 14 5月, 2010 2 次提交
  5. 22 10月, 2008 1 次提交