From patchwork Wed Oct 17 22:24:45 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 10646125 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 0EDD71508 for ; Wed, 17 Oct 2018 22:25:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F39DA28935 for ; Wed, 17 Oct 2018 22:25:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E329B289D7; Wed, 17 Oct 2018 22:25:09 +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=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE 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 98C4428935 for ; Wed, 17 Oct 2018 22:25:09 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To :From:Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=NzZbT9WIt1nmd+fk+XvAgmWvDXZoxdbwRp4S3CwuPNU=; b=LBnUAuXP2UtfkZ ENd1/MynOsL4C2kbALmJEOXPEUBHf1Bz/FtKh2KjpqdkGOkcs03nzdBXovwpmU81Pi58md13iy95O w0RHJScBvs8rINzevQTyum4rEMi06lHDtkNh4OoYo3bBo3bO9illZYb1rx1E8MDX9qsjTSYMqP48C wQA7eztUsxDYSY/5GqA3tw672w8I0FjRjo9NsyIXscJTTAT5u78F/rdSvWFzgkhzp13IrTe8AvsmH 4ZV8U2Ah7Q5MfxyBI21lWuz3Ct3dVjSLWXnZ6RoadGr2aicYzWWlMCqQO16hiyABTXQE6axY6vttK xb8ojwyLWrKDnriA7i7g==; 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 1gCuFV-0007TC-Es; Wed, 17 Oct 2018 22:25:05 +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 1gCuFR-0007Lm-9T for linux-rockchip@lists.infradead.org; Wed, 17 Oct 2018 22:25:03 +0000 Received: from ip5f5a8a55.dynamic.kabel-deutschland.de ([95.90.138.85] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.0:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gCuFC-0006L7-50; Thu, 18 Oct 2018 00:24:46 +0200 From: Heiko Stuebner To: Stephen Boyd , mturquette@baylibre.com, linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: [GIT PULL] Rockchip clock updates for 4.20 Date: Thu, 18 Oct 2018 00:24:45 +0200 Message-ID: <2902149.RM7SpLEE3J@phil> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20181017_152501_526732_77DD53BA X-CRM114-Status: GOOD ( 11.31 ) 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: , 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, no big changes again this time. Mainly 2 fixes and a bit of housekeeping. So if it's not too late, please pull Thanks Heiko The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.20-rockchip-clk1 for you to fetch changes up to 665636b2940d0897c4130253467f5e8c42eea392: clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call (2018-10-17 15:12:51 +0200) ---------------------------------------------------------------- Fixes for static checker warning and a wrong shift value for the mmc on rk3328, as well as setting a hdmi-id on rk3066 for a later driver for the hdmi encoder on it and some adapted rk3288 pll rates to support more and better hdmi rates. ---------------------------------------------------------------- Enric Balletbo i Serra (1): clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call Heiko Stuebner (2): clk: rockchip: add clock-id for HCLK_HDMI on rk3066 clk: rockchip: use the newly added clock-id for hdmi on RK3066 Urja Rannikko (1): clk: rockchip: improve rk3288 pll rates for better hdmi output Ziyuan Xu (1): clk: rockchip: fix wrong mmc sample phase shift for rk3328 drivers/clk/rockchip/clk-ddr.c | 4 ---- drivers/clk/rockchip/clk-rk3188.c | 2 +- drivers/clk/rockchip/clk-rk3288.c | 29 +++++++++++++++++++++++---- drivers/clk/rockchip/clk-rk3328.c | 8 ++++---- include/dt-bindings/clock/rk3188-cru-common.h | 3 ++- 5 files changed, 32 insertions(+), 14 deletions(-)