1. 12 10月, 2015 1 次提交
    • S
      clk: imx6: Add SPDIF_GCLK clock in clock tree · 84a87250
      Shengjiu Wang 提交于
      Correct SPDIF clock setting issue in clock tree, the SPDIF_GCLK is also
      one clock of SPDIF, which is missed before.
      
      We found an issue that imx can't enter low power mode with spdif
      if IMX6x_CLK_SPDIF is used as the core clock of spdif. Because
      spdif driver will register IMX6x_CLK_SPDIF clock to regmap, regmap will do
      clk_prepare in init function, then IMX6x_CLK_SPDIF clock is prepared in probe,
      so its parent clock (PLL clock) is prepared, the prepare operation of
      PLL clock is to enable the clock. But I.MX needs all PLL clock is disabled,
      then it can enter low power mode.
      
      So we can't use IMX6x_CLK_SPDIF as the core clock of spdif, the correct spdif
      core clock is SPDIF_GCLK, which share same gate bit with IMX6x_CLK_SPDIF clock.
      SPDIF_GCLK's parent clock is ipg clock.
      Signed-off-by: NShengjiu Wang <shengjiu.wang@freescale.com>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      84a87250
  2. 09 10月, 2015 1 次提交
  3. 30 9月, 2015 1 次提交
  4. 26 9月, 2015 8 次提交
  5. 23 9月, 2015 2 次提交
  6. 17 9月, 2015 1 次提交
  7. 10 8月, 2015 1 次提交
  8. 05 8月, 2015 2 次提交
  9. 21 7月, 2015 1 次提交
    • S
      clk: i.MX: Remove clk.h include · 663724f9
      Stephen Boyd 提交于
      Clock provider drivers generally shouldn't include clk.h because
      it's the consumer API. Remove the include here because this is a
      provider driver.
      
      Cc: Alexander Shiyan <shc_work@mail.ru>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Shawn Guo <shawn.guo@linaro.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      663724f9
  10. 14 7月, 2015 1 次提交
  11. 13 7月, 2015 1 次提交
  12. 03 6月, 2015 10 次提交