From patchwork Fri Feb 1 11:17:47 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 10792529 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 70AD413B4 for ; Fri, 1 Feb 2019 11:17:51 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5FB6E3168B for ; Fri, 1 Feb 2019 11:17:51 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 53C5531C7F; Fri, 1 Feb 2019 11:17:51 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 134743168B for ; Fri, 1 Feb 2019 11:17:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=9X4SX+6YDUpKZqx6zYFYccmANy8VtW9YCsfHgorbiOY=; b=N02sN2ZKPNZdjU i34acMaXyIg61rs0dojo+tzkXA27VCuGLn2NPjnt4nib0MIq9vJRDfa1DpTri5CZA6kipZG6SlyKe VN4p452LytMOd6sdaB2HBJYrX644Iar3JG6rgLbFvMYeNLZ5JaPj/Y5GBA6mXdmqJSwhAHOSF/h94 sp44wdAknpZMNZYjapXfZCIfTsusw0pZlEIZ8XAAJgqqSwwwqCffs2Wu2qVFZXyIAmopXbDG5SVbK PjT2a2q+JQBxImqH8kmBDES5BkgWoXFaX6UwAku267tts/89teyPX+hl5Re3lENnquEF/aor/dW38 JgadndIqcok5QN1M0wUw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1gpWpQ-0003FJ-Sa; Fri, 01 Feb 2019 11:17:48 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gpWpO-0003Ex-9W for linux-rockchip@lists.infradead.org; Fri, 01 Feb 2019 11:17:47 +0000 Received: from [88.128.81.210] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1gpWpK-00016f-Sv; Fri, 01 Feb 2019 12:17:42 +0100 From: Heiko Stuebner To: Stephen Boyd , mturquette@baylibre.com Subject: [GIT PULL] Rockchip clock updates for 5.1 Date: Fri, 01 Feb 2019 12:17:47 +0100 Message-ID: <48408534.cOKhDiQbmB@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190201_031746_485941_C9A2ECDD X-CRM114-Status: GOOD ( 10.27 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rockchip@lists.infradead.org, linux-clk@vger.kernel.org Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+patchwork-linux-rockchip=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Mike, Stephen, looks I can re-use my introduction from 4.20 and 5.0 - no big changes again this time. A rate_parent flag and some fixup for the fractional part of a PLL So please pull. Thanks Heiko The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.1-rockchip-clk1 for you to fetch changes up to 491b00ff699356a8dab10eb517a1b44205514c9e: clk: rockchip: add CLK_SET_RATE_PARENT for rk3066 lcdc dclks (2019-01-07 09:17:15 +0100) ---------------------------------------------------------------- Fix for PLL rate calculation on rk3328 and SET_RATE_PARENT flag for the display clock on rk3066. ---------------------------------------------------------------- Finley Xiao (1): clk: rockchip: add CLK_SET_RATE_PARENT for rk3066 lcdc dclks Katsuhiro Suzuki (1): clk: rockchip: fix frac settings of GPLL clock for rk3328 drivers/clk/rockchip/clk-rk3188.c | 4 ++-- drivers/clk/rockchip/clk-rk3328.c | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-)