1. 09 12月, 2016 4 次提交
  2. 08 12月, 2016 3 次提交
  3. 07 12月, 2016 1 次提交
  4. 24 11月, 2016 10 次提交
  5. 22 11月, 2016 2 次提交
  6. 18 11月, 2016 3 次提交
    • M
      clk: exynos5433: Mark some clocks as critical · 37bf4ab8
      Marek Szyprowski 提交于
      Some parent clocks of the Exynos5433 CMUs must be always enabled to access
      any register in the given CMU or devices connected to it. For the time
      being, until a proper solution based on runtime PM is applied, mark those
      clocks as critical (instead of ignore unused) to prevent disabling them.
      Reported-by: NChanwoo Choi <cw00.choi@samsung.com>
      Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com>
      Reviewed-by: NChanwoo Choi <cw00.choi@samsung.com>
      Tested-by: NChanwoo Choi <cw00.choi@samsung.com>
      Acked-by: NKrzysztof Kozlowski <krzk@kernel.org>
      Signed-off-by: NSylwester Nawrocki <s.nawrocki@samsung.com>
      37bf4ab8
    • S
      Merge tag 'clk-renesas-for-v4.10-tag3' of... · 9baabf43
      Stephen Boyd 提交于
      Merge tag 'clk-renesas-for-v4.10-tag3' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-next
      
      Pull more clk driver updates from Geert Uytterhoeven:
      
        - CSI2 and VIN clocks for R-Car M3-W,
        - Clock drivers for new RZ/G1M and RZ/G1E SoCs,
        - Minor bug fix for R-Car H3.
      
      * tag 'clk-renesas-for-v4.10-tag3' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers:
        clk: renesas: cpg-mssr: Add R8A7745 support
        clk: renesas: cpg-mssr: Add R8A7743 support
        clk: renesas: cpg-mssr: Add common R-Car Gen2 support
        clk: renesas: r8a7795: Fix HDMI parent clock
        clk: renesas: r8a7796: Add VIN clocks
        clk: renesas: r8a7796: Add CSI2 clocks
      9baabf43
    • S
      Merge tag 'clk-renesas-for-v4.10-tag2' of... · 54fd1b3b
      Stephen Boyd 提交于
      Merge tag 'clk-renesas-for-v4.10-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into clk-next
      
      Pull Renesas clk driver updates from Geerty Uytterhoeven:
      
        - Add R-Car RST driver for obtaining mode pin state, and move the
          related functionality from platform code to DT,
        - Add r8a7743 and r8a7745 CPG Core Clock Definitions.
      
      The commits here are intermingled with arm-soc material because
      of the hard dependency we're breaking between mach code and
      driver code. We're replacing that with a driver dependency
      between the soc driver and the clk driver.
      
      * tag 'clk-renesas-for-v4.10-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers: (25 commits)
        clk: renesas: Add r8a7745 CPG Core Clock Definitions
        clk: renesas: Add r8a7743 CPG Core Clock Definitions
        clk: renesas: rcar-gen2: Remove obsolete rcar_gen2_clocks_init()
        clk: renesas: r8a7779: Remove obsolete r8a7779_clocks_init()
        clk: renesas: r8a7778: Remove obsolete r8a7778_clocks_init()
        ARM: shmobile: rcar-gen2: Stop passing mode pins state to clock driver
        ARM: shmobile: r8a7779: Stop passing mode pins state to clock driver
        ARM: shmobile: r8a7778: Stop passing mode pins state to clock driver
        clk: renesas: rcar-gen3-cpg: Remove obsolete rcar_gen3_read_mode_pins()
        clk: renesas: r8a7796: Obtain mode pin values from R-Car RST driver
        clk: renesas: r8a7795: Obtain mode pin values from R-Car RST driver
        clk: renesas: rcar-gen2: Obtain mode pin values using RST driver
        clk: renesas: r8a7779: Obtain mode pin values from R-Car RST driver
        clk: renesas: r8a7778: Obtain mode pin values using R-Car RST driver
        arm64: renesas: r8a7796 dtsi: Add device node for RST module
        arm64: renesas: r8a7795 dtsi: Add device node for RST module
        ARM: dts: r8a7794: Add device node for RST module
        ARM: dts: r8a7793: Add device node for RST module
        ARM: dts: r8a7792: Add device node for RST module
        ARM: dts: r8a7791: Add device node for RST module
        ...
      54fd1b3b
  7. 17 11月, 2016 9 次提交
  8. 16 11月, 2016 5 次提交
  9. 15 11月, 2016 3 次提交
    • L
      clk: Hi6220: enable stub clock driver for ARCH_HISI · 9a881bc5
      Leo Yan 提交于
      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: NDietmar Eggemann <dietmar.eggemann@arm.com>
      Signed-off-by: NLeo Yan <leo.yan@linaro.org>
      Signed-off-by: NStephen Boyd <sboyd@codeaurora.org>
      9a881bc5
    • S
      Merge tag 'v4.10-rockchip-clk1' of... · 09d5dc58
      Stephen Boyd 提交于
      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
    • S
      Merge tag 'clk-renesas-for-v4.10-tag1' of... · a4efb090
      Stephen Boyd 提交于
      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