1. 22 Apr, 2013 27 commits
  2. 20 Apr, 2013 1 commit
    • Vikas Sajjan's avatar
      drm/exynos: prepare FIMD clocks · b4e3a3e8
      Vikas Sajjan authored
      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: default avatarVikas Sajjan <vikas.sajjan@linaro.org>
      Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
      b4e3a3e8
  3. 18 Apr, 2013 12 commits