From patchwork Mon Aug 6 21:59:16 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Heiko Stuebner X-Patchwork-Id: 10557975 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 596B214E5 for ; Mon, 6 Aug 2018 21:59:22 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 46F6329AD6 for ; Mon, 6 Aug 2018 21:59:22 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3955E29B0D; Mon, 6 Aug 2018 21:59:22 +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=-7.9 required=2.0 tests=BAYES_00,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 8C38729AD6 for ; Mon, 6 Aug 2018 21:59:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729926AbeHGAK0 (ORCPT ); Mon, 6 Aug 2018 20:10:26 -0400 Received: from gloria.sntech.de ([185.11.138.130]:45782 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728936AbeHGAKZ (ORCPT ); Mon, 6 Aug 2018 20:10:25 -0400 Received: from ip5f5a8513.dynamic.kabel-deutschland.de ([95.90.133.19] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1fmnX3-0003IP-QN; Mon, 06 Aug 2018 23:59:17 +0200 From: Heiko Stuebner To: Stephen Boyd Cc: mturquette@baylibre.com, linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: [GIT PULL v2] Rockchip clock updates for 4.19 - round 2 Date: Mon, 06 Aug 2018 23:59:16 +0200 Message-ID: <1693143.KCFObordkz@phil> In-Reply-To: <29493561.nOART3tDXq@phil> References: <29493561.nOART3tDXq@phil> 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 Hi Mike, Stephen, unfortunately, the one commit here missed a Signed-off-by, so here is the pull again with the commit fixed. Thanks Heiko The following changes since commit a64ad008980c65d38e6cf6858429c78e6b740c41: clk: rockchip: fix clk_i2sout parent selection bits on rk3399 (2018-07-08 00:19:19 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v4.19-rockchip-clk2 for you to fetch changes up to 640332d1a089909df08bc9f3e42888a2019c66e2: clk: rockchip: Add pclk_rkpwm_pmu to PMU critical clocks in rk3399 (2018-08-06 23:46:52 +0200) ---------------------------------------------------------------- pclk_rkpwm_pmu as critical clock, due to it supplying the pwm used to drive the logic supply of the rk3399 core. ---------------------------------------------------------------- Levin Du (1): clk: rockchip: Add pclk_rkpwm_pmu to PMU critical clocks in rk3399 drivers/clk/rockchip/clk-rk3399.c | 1 + 1 file changed, 1 insertion(+) --- To unsubscribe from this list: send the line "unsubscribe linux-clk" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html