From patchwork Fri Apr 12 23:21:07 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Stephen Boyd X-Patchwork-Id: 10899225 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 C3916186E for ; Fri, 12 Apr 2019 23:21:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 757DF28E81 for ; Fri, 12 Apr 2019 23:21:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6854828ED9; Fri, 12 Apr 2019 23:21:10 +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 04DF728E81 for ; Fri, 12 Apr 2019 23:21:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726898AbfDLXVJ (ORCPT ); Fri, 12 Apr 2019 19:21:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:54060 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726624AbfDLXVJ (ORCPT ); Fri, 12 Apr 2019 19:21:09 -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 3C3582084D; Fri, 12 Apr 2019 23:21:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1555111268; bh=AE9f2pHcHkK0L4rZHgqYjhFucbpRz971YcYWLtEL7IE=; h=From:To:Cc:Subject:Date:From; b=Z5tcUlxGHYRlKeVNM5uuOV3KhTr+P2SMI3Ln93RBAP8aEFMBwDGiz7+lAMWGG35kj FN6Ol+e47AyGXhQkx5YB+As2pOaRA/F6eajGxs/rnDfq7i3YNCTPacqGjrhydcpa2c eKRf9olqk0ASq91lATuMT4F9AugX9ygLpZcE6pPo= 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.1-rc4 Date: Fri, 12 Apr 2019 16:21:07 -0700 Message-Id: <20190412232107.26830-1-sboyd@kernel.org> X-Mailer: git-send-email 2.21.0.392.gf8f6787159e-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 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -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 f89b9e1be7da8bb0aac667a0206a00975cefe6d3: clk: imx: Fix PLL_1416X not rounding rates (2019-04-12 14:21:43 -0700) ---------------------------------------------------------------- Here's more than a handful of clk driver fixes for changes that came in during the merge window: - Fix the AT91 sama5d2 programmable clk prescaler formula - A bunch of Amlogic meson clk driver fixes for the VPU clks - A DMI quirk for Intel's Bay Trail SoC's driver to properly mark pmc clks as critical only when really needed - Stop overwriting CLK_SET_RATE_PARENT flag in mediatek's clk gate implementation - Use the right structure to test for a frequency table in i.MX's PLL_1416x driver ---------------------------------------------------------------- David Müller (1): clk: x86: Add system specific quirk to mark clocks as critical Leonard Crestez (1): clk: imx: Fix PLL_1416X not rounding rates Martin Blumenstingl (1): clk: meson: pll: fix rounding and setting a rate that matches precisely Matthias Wieloch (1): clk: at91: fix programmable clock for sama5d2 Maxime Jourdan (2): clk: meson-gxbb: round the vdec dividers to closest clk: meson: g12a: fix VPU clock muxes mask Neil Armstrong (2): clk: meson-g12a: fix VPU clock parents clk: meson: vid-pll-div: remove warning and return 0 on invalid config Stephen Boyd (3): Merge tag 'meson-clk-fixes-for-5.1' of https://github.com/BayLibre/clk-meson into clk-fixes Merge tag 'meson-clk-fixes-for-5.1-v2' of https://github.com/BayLibre/clk-meson into clk-fixes platform/x86: pmc_atom: Drop __initconst on dmi table Weiyi Lu (1): clk: mediatek: fix clk-gate flag setting drivers/clk/at91/clk-programmable.c | 57 +++++++++++++++++++------- drivers/clk/at91/pmc.h | 2 + drivers/clk/at91/sama5d2.c | 10 ++++- drivers/clk/imx/clk-pll14xx.c | 2 +- drivers/clk/mediatek/clk-gate.c | 3 +- drivers/clk/meson/clk-pll.c | 2 +- drivers/clk/meson/g12a.c | 6 +-- drivers/clk/meson/gxbb.c | 2 + drivers/clk/meson/vid-pll-div.c | 4 +- drivers/clk/x86/clk-pmc-atom.c | 14 +++++-- drivers/platform/x86/pmc_atom.c | 21 ++++++++++ include/linux/platform_data/x86/clk-pmc-atom.h | 3 ++ 12 files changed, 99 insertions(+), 27 deletions(-)