From patchwork Fri Jun 21 08:14:35 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11008663 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 53FF51580 for ; Fri, 21 Jun 2019 08:14:40 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 412A2289BF for ; Fri, 21 Jun 2019 08:14:40 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 303A1289D6; Fri, 21 Jun 2019 08:14:40 +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 CF499289BF for ; Fri, 21 Jun 2019 08:14:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726171AbfFUIOj (ORCPT ); Fri, 21 Jun 2019 04:14:39 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:60523 "EHLO relay10.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726030AbfFUIOj (ORCPT ); Fri, 21 Jun 2019 04:14:39 -0400 Received: from localhost (aaubervilliers-681-1-41-156.w90-88.abo.wanadoo.fr [90.88.16.156]) (Authenticated sender: maxime.ripard@bootlin.com) by relay10.mail.gandi.net (Postfix) with ESMTPSA id DBF74240005; Fri, 21 Jun 2019 08:14:35 +0000 (UTC) Date: Fri, 21 Jun 2019 10:14:35 +0200 From: Maxime Ripard To: Mike Turquette , Stephen Boyd Cc: Chen-Yu Tsai , Maxime Ripard , linux-clk@vger.kernel.org Subject: [GIT PULL] Allwinner Clock Changes for 5.3 Message-ID: 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, Please pull the following changes for the next release. Thanks! Maxime The following changes since commit a188339ca5a396acc588e5851ed7e19f66b0ebd9: Linux 5.2-rc1 (2019-05-19 15:47:09 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git refs/tags/sunxi-clk-for-5.3-201906210814 for you to fetch changes up to b467ec063ec56900e1ebba4d5aeb50b0a7cb0ef8: dt-bindings: clk: Convert Allwinner CCU to a schema (2019-06-05 14:32:08 +0200) ---------------------------------------------------------------- A few patches to fix two minor bugs, and to introduce a schemas for our device tree bindings. ---------------------------------------------------------------- Gen Zhang (1): clk-sunxi: fix a missing-check bug in sunxi_divs_clk_setup() Maxime Ripard (1): dt-bindings: clk: Convert Allwinner CCU to a schema Ondrej Jirman (1): clk: sunxi-ng: sun50i-h6-r: Fix incorrect W1 clock gate register Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml | 141 +++++++- Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 62 +--- drivers/clk/sunxi-ng/ccu-sun50i-h6-r.c | 2 +- drivers/clk/sunxi/clk-sunxi.c | 2 +- 4 files changed, 144 insertions(+), 63 deletions(-) create mode 100644 Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml delete mode 100644 Documentation/devicetree/bindings/clock/sunxi-ccu.txt