From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D134AC6778F for ; Wed, 25 Jul 2018 17:08:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7575220833 for ; Wed, 25 Jul 2018 17:08:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="mfLVhCjU" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7575220833 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729162AbeGYSUn (ORCPT ); Wed, 25 Jul 2018 14:20:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:33782 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728557AbeGYSUn (ORCPT ); Wed, 25 Jul 2018 14:20:43 -0400 Received: from swboyd.mtv.corp.google.com (unknown [104.132.1.75]) (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 BFBD320833; Wed, 25 Jul 2018 17:08:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1532538488; bh=LVBXrFAsNyO6G9QbeyXaCGMEG/R+o/JiwmmClLylLsY=; h=From:To:Cc:Subject:Date:From; b=mfLVhCjU7/y5A8NpUqzslLrCLOQSNdpBgE5HLABbLVPCjfkGMEb7RGB2KFh3oYOJB lDkAD6FOhWnTC6syuIJWYYBb+ieqh8u/ek3YmBHYSWZe8fkQDszEFBuQoVeAak/JBa +i+2ZE5yDObmyvifY9fMQs0IYWxreygVBT9PqxgM= From: sboyd@kernel.org To: Linus Torvalds Cc: Stephen Boyd , Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] clk fixes for v4.18-rc6 Date: Wed, 25 Jul 2018 10:08:07 -0700 Message-Id: <20180725170807.12780-1-sboyd@kernel.org> X-Mailer: git-send-email 2.18.0.233.g985f88cf7e-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Stephen Boyd The following changes since commit 9cc63791fad6d2624878c93f3415da77780e68a7: Merge branch 'clk-fix-imx6ul-defs' into clk-fixes (2018-06-29 11:40:29 -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 565b9937f44d5ab7956339b6c105c03471ce3243: clk: aspeed: Support HPLL strapping on ast2400 (2018-07-11 09:34:25 -0700) ---------------------------------------------------------------- One more round of updates for problems seen this -rc series. Drivers fixes are: - Amlogic Meson audio divider fix and CPU clk critical marking - Qualcomm multimedia GDSC marked as 'always on' to keep display working - Aspeed fixes for critical clks, resets causing clks to stay disabled, and an incorrect HPLL frequency calculation - Marvell Armada 3700 cpu clks would undervolt when switching from low frequencies to high frequencies because the voltage didn't stabilize in time so now we switch to an intermediate frequency Plus we have a core framework thinko that messed up the debugfs flag printing logic to make it not very useful. ---------------------------------------------------------------- Benjamin Herrenschmidt (1): clk: aspeed: Treat a gate in reset as disabled Geert Uytterhoeven (1): clk: Really show symbolic clock flags in debugfs Gregory CLEMENT (1): clk: mvebu: armada-37xx-periph: Fix switching CPU rate from 300Mhz to 1.2GHz Jerome Brunet (1): clk: meson: audio-divider is one based Joel Stanley (2): clk: aspeed: Mark bclk (PCIe) and dclk (VGA) as critical clk: aspeed: Support HPLL strapping on ast2400 Neil Armstrong (1): clk: meson-gxbb: set fclk_div2 as CLK_IS_CRITICAL Stephen Boyd (1): Merge tag 'meson-clk-fixes-4.18-1' of https://github.com/BayLibre/clk-meson into clk-fixes Vinod Koul (1): clk: qcom: gcc-msm8996: Disable halt check on UFS tx clock Vivek Gautam (1): clk/mmcc-msm8996: Make mmagic_bimc_gdsc ALWAYS_ON drivers/clk/clk-aspeed.c | 59 +++++++++++++++++++++++++--------- drivers/clk/clk.c | 3 +- drivers/clk/meson/clk-audio-divider.c | 2 +- drivers/clk/meson/gxbb.c | 1 + drivers/clk/mvebu/armada-37xx-periph.c | 38 ++++++++++++++++++++++ drivers/clk/qcom/gcc-msm8996.c | 1 + drivers/clk/qcom/mmcc-msm8996.c | 1 + 7 files changed, 87 insertions(+), 18 deletions(-) -- Sent by a computer through tubes