From patchwork Wed Sep 30 18:57:42 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 11810093 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E54A5618 for ; Wed, 30 Sep 2020 18:57:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CB8BB207F7 for ; Wed, 30 Sep 2020 18:57:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492264; bh=7DBLzj0AFFlixJiM06qjIevaCnAyUlyySzwLvB3SMq8=; h=From:To:Cc:Subject:Date:List-ID:From; b=BzaugGXBq4vokXALvaHRNYoksYNzMcRktWGKIRrmPrIMKf01pQ3+iLHRO9b+FENLt WV2vU4D8ouHveQqmlATltcPEX0C6IiXT7kyth9NpPX6xZRPV7vdRF0dcxv6j+2+eM/ r46s3p//CU674wKP20qnhR+bpS9E15xriB0vGyNU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730128AbgI3S5o (ORCPT ); Wed, 30 Sep 2020 14:57:44 -0400 Received: from mail.kernel.org ([198.145.29.99]:59760 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730117AbgI3S5o (ORCPT ); Wed, 30 Sep 2020 14:57:44 -0400 Received: from mail.kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8869420708; Wed, 30 Sep 2020 18:57:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601492263; bh=7DBLzj0AFFlixJiM06qjIevaCnAyUlyySzwLvB3SMq8=; h=From:To:Cc:Subject:Date:From; b=BAfMb8awL1XSSox57K+L81UtE9Cfh84GFPeDCXMiY+kTCOmF/2W3TxeOQtj3gSgnM gGTkrGlZjwHp3/l2sjRdtUijcat5FlLnmMaS8yExI8x16/uKepDsNbL0RQQoRdH+nm kVFlvOWP/MakWcvdL3c2spY2xJFDTmFsUamwRqeg= From: Stephen Boyd To: Linus Torvalds Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] clk fixes for v5.9-rc7 Date: Wed, 30 Sep 2020 11:57:42 -0700 Message-Id: <20200930185742.4044166-1-sboyd@kernel.org> X-Mailer: git-send-email 2.28.0.709.gb0816b6eb0-goog MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org The following changes since commit d2249bf25c565b6e310453962fef63f8d38677a6: clk: qcom: lpass: Correct goto target in lpass_core_sc7180_probe() (2020-09-10 13:42:35 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus for you to fetch changes up to b02cf0c4736c65c6667f396efaae6b5521e82abf: clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clk (2020-09-22 12:54:41 -0700) ---------------------------------------------------------------- Another batch of clk driver fixes - Make sure DRAM and ChipID region doesn't get disabled on Exynos - Fix a SATA failure on Tegra - Fix the emac_ptp clk divider on stratix10 ---------------------------------------------------------------- Dinh Nguyen (1): clk: socfpga: stratix10: fix the divider for the emac_ptp_free_clk Marek Szyprowski (2): clk: samsung: Keep top BPLL mux on Exynos542x enabled clk: samsung: exynos4: mark 'chipid' clock as CLK_IGNORE_UNUSED Stephen Boyd (2): Merge tag 'v5.9-clk-samsung-fixes' of https://git.kernel.org/.../snawrocki/clk into clk-fixes Merge tag 'for-5.10-clk' of git://git.kernel.org/.../tegra/linux into clk-fixes Thierry Reding (3): clk: tegra: Capitalization fixes clk: tegra: Always program PLL_E when enabled clk: tegra: Fix missing prototype for tegra210_clk_register_emc() drivers/clk/samsung/clk-exynos4.c | 4 ++-- drivers/clk/samsung/clk-exynos5420.c | 5 +++++ drivers/clk/socfpga/clk-s10.c | 2 +- drivers/clk/tegra/clk-pll.c | 7 ++----- drivers/clk/tegra/clk-tegra210-emc.c | 2 ++ 5 files changed, 12 insertions(+), 8 deletions(-)