1. 08 Dec, 2016 7 commits
  2. 06 Dec, 2016 1 commit
  3. 24 Nov, 2016 2 commits
  4. 23 Nov, 2016 8 commits
  5. 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
  6. 21 Nov, 2016 1 commit
  7. 18 Nov, 2016 1 commit
  8. 17 Nov, 2016 4 commits
  9. 16 Nov, 2016 12 commits
  10. 15 Nov, 2016 3 commits
    • Leo Yan's avatar
      clk: Hi6220: enable stub clock driver for ARCH_HISI · 9a881bc5
      Leo Yan authored
      In current kernel config 'CONFIG_STUB_CLK_HI6220' is disabled by
      default, as result stub clock driver has not been registered and
      CPUFreq driver cannot work.
      
      This patch is to enable stub clock driver in config for ARCH_HISI.
      Reported-by: default avatarDietmar Eggemann <dietmar.eggemann@arm.com>
      Signed-off-by: default avatarLeo Yan <leo.yan@linaro.org>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      9a881bc5
    • Stephen Boyd's avatar
      Merge tag 'v4.10-rockchip-clk1' of... · 09d5dc58
      Stephen Boyd authored
      Merge tag 'v4.10-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into clk-next
      
      Pull Rockchip clk driver updates from Heiko Stuebner:
      
      PLL initialization for PLLs having both an integral and fractional mode
      (rk3036, rk3399) does now take into account the mode that the PLL is
      actually running at.
      
      As always also some additional and optimized PLL rates for rk3066 and
      rk3399, some additional clock ids for rk3066 and some additional clocks
      on rk3399 are now sucessfully handled inside their respective driver.
      
      * tag 'v4.10-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
        clk: rockchip: Ignore frac divisor for PLL equivalence when it's unused
        clk: rockchip: remove more CLK_IGNORE_UNUSED for rk3399 clocktree
        clk: rockchip: add 400MHz to rk3066 clock rates table
        clk: rockchip: optimize 800MHz and 1GHz pll rates on RK3399
        clk: rockchip: Use clock ids for cpu and peri clocks on rk3066
        clk: rockchip: Add binding ids for cpu and peri clocks on rk3066
        clk: rockchip: add 533.25MHz to rk3399 clock rates table
      09d5dc58
    • Stephen Boyd's avatar
      Merge tag 'clk-renesas-for-v4.10-tag1' of... · a4efb090
      Stephen Boyd authored
      Merge tag 'clk-renesas-for-v4.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-next
      
      Pull Renesas clk driver updates from Geert Uytterhoeven:
      
        - SYS-DMAC, (H)SCIF, I2C, DRIF, and graphics related clocks for R-Car
          M3-W,
        - Minor fixes and cleanups.
      
      * tag 'clk-renesas-for-v4.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers:
        clk: renesas: r8a7796: Add DU and LVDS clocks
        clk: renesas: r8a7796: Add VSP clocks
        clk: renesas: r8a7796: Add FCP clocks
        clk: renesas: cpg-mssr: Remove bogus commas from error messages
        clk: renesas: r8a7796: Add DRIF clock
        clk: renesas: cpg-mssr: Fix inverted debug check
        clk: renesas: rcar-gen3-cpg: Always use readl()/writel()
        clk: renesas: cpg-mssr: Always use readl()/writel()
        clk: renesas: r8a7796: Add I2C clocks
        clk: renesas: r8a7796: Add HSCIF clocks
        clk: renesas: r8a7796: Add SCIF clocks
        clk: renesas: r8a7796: Add SYS-DMAC clocks
      a4efb090