1. 24 4月, 2013 1 次提交
  2. 22 4月, 2013 32 次提交
  3. 20 4月, 2013 1 次提交
    • V
      drm/exynos: prepare FIMD clocks · b4e3a3e8
      Vikas Sajjan 提交于
      While migrating to common clock framework (CCF), I found that the FIMD clocks
      were pulled down by the CCF.
      If CCF finds any clock(s) which has NOT been claimed by any of the
      drivers, then such clock(s) are PULLed low by CCF.
      
      Calling clk_prepare() for FIMD clocks fixes the issue.
      
      This patch also replaces clk_disable() with clk_unprepare() during exit, since
      clk_prepare() is called in fimd_probe().
      Signed-off-by: NVikas Sajjan <vikas.sajjan@linaro.org>
      Signed-off-by: NInki Dae <inki.dae@samsung.com>
      b4e3a3e8
  4. 18 4月, 2013 6 次提交