1. 21 Dec, 2016 2 commits
    • Abhishek Sahu's avatar
      clk: qcom: ipq4019: Add the apss cpu pll divider clock node · d83dcace
      Abhishek Sahu authored
      The current ipq4019 clock driver does not have support for all
      the frequency supported by APSS CPU. APSS CPU frequency is
      provided with APSS CPU PLL divider which divides down the VCO
      frequency. This divider is nonlinear and specific to IPQ4019
      so the standard divider code cannot be used for this.
      Signed-off-by: default avatarAbhishek Sahu <absahu@codeaurora.org>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      d83dcace
    • Abhishek Sahu's avatar
      clk: qcom: ipq4019: remove fixed clocks and add pll clocks · 4577aa01
      Abhishek Sahu authored
      The current ipq4019 clock driver registered the PLL clocks and
      dividers as fixed clock. These fixed clock needs to be removed
      from driver probe function and same need to be registered with
      clock framework. These PLL clocks should be programmed only
      once and the same are being programmed already by the boot
      loader so the set rate operation is not required for these
      clocks. Only the rate can be calculated by clock operations
      in clock driver file so this patch adds the same.
      
      The PLL takes the reference clock from XO and generates the
      intermediate VCO frequency. This VCO frequency will be divided
      down by different PLL internal dividers. Some of the PLL
      internal dividers are fixed while other are programmable.
      Signed-off-by: default avatarAbhishek Sahu <absahu@codeaurora.org>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      4577aa01
  2. 12 Dec, 2016 1 commit
  3. 09 Dec, 2016 9 commits
  4. 08 Dec, 2016 8 commits
  5. 06 Dec, 2016 1 commit
  6. 24 Nov, 2016 2 commits
  7. 23 Nov, 2016 8 commits
  8. 22 Nov, 2016 1 commit
    • Stephen Boyd's avatar
      Merge tag 'clk-v4.10-exynos5433' of git://linuxtv.org/snawrocki/samsung into clk-next · c705d22b
      Stephen Boyd authored
      Pull Exynos5433 SoC updates from Sylwester Nawrocki:
      
       - addition of missing documentation and DT properties for the CMU_AUD
         block source clocks,
       - correction of CMU_FSYS parent clock definition,
       - marking as critical clocks which have to be enabled in order
         to access control registers of child CMUs.
      
      * tag 'clk-v4.10-exynos5433' of git://linuxtv.org/snawrocki/samsung:
        clk: exynos5433: Mark some clocks as critical
        clk: exynos5433: Add documentation for the audio block parent clocks
        clk: exynos5433: Fix parent clocks for FSYS block
      c705d22b
  9. 21 Nov, 2016 1 commit
  10. 18 Nov, 2016 1 commit
  11. 17 Nov, 2016 4 commits
  12. 16 Nov, 2016 2 commits