1. 22 12月, 2016 2 次提交
  2. 13 12月, 2016 1 次提交
  3. 09 12月, 2016 14 次提交
  4. 08 12月, 2016 3 次提交
  5. 07 12月, 2016 1 次提交
  6. 24 11月, 2016 10 次提交
  7. 22 11月, 2016 2 次提交
  8. 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
  9. 17 11月, 2016 4 次提交