From patchwork Fri Apr 19 11:25:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 10909773 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 4F8AB922 for ; Fri, 19 Apr 2019 20:21:06 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 43364288DD for ; Fri, 19 Apr 2019 20:21:06 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4151528CD2; Fri, 19 Apr 2019 20:21:06 +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 DA7B9288DD for ; Fri, 19 Apr 2019 20:21:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726320AbfDSUVF (ORCPT ); Fri, 19 Apr 2019 16:21:05 -0400 Received: from mslow2.mail.gandi.net ([217.70.178.242]:42156 "EHLO mslow2.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725817AbfDSUVF (ORCPT ); Fri, 19 Apr 2019 16:21:05 -0400 X-Greylist: delayed 4808 seconds by postgrey-1.27 at vger.kernel.org; Fri, 19 Apr 2019 16:21:05 EDT Received: from relay4-d.mail.gandi.net (unknown [217.70.183.196]) by mslow2.mail.gandi.net (Postfix) with ESMTP id E7D3F3A6DB0 for ; Fri, 19 Apr 2019 11:25:20 +0000 (UTC) X-Originating-IP: 90.89.68.76 Received: from localhost (lfbn-1-10718-76.w90-89.abo.wanadoo.fr [90.89.68.76]) (Authenticated sender: maxime.ripard@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 85BC2E0002; Fri, 19 Apr 2019 11:25:19 +0000 (UTC) Date: Fri, 19 Apr 2019 13:25:18 +0200 From: Maxime Ripard To: Mike Turquette , Stephen Boyd Cc: Chen-Yu Tsai , Maxime Ripard , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org Subject: [GIT PULL] Allwinner clock changes for 5.2 Message-ID: <20190419112518.5zwaeqg7egfimts7@flea> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20180716 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 pull the following changes for the next merge window. Thanks! Maxime 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/sunxi/linux.git tags/sunxi-clk-for-5.2 for you to fetch changes up to c77cebac96a9edf1f3a508b475110f5d44196901: clk: sunxi-ng: sun5i: Export the MBUS clock (2019-04-10 16:33:01 +0200) ---------------------------------------------------------------- Allwinner clock changes for 5.2 Our usual bunch of changes, this time, it's mainly: - Export a new clock for the MBUS controller on the A13 - H6 fixes to support a finer clocking of the video and VPU engines - Add some Kconfig options - Some bit offset fixes ---------------------------------------------------------------- Chen-Yu Tsai (1): clk: sunxi-ng: a83t: Add pll-video0 as parent of csi-mclk Icenowy Zheng (1): clk: sunxi-ng: f1c100s: fix USB PHY gate bit offset Jernej Skrabec (3): clk: sunxi-ng: Allow DE clock to set parent rate clk: sunxi-ng: h6: Preset hdmi-cec clock parent clk: sunxi-ng: h6: Allow video & vpu clocks to change parent rate Maxime Ripard (2): clk: sunxi: Add Kconfig options clk: sunxi-ng: sun5i: Export the MBUS clock drivers/clk/Kconfig | 1 + drivers/clk/sunxi-ng/ccu-sun50i-a64.c | 3 +- drivers/clk/sunxi-ng/ccu-sun50i-h6.c | 19 ++++++++++--- drivers/clk/sunxi-ng/ccu-sun5i.h | 4 --- drivers/clk/sunxi-ng/ccu-sun8i-a83t.c | 5 ++-- drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 3 +- drivers/clk/sunxi-ng/ccu-suniv-f1c100s.c | 2 +- drivers/clk/sunxi/Kconfig | 43 ++++++++++++++++++++++++++++ drivers/clk/sunxi/Makefile | 49 ++++++++++++++++++-------------- include/dt-bindings/clock/sun5i-ccu.h | 2 +- 10 files changed, 95 insertions(+), 36 deletions(-) create mode 100644 drivers/clk/sunxi/Kconfig --- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com