From patchwork Fri Dec 14 18:19:21 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 10731527 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id ACCF11575 for ; Fri, 14 Dec 2018 18:19:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D00C02D702 for ; Fri, 14 Dec 2018 18:19:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C45482D729; Fri, 14 Dec 2018 18:19:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 80DAD2D720 for ; Fri, 14 Dec 2018 18:19:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729752AbeLNSTX (ORCPT ); Fri, 14 Dec 2018 13:19:23 -0500 Received: from mail.kernel.org ([198.145.29.99]:60898 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728388AbeLNSTW (ORCPT ); Fri, 14 Dec 2018 13:19:22 -0500 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 916ED206C0; Fri, 14 Dec 2018 18:19:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1544811563; bh=0dKUEBh8eIyY8Cb9KWx5vL9k3AQaJjyLKK3OMaK8430=; h=From:To:Cc:Subject:Date:From; b=nYduV5MwQCbEtpjdWQhf4vQVdxxRi96fEg2bukevM68RTR/awaH1OFtHy8Z896KBE vaxenkoQ3W9JOI1Dlq4r/p3lBTBkaGzUgQT8AiVWz6RQPCIPytBugeFAUN0YVoW73w vRQYY5rqnCKaWLvHOM+1dysGortIW974NIFp3bpo= 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 v4.20-rc6 Date: Fri, 14 Dec 2018 10:19:21 -0800 Message-Id: <20181214181921.99645-1-sboyd@kernel.org> X-Mailer: git-send-email 2.20.0.405.gbc1bbc6f85-goog MIME-Version: 1.0 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The following changes since commit 9a43be9cedd516f188e6333d3b43402386723eff: clk: zynqmp: Off by one in zynqmp_is_valid_clock() (2018-12-03 09:54:48 -0800) 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 8a034aad4892baf82f8c9082f969c5ebc1143a05: clk: qcom: qcs404: Fix gpll0_out_main parent (2018-12-10 11:31:30 -0800) ---------------------------------------------------------------- One fix for the qcom QCS404 clk driver that was merged for this release. It specified the wrong parent for a PLL so a part of the clk tree wasn't rooted correctly. This fixes it by using the right name. ---------------------------------------------------------------- Srinivas Kandagatla (1): clk: qcom: qcs404: Fix gpll0_out_main parent drivers/clk/qcom/gcc-qcs404.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)