From patchwork Fri Aug 23 14:29:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 11111833 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id AE80C174A for ; Fri, 23 Aug 2019 14:29:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8C9D6233FE for ; Fri, 23 Aug 2019 14:29:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566570569; bh=neuhXkbS6PcmZgpyRUaDknwhA7w4jll4/SFaK+dRv7U=; h=Date:From:To:Cc:Subject:List-ID:From; b=x9AlR8woCL0CUob/GR8n1Qklb2pi9L73CcpKDie1t7SSHrltVI7eTQzaePor/mazN YynrfWK+fTRKxf849vFX95d6J1C9cnQB0nmsmKIEvPsDvl4YiIv5VTNPtNDk+jxYCf mugHF4I1C0j0hz0BQbOn+1NqWzdwC3VD5ZsdaisI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2395308AbfHWO33 (ORCPT ); Fri, 23 Aug 2019 10:29:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:50516 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390586AbfHWO32 (ORCPT ); Fri, 23 Aug 2019 10:29:28 -0400 Received: from localhost (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5ED7E23429; Fri, 23 Aug 2019 14:29:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1566570567; bh=neuhXkbS6PcmZgpyRUaDknwhA7w4jll4/SFaK+dRv7U=; h=Date:From:To:Cc:Subject:From; b=2Zb0OwPvwmEAjIwKZJqCfxtoJOrBZ/X8rEl1CR+rKKuQY51Tz1CEY6FMXkIEk9jv5 C1bEX3tsV+bB6ccfCO9Wd1prmQLf55uuQXgGuV8tXatcMnWno2kw41kLJ8AS3fmIqe MZd8kj0dWiJXArrknqN8W2sK9rIaDn/lVnicrT8M= Date: Fri, 23 Aug 2019 16:29:25 +0200 From: Maxime Ripard To: Mike Turquette , Stephen Boyd Cc: Maxime Ripard , linux-clk@vger.kernel.org, Chen-Yu Tsai Subject: [GIT PULL] Allwinner Clock Changes for 5.4 Message-ID: <237561e9-4ca2-44d3-9f43-e5cee1c5fd4c.lettre@localhost> 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 Hi, Please pull the following changes for the next release. Thanks! Maxime The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b: Linus 5.3-rc1 (2019-07-21 14:05:38 -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.4-1 for you to fetch changes up to 65818ad0815f3a2ba6a41327cce8b600ee04be32: clk: sunxi-ng: h6: Allow I2S to change parent rate (2019-08-21 17:20:31 +0800) ---------------------------------------------------------------- Allwinner clock changes for 5.4 A few patches to enable the V3 SoC and fix the i2s clock for the H6. -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXV/4KAAKCRDj7w1vZxhR xZxLAP4rYe6+3IudHSM+x7cqAJrtfOFFS+IBOYeNckIY0Hy8XgD/e6mGyYDk7dr8 VCmWuG8nD2u9XAVaxo07ouiOwzEpBgw= =D+Jq -----END PGP SIGNATURE----- ---------------------------------------------------------------- Icenowy Zheng (4): clk: sunxi-ng: v3s: add the missing PLL_DDR1 dt-bindings: clk: sunxi-ccu: add compatible string for V3 CCU clk: sunxi-ng: v3s: add missing clock slices for MMC2 module clocks clk: sunxi-ng: v3s: add Allwinner V3 support Jernej Skrabec (1): clk: sunxi-ng: h6: Allow I2S to change parent rate Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml | 1 +- drivers/clk/sunxi-ng/ccu-sun50i-h6.c | 8 +- drivers/clk/sunxi-ng/ccu-sun8i-v3s.c | 250 ++++++- drivers/clk/sunxi-ng/ccu-sun8i-v3s.h | 6 +- include/dt-bindings/clock/sun8i-v3s-ccu.h | 4 +- include/dt-bindings/reset/sun8i-v3s-ccu.h | 3 +- 6 files changed, 260 insertions(+), 12 deletions(-)