From patchwork Tue Jul 24 13:22:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 10542157 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 17B70180E for ; Tue, 24 Jul 2018 13:22:33 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0402A28830 for ; Tue, 24 Jul 2018 13:22:33 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EBE2928875; Tue, 24 Jul 2018 13:22:32 +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,T_TVD_MIME_EPI 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 9C6B928830 for ; Tue, 24 Jul 2018 13:22:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388265AbeGXO27 (ORCPT ); Tue, 24 Jul 2018 10:28:59 -0400 Received: from mail.bootlin.com ([62.4.15.54]:33154 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388248AbeGXO27 (ORCPT ); Tue, 24 Jul 2018 10:28:59 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id 6BB7120731; Tue, 24 Jul 2018 15:22:29 +0200 (CEST) Received: from localhost (AAubervilliers-681-1-78-122.w90-88.abo.wanadoo.fr [90.88.20.122]) by mail.bootlin.com (Postfix) with ESMTPSA id 3C8AE203D9; Tue, 24 Jul 2018 15:22:19 +0200 (CEST) Date: Tue, 24 Jul 2018 15:22:19 +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 4.19 Message-ID: <20180724132219.6z4fvvarmhvs5p44@flea> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20180622 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 ce397d215ccd07b8ae3f71db689aedb85d56ab40: Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-for-4.19 for you to fetch changes up to 0195156340d365540c7dfa239232065826904f59: clk: sunxi-ng: add A64 compatible string (2018-06-27 20:29:08 +0200) ---------------------------------------------------------------- Allwinner clock changes for 4.19 Our usual bunch of clock patches, this time to enable the A64 display engine clocks controller mostly. ---------------------------------------------------------------- Icenowy Zheng (2): dt-bindings: add compatible string for the A64 DE2 CCU clk: sunxi-ng: add A64 compatible string Jernej Skrabec (3): clk: sunxi-ng: r40: Add minimal rate for video PLLs clk: sunxi-ng: r40: Allow setting parent rate to display related clocks clk: sunxi-ng: r40: Export video PLLs .../devicetree/bindings/clock/sun8i-de2.txt | 1 + drivers/clk/sunxi-ng/ccu-sun8i-de2.c | 11 ++-- drivers/clk/sunxi-ng/ccu-sun8i-r40.c | 58 ++++++++++++---------- drivers/clk/sunxi-ng/ccu-sun8i-r40.h | 8 ++- include/dt-bindings/clock/sun8i-r40-ccu.h | 4 ++ 5 files changed, 47 insertions(+), 35 deletions(-)