From patchwork Wed Apr 24 17:36:37 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Heiko_St=C3=BCbner?= X-Patchwork-Id: 10915371 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 A271D922 for ; Wed, 24 Apr 2019 17:41:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9091D28BC6 for ; Wed, 24 Apr 2019 17:41:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 84E1228BC9; Wed, 24 Apr 2019 17:41:29 +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 3630B28BC6 for ; Wed, 24 Apr 2019 17:41:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388465AbfDXRlX (ORCPT ); Wed, 24 Apr 2019 13:41:23 -0400 Received: from gloria.sntech.de ([185.11.138.130]:43472 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2403873AbfDXRgk (ORCPT ); Wed, 24 Apr 2019 13:36:40 -0400 Received: from [80.143.192.209] (helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1hJLp0-00012P-8w; Wed, 24 Apr 2019 19:36:38 +0200 From: Heiko Stuebner To: mturquette@baylibre.com, Stephen Boyd Cc: linux-clk@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: [GIT PULL RESEND] Rockchip clock updates for 5.2 Date: Wed, 24 Apr 2019 19:36:37 +0200 Message-ID: <2075886.jWuYUtlPVG@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, please find below rockchip clock changes for 5.2 with quite a bit of attention for the rk3288. Please pull Thanks Heiko [RESEND because I used a wrong email address for Stephen] The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v5.2-rockchip-clk-1 for you to fetch changes up to f4033db5b84ebe4b32c25ba2ed65ab20b628996a: clk: rockchip: undo several noc and special clocks as critical on rk3288 (2019-04-23 12:17:11 +0200) ---------------------------------------------------------------- Clock fixes for rk3328 and rk3288 and a new sub-type for an upcoming soc where mux and divider are not necessarily in the same register anymore. ---------------------------------------------------------------- Douglas Anderson (4): clk: rockchip: Make rkpwm a critical clock on rk3288 clk: rockchip: Fix video codec clocks on rk3288 clk: rockchip: Turn on "aclk_dmac1" for suspend on rk3288 clk: rockchip: undo several noc and special clocks as critical on rk3288 Finley Xiao (1): clk: rockchip: add a COMPOSITE_DIV_OFFSET clock-type Jonas Karlman (1): clk: rockchip: fix wrong clock definitions for rk3328 Matthias Kaehlcke (1): clk: rockchip: Limit use of USB PHY clock to USB on rk3288 drivers/clk/rockchip/clk-rk3288.c | 36 ++++++++++++++++++++++-------------- drivers/clk/rockchip/clk-rk3328.c | 18 +++++++++--------- drivers/clk/rockchip/clk.c | 9 ++++++--- drivers/clk/rockchip/clk.h | 23 +++++++++++++++++++++++ 4 files changed, 60 insertions(+), 26 deletions(-)