1. 14 Nov, 2017 12 commits
    • Stephen Boyd's avatar
      Merge branch 'clk-mediatek' into clk-next · 4c4fe169
      Stephen Boyd authored
      * clk-mediatek:
        clk: mediatek: add clock support for MT7622 SoC
        clk: mediatek: add clocks dt-bindings required header for MT7622 SoC
        clk: mediatek: add the option for determining PLL source clock
        dt-bindings: clock: mediatek: document clk bindings for MediaTek MT7622 SoC
        clk: mediatek: mark mtk_infrasys_init_early __init
        clk: mediatek: Add MT2712 clock support
        clk: mediatek: Add dt-bindings for MT2712 clocks
        dt-bindings: ARM: Mediatek: Document bindings for MT2712
      4c4fe169
    • Stephen Boyd's avatar
      Merge branch 'clk-imx' into clk-next · eed58151
      Stephen Boyd authored
      * clk-imx:
        clk: imx: imx7d: Remove ARM_M0 clock
        clk: imx: imx7d: Fix parent clock for OCRAM_CLK
        clk: imx: clk-imx6ul: allow lcdif_pre_sel to change parent rate
        clk: imx6: refine hdmi_isfr's parent to make HDMI work on i.MX6 SoCs w/o VPU
      eed58151
    • Stephen Boyd's avatar
      Merge branch 'clk-qcom' into clk-next · 8f620400
      Stephen Boyd authored
      * clk-qcom:
        clk: qcom: clk-smd-rpm: add msm8996 rpmclks
        clk: qcom: Implement RPM clocks for MSM8660/APQ8060
        clk: qcom: Update DT bindings for the MSM8660/APQ8060 RPMCC
        clk: qcom: Elaborate on "active" clocks in the RPM clock bindings
        clk: qcom: Remove unused RCG ops
      8f620400
    • Stephen Boyd's avatar
      Merge branch 'clk-at91' into clk-next · 7a103f02
      Stephen Boyd authored
      * clk-at91:
        clk: at91: utmi: set the mainck rate
      7a103f02
    • Stephen Boyd's avatar
      Merge branch 'clk-devm-provider' into clk-next · 2dd850ef
      Stephen Boyd authored
      * clk-devm-provider:
        clk: qcom: common: Migrate to devm_* APIs for resets and clk providers
        clk: Add devm_of_clk_add_hw_provider()/del_provider() APIs
      2dd850ef
    • Stephen Boyd's avatar
      Merge branch 'clk-const' into clk-next · ed9c62f7
      Stephen Boyd authored
      * clk-const:
        clk: make clk_init_data const
        clk: imx: make clk_ops const
        clk: mmp: make clk_ops const
        clk: hisilicon: make clk_ops const
        clk: mxs: make clk_ops const
        clk: sirf: make clk_ops const
        clk: spear: make clk_ops const
        CLK: SPEAr: make aux_clk_masks structures const
        CLK: SPEAr: make structure field and function argument as const
      ed9c62f7
    • Stephen Boyd's avatar
      Merge branch 'clk-sunxi' into clk-next · 3b0da916
      Stephen Boyd authored
      * clk-sunxi:
        clk: sunxi: explicitly request exclusive reset control
        clk: sunxi: fix build warning
      3b0da916
    • Stephen Boyd's avatar
      Merge branch 'clk-hikey' into clk-next · bdf6bfb3
      Stephen Boyd authored
      * clk-hikey:
        clk: hi3798cv200: correct parent mux clock for 'clk_sdio0_ciu'
        clk: hisilicon: Delete an error message for a failed memory allocation in hisi_register_clkgate_sep()
        clk: hi3660: fix incorrect uart3 clock freqency
        clk: hi6220: mark clock cs_atb_syspll as critical
      bdf6bfb3
    • Stephen Boyd's avatar
      Merge tag 'tegra-for-4.15-clk-2' of... · 042e2e9c
      Stephen Boyd authored
      Merge tag 'tegra-for-4.15-clk-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into clk-next
      
      Pull tegra clk drivers updates from Thierry Reding:
      
      This contains cleanups and minor fixes for the Tegra clock driver.
      
      * tag 'tegra-for-4.15-clk-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux:
        clk: tegra: Use readl_relaxed_poll_timeout_atomic() in tegra210_clock_init()
        clk: tegra: dfll: Fix drvdata overwriting issue
        clk: tegra: Fix cclk_lp divisor register
        clk: tegra: Bump SCLK clock rate to 216 MHz
        clk: tegra: Use common definition of APBDMA clock gate
        clk: tegra: Correct parent of the APBDMA clock
        clk: tegra: Add AHB DMA clock entry
        clk: tegra: Mark APB clock as critical
        clk: tegra: Make tegra_clk_pll_params __ro_after_init
        clk: tegra: Fix sor1_out clock implementation
        clk: tegra: Use tegra_clk_register_periph_data()
        clk: tegra: Add peripheral clock registration helper
        clk: tegra: Check BPMP response return code
        dt-bindings: clock: tegra: Add sor1_out clock
        firmware: tegra: Propagate error code to caller
      042e2e9c
    • Shawn Guo's avatar
      clk: hi3798cv200: correct parent mux clock for 'clk_sdio0_ciu' · 3320f39b
      Shawn Guo authored
      Other than 'mmc_mux', 'clk_sdio0_ciu' uses a different parent mux clock.
      Let's add this mux clock as 'sdio0_mux', and correct the parent of
      'clk_sdio0_ciu' to be it.
      Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      3320f39b
    • Markus Elfring's avatar
      clk: hisilicon: Delete an error message for a failed memory allocation in... · 90c42090
      Markus Elfring authored
      clk: hisilicon: Delete an error message for a failed memory allocation in hisi_register_clkgate_sep()
      
      Omit an extra message for a memory allocation failure in this function.
      
      This issue was detected by using the Coccinelle software.
      Signed-off-by: default avatarMarkus Elfring <elfring@users.sourceforge.net>
      Reviewed-by: default avatarLeo Yan <leo.yan@linaro.org>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      90c42090
    • Zhong Kaihua's avatar
      clk: hi3660: fix incorrect uart3 clock freqency · d33fb1b9
      Zhong Kaihua authored
      UART3 clock rate is doubled in previous commit.
      
      This error is not detected until recently a mezzanine board which makes
      real use of uart3 port (through LS connector of 96boards) was setup
      and tested on hi3660-hikey960 board.
      
      This patch changes clock source rate of clk_factor_uart3 to 100000000.
      Signed-off-by: default avatarZhong Kaihua <zhongkaihua@huawei.com>
      Signed-off-by: default avatarGuodong Xu <guodong.xu@linaro.org>
      Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
      d33fb1b9
  2. 02 Nov, 2017 28 commits