From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DBC60C4646B for ; Tue, 25 Jun 2019 00:47:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A8214206DD for ; Tue, 25 Jun 2019 00:47:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561423663; bh=nXbVttwPSdyo0MJiTGhWsGVRpNRpHSHCugsaouhmoEM=; h=In-Reply-To:References:To:From:Subject:Cc:Date:List-ID:From; b=KJZ0K+lTnbKGq8gs/k6oCBIEd95mpLzzRefk2vobO481dvWv0hCIPbpkB+/GremRo QarCCTcFyCP7EbkCZDss5lBxQQaFjF/K7UOsajVP0z/sQdJoj1cuyUe2LA0iflDHqy WuHwSJ7SymFthXNvGHAz+83WfabTPG+nUb6zRp54= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729602AbfFYArn (ORCPT ); Mon, 24 Jun 2019 20:47:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:56260 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727648AbfFYArn (ORCPT ); Mon, 24 Jun 2019 20:47:43 -0400 Received: from kernel.org (unknown [104.132.0.74]) (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 74CB9205F4; Tue, 25 Jun 2019 00:47:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561423662; bh=nXbVttwPSdyo0MJiTGhWsGVRpNRpHSHCugsaouhmoEM=; h=In-Reply-To:References:To:From:Subject:Cc:Date:From; b=HHuqYrFYafJN4/0eKxhqNsbydN9YFFwbIVbSf3w/tayv1bG5juuB0nykTCkOnEoP0 Cimxk28rvHw5hOGAXPmVz24LGt20avX//WZYjefzCL6DP2pSi2oOGQwHH9S9v3xOox nc4bHnJ4vuHpyPmYN0UeNW/by+0Ry0hxSdZqqzwE= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <39ccc93ddd8bc64af85541086190e563fa13f038.camel@baylibre.com> References: <39ccc93ddd8bc64af85541086190e563fa13f038.camel@baylibre.com> To: Jerome Brunet , Michael Turquette From: Stephen Boyd Subject: Re: [GIT PULL] clk: meson: update for v5.3 Cc: Kevin Hilman , Neil Armstrong , "open list:ARM/Amlogic Meson..." , linux-clk User-Agent: alot/0.8.1 Date: Mon, 24 Jun 2019 17:47:41 -0700 Message-Id: <20190625004742.74CB9205F4@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Jerome Brunet (2019-06-11 05:38:17) > Dear clock maintainers, >=20 > Below is a request to pull Amlogic clock update for v5.3 based on the fix= es > we just send. This update add the init() callback to the mpll clock driver > as discussed in the previous cycle. As promised, the rework to register/d= eregister > will follow. >=20 > Apart from this, we've got a fairly regular update, adding a bunch of new > clocks to several SoC families. It also adds support for g12b derived fro= m the > g12a, which explains the significant line count in the g12a file. >=20 > The following changes since commit 3ff46efbcd90d3d469de8eddaf03d12293aaa5= 0c: >=20 > clk: meson: meson8b: fix a typo in the VPU parent names array variable = (2019-05-20 12:11:08 +0200) >=20 > are available in the Git repository at: >=20 > git://github.com/BayLibre/clk-meson.git tags/clk-meson-5.3-1 >=20 > for you to fetch changes up to eda91833f099277998814105c77b5b12cbfab6db: >=20 > clk: meson: g12a: mark fclk_div3 as critical (2019-06-11 11:28:44 +0200) >=20 > ---------------------------------------------------------------- Thanks. Pulled into clk-next From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68F7DC4646B for ; Tue, 25 Jun 2019 00:47:52 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 3E60E205F4 for ; Tue, 25 Jun 2019 00:47:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="clVjOrdC"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="HHuqYrFY" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3E60E205F4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:From:To: References:In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OZaFLXXvQaXS8r75edZfr1yDjZFjkVsmak+vCXM9T/A=; b=clVjOrdC6Do6it vTQpp9sURx4xRfEJvtV4MLUz6/cXeSxUZGQc8jnJ+pWy5hNNzvBWkaOsLytWQKSA1pT8UqVoOkV1I daSMmQY09mtQlE56HaHXz5mFOe1+jPvaJahH8Y1LPfXgDgSsE6pUBF/VOwTr3nDZKO9PkG+wWxRCT UaZ2ikg63RlrZq/RdoIlcb/Ec+8BvzTtQQpYgnEHD5r2G3JKAemZeNJX631rMNTuU0/5pIKBkhW6z O9VuyvY9AC2s/KhMBwWuB9ilKn2B2MI2220RH0DSVIAoa2A2b8M9dmeWuc2J2/haZIqHle4FXLZ5H UE2cBX8LmPAxgLzFKlJg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hfZcg-0002Pw-SK; Tue, 25 Jun 2019 00:47:46 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hfZce-0002PT-Vd for linux-amlogic@lists.infradead.org; Tue, 25 Jun 2019 00:47:46 +0000 Received: from kernel.org (unknown [104.132.0.74]) (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 74CB9205F4; Tue, 25 Jun 2019 00:47:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561423662; bh=nXbVttwPSdyo0MJiTGhWsGVRpNRpHSHCugsaouhmoEM=; h=In-Reply-To:References:To:From:Subject:Cc:Date:From; b=HHuqYrFYafJN4/0eKxhqNsbydN9YFFwbIVbSf3w/tayv1bG5juuB0nykTCkOnEoP0 Cimxk28rvHw5hOGAXPmVz24LGt20avX//WZYjefzCL6DP2pSi2oOGQwHH9S9v3xOox nc4bHnJ4vuHpyPmYN0UeNW/by+0Ry0hxSdZqqzwE= MIME-Version: 1.0 In-Reply-To: <39ccc93ddd8bc64af85541086190e563fa13f038.camel@baylibre.com> References: <39ccc93ddd8bc64af85541086190e563fa13f038.camel@baylibre.com> To: Jerome Brunet , Michael Turquette From: Stephen Boyd Subject: Re: [GIT PULL] clk: meson: update for v5.3 User-Agent: alot/0.8.1 Date: Mon, 24 Jun 2019 17:47:41 -0700 Message-Id: <20190625004742.74CB9205F4@mail.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190624_174745_039927_5F1B176A X-CRM114-Status: UNSURE ( 8.95 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "open list:ARM/Amlogic Meson..." , Kevin Hilman , linux-clk , Neil Armstrong Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org Quoting Jerome Brunet (2019-06-11 05:38:17) > Dear clock maintainers, > > Below is a request to pull Amlogic clock update for v5.3 based on the fixes > we just send. This update add the init() callback to the mpll clock driver > as discussed in the previous cycle. As promised, the rework to register/deregister > will follow. > > Apart from this, we've got a fairly regular update, adding a bunch of new > clocks to several SoC families. It also adds support for g12b derived from the > g12a, which explains the significant line count in the g12a file. > > The following changes since commit 3ff46efbcd90d3d469de8eddaf03d12293aaa50c: > > clk: meson: meson8b: fix a typo in the VPU parent names array variable (2019-05-20 12:11:08 +0200) > > are available in the Git repository at: > > git://github.com/BayLibre/clk-meson.git tags/clk-meson-5.3-1 > > for you to fetch changes up to eda91833f099277998814105c77b5b12cbfab6db: > > clk: meson: g12a: mark fclk_div3 as critical (2019-06-11 11:28:44 +0200) > > ---------------------------------------------------------------- Thanks. Pulled into clk-next _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic