1. 03 3月, 2016 1 次提交
  2. 18 9月, 2015 1 次提交
  3. 25 8月, 2015 1 次提交
    • L
      clk: Hi6220: add stub clock driver · c1628a2c
      Leo Yan 提交于
      On Hi6220, there have some clocks which can use mailbox channel to send
      messages to power controller to change frequency; this includes CPU, GPU
      and DDR clocks.
      
      For dynamic frequency scaling, firstly need write the frequency value to
      SRAM region, and then send message to mailbox to trigger power controller
      to handle this requirement. This driver will use syscon APIs to pass SRAM
      memory region and use common mailbox APIs for channels accessing.
      
      This init driver will support cpu frequency change firstly.
      Signed-off-by: NLeo Yan <leo.yan@linaro.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      c1628a2c