From patchwork Thu Jul 16 01:22:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 11666455 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 A672713B6 for ; Thu, 16 Jul 2020 01:22:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8182F207BB for ; Thu, 16 Jul 2020 01:22:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594862543; bh=dsj9+fJd/vy9XsF5SWuo2b2iwd2BiMXB1J2TwY0lct4=; h=From:To:Cc:Subject:Date:List-ID:From; b=J6pfJPR1T0/5ZYS2BXggfYppT204oEqVIWjUooCx1yxrLE0p8Douv1yOhizT/Heib Sq0iN3Ql2xkh/hKML76JW00TCiAJbHHIddKZ/6uKCPzQhSDbSg+qF9n9ZVQnynrdt3 EF0cIcQdbyr3NZ2a6ygAiRz8jUi5yoR6v+q/ZXXo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726776AbgGPBWW (ORCPT ); Wed, 15 Jul 2020 21:22:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:44408 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726479AbgGPBWW (ORCPT ); Wed, 15 Jul 2020 21:22:22 -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 B6F5320775; Thu, 16 Jul 2020 01:22:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594862541; bh=dsj9+fJd/vy9XsF5SWuo2b2iwd2BiMXB1J2TwY0lct4=; h=From:To:Cc:Subject:Date:From; b=p9/2/dPYofHAEvUpOar17hDBnDQqUUBPWauQdmZTpZCT9dRUFvkdRTc9vk9XY7gL1 0yDzgRTk48HojzS2xCWtNl54S9870aBJZItZSjA5pXS7gF2hBigudvQjauc8Arzei6 ed5D+NNXMWixDcIk8SVVi5Wfqj80+IuCPuMPtvfY= 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.8-rc5 Date: Wed, 15 Jul 2020 18:22:21 -0700 Message-Id: <20200716012221.2640243-1-sboyd@kernel.org> X-Mailer: git-send-email 2.27.0.389.gc38d7665816-goog MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407: Linux 5.8-rc1 (2020-06-14 12:45:04 -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 1e7468bd9d30a21e059af477106dc5588ae52dff: clk: Specify IOMEM dependency for HSDK pll driver (2020-07-11 09:28:10 -0700) ---------------------------------------------------------------- A couple build fixes for issues exposed this merge window and a fix for the eMMC clk on AST2600 SoCs that fixes the rate that is calculated by the clk framework. ---------------------------------------------------------------- David Gow (1): clk: Specify IOMEM dependency for HSDK pll driver Eddie James (1): clk: AST2600: Add mux for EMMC clock Nathan Chancellor (1): clk: mvebu: ARMADA_AP_CPU_CLK needs to select ARMADA_AP_CP_HELPER drivers/clk/Kconfig | 1 + drivers/clk/clk-ast2600.c | 49 +++++++++++++++++++++++++++++++++++++++-------- drivers/clk/mvebu/Kconfig | 1 + 3 files changed, 43 insertions(+), 8 deletions(-)