From patchwork Fri Feb 8 10:45:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 10802685 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 D834313BF for ; Fri, 8 Feb 2019 10:45:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B89602D984 for ; Fri, 8 Feb 2019 10:45:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A86592DEE9; Fri, 8 Feb 2019 10:45:23 +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 401632D984 for ; Fri, 8 Feb 2019 10:45:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726162AbfBHKpX (ORCPT ); Fri, 8 Feb 2019 05:45:23 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:54365 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726081AbfBHKpW (ORCPT ); Fri, 8 Feb 2019 05:45:22 -0500 X-Originating-IP: 90.88.22.177 Received: from localhost (aaubervilliers-681-1-80-177.w90-88.abo.wanadoo.fr [90.88.22.177]) (Authenticated sender: maxime.ripard@bootlin.com) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 743F4E0007; Fri, 8 Feb 2019 10:45:20 +0000 (UTC) Date: Fri, 8 Feb 2019 11:45:19 +0100 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 fixes for 5.0 Message-ID: <20190208104519.2ix2ujxrpmhqrwlf@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 PR for the current release. Thanks! Maxime The following changes since commit bfeffd155283772bbe78c6a05dec7c0128ee500c: Linux 5.0-rc1 (2019-01-06 17:08:20 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-fixes-for-5.0 for you to fetch changes up to ee0b27a3a4da0b0ed2318aa092f8856896e9450b: clk: sunxi: A31: Fix wrong AHB gate number (2019-01-28 09:26:32 +0100) ---------------------------------------------------------------- Allwinner clock fixes for 5.0 Two fixes for clock indices, one for the A31 and one for the V3s. ---------------------------------------------------------------- Andre Przywara (1): clk: sunxi: A31: Fix wrong AHB gate number Paul Kocialkowski (1): clk: sunxi-ng: v3s: Fix TCON reset de-assert bit drivers/clk/sunxi-ng/ccu-sun6i-a31.c | 4 ++-- drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)