1. 18 10月, 2016 1 次提交
    • S
      clk: hi6220: use CLK_OF_DECLARE_DRIVER for sysctrl and mediactrl clock init · d3397484
      Shawn Guo 提交于
      The hi6220-sysctrl and hi6220-mediactrl are not only clock provider but
      also reset controller.  It worked fine that single sysctrl/mediactrl
      device node in DT can be used to initialize clock driver and populate
      platform device for reset controller.  But it stops working after
      commit 989eafd0 ("clk: core: Avoid double initialization of clocks")
      gets merged.  The commit sets flag OF_POPULATED during clock
      initialization to skip the platform device populating for the same
      device node.  On hi6220, it effectively makes hi6220-sysctrl reset
      driver not probe any more.
      
      The patch changes hi6220 sysctrl and mediactrl clock init macro from
      CLK_OF_DECLARE to CLK_OF_DECLARE_DRIVER, so that the reset driver using
      the same hardware block can continue working.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Tested-by: NJohn Stultz <john.stultz@linaro.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      d3397484
  2. 07 7月, 2016 1 次提交
  3. 01 7月, 2016 1 次提交
  4. 03 3月, 2016 1 次提交
  5. 04 6月, 2015 1 次提交