1. 06 6月, 2015 6 次提交
  2. 05 6月, 2015 11 次提交
  3. 04 6月, 2015 6 次提交
  4. 22 5月, 2015 5 次提交
  5. 21 5月, 2015 3 次提交
  6. 20 5月, 2015 1 次提交
  7. 16 5月, 2015 3 次提交
  8. 15 5月, 2015 5 次提交
    • S
      clk: Kconfig: Move bcm Kconfig into clk menu · 64a12c56
      Stephen Boyd 提交于
      Having this Kconfig sourced outside the clk menu means the option
      is under the "Device Drivers" menu instead of the "Common Clock
      Framework" menu. Move it so that the bcm clock config options are
      in the right place.
      
      Cc: Alex Elder <elder@linaro.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      64a12c56
    • S
      clk: u300: Silence sparse warnings · 6c417816
      Stephen Boyd 提交于
      drivers/clk/clk-u300.c:1175:13: warning: symbol 'u300_clk_init' was not declared. Should it be static?
      Acked-by: NLinus Walleij <linus.walleij@linaro.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      6c417816
    • S
      clk: moxart: Silence sparse warnings · 61ad23a1
      Stephen Boyd 提交于
      drivers/clk/clk-moxart.c:18:13: warning: symbol 'moxart_of_pll_clk_init' was not declared. Should it be static?
      drivers/clk/clk-moxart.c:56:13: warning: symbol 'moxart_of_apb_clk_init' was not declared. Should it be static?
      
      Cc: Jonas Jensen <jonas.jensen@gmail.com>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      61ad23a1
    • S
      clk: xgene: Silence sparse warnings · 6ae5fd38
      Stephen Boyd 提交于
      drivers/clk/clk-xgene.c:77:43: warning: incorrect type in argument 1 (different address spaces)
      drivers/clk/clk-xgene.c:77:43:    expected void *csr
      drivers/clk/clk-xgene.c:77:43:    got void [noderef] <asn:2>*
      ...
      drivers/clk/clk-xgene.c: In function ‘xgene_clk_enable’:
      drivers/clk/clk-xgene.c:237:3: warning: format ‘%LX’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘phys_addr_t’ [-Wformat]
      drivers/clk/clk-xgene.c:248:3: warning: format ‘%LX’ expects argument of type ‘long long unsigned int’, but argument 4 has type ‘phys_addr_t’ [-Wformat]
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      6ae5fd38
    • S
      clk: mmp: Silence sparse warnings · 52127755
      Stephen Boyd 提交于
      drivers/clk/mmp/clk-apbc.c:118:16: warning: symbol 'clk_apbc_ops' was not declared. Should it be static?
      drivers/clk/mmp/clk-apmu.c:64:16: warning: symbol 'clk_apmu_ops' was not declared. Should it be static?
      
      Cc: Chao Xie <chao.xie@marvell.com>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      52127755
新手
引导
客服 返回
顶部