1. 16 1月, 2013 1 次提交
    • F
      clk: mxs: Index is always positive · 38a8b096
      Fabio Estevam 提交于
      Fix the following warnings when building with W=1 option:
      
      drivers/clk/mxs/clk-imx23.c: In function 'mx23_clocks_init':
      drivers/clk/mxs/clk-imx23.c:149:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      drivers/clk/mxs/clk-imx23.c:165:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      ...
      
      drivers/clk/mxs/clk-imx28.c: In function 'mx28_clocks_init':
      drivers/clk/mxs/clk-imx28.c:227:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      drivers/clk/mxs/clk-imx28.c:244:16: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Acked-by: NShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NMike Turquette <mturquette@linaro.org>
      38a8b096
  2. 17 11月, 2012 1 次提交
  3. 11 9月, 2012 1 次提交
    • S
      clk: mxs: replace imx23 clk_register_clkdev with clock DT lookup · 53f9443d
      Shawn Guo 提交于
      It really becomes a maintenance issue that every time a device needs
      to look up (clk_get) a clock we have to patch kernel clock file to call
      clk_register_clkdev for that clock.
      
      Since clock DT support which is meant to resolve clock lookup in device
      tree is in place, the patch moves imx23 client devices' clock lookup
      over to device tree, so that any new lookup to be added at later time
      can just get done in DT instead of kernel.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      53f9443d
  4. 03 9月, 2012 1 次提交
  5. 27 6月, 2012 2 次提交
  6. 26 6月, 2012 1 次提交
  7. 13 5月, 2012 1 次提交
  8. 12 5月, 2012 2 次提交
  9. 09 5月, 2012 2 次提交