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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 85C10C2B9F4 for ; Thu, 17 Jun 2021 20:30:21 +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 40569610CA for ; Thu, 17 Jun 2021 20:30:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 40569610CA Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=me.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=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.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lo8OmKLtzwDlEzk/9bIUBPHj3PsJrqIh47vbSKx5ZiA=; b=Za1wnBdpOYDsS7 LJueOBK+EOGsoHX5sfiLsZ7hMG/RHTh4GlAlL+1aH1B243KBJvJHDuAAuGo44zRsnVM49iySkryqv /I47U9NWC61ojYN5W5wDJJkkdXofLHLyXTVIInddZzAc75c9axXE4iM9047WdKKQdZR17AwuLIMm7 MLWGLVt7w/3JGyq9ecHAp0XQx6/EHR5yR4wATkFtJX6UWqt2ZhFhuTCkoc80iV4H4ITZOBpw9HNYx oK+8nMo1ssIao1f8E5RuAAvtVOYV7Hhy207+6idPPCbLJD5Avj2P9GkTkYzhUGmQ2ZENPxO8T/myF ZA4KbR0c8OajMVFuzk4w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltycz-00Bgcg-Ii; Thu, 17 Jun 2021 20:28:41 +0000 Received: from st43p00im-ztdg10073201.me.com ([17.58.63.177]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltycw-00Bgc8-8b for linux-arm-kernel@lists.infradead.org; Thu, 17 Jun 2021 20:28:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=me.com; s=1a1hai; t=1623961714; bh=WzHqbhruriJHXJn315Aj0/FTYYvgpr9/wzdxCiEiD4o=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=hiV/hzP2DQnxBM14AyeLP+pryXAkpeaYZdkwJlVsxqDtnIe3CEMCOZWf0uRMJAg46 Twy8IWpEGwWns1Urthp+NAmjqwovDJueVrQI2i+LcXcMOgKCOexhLRjJr1MrsZPncs a8lCIEpiC+pcNh5geGGlIhdTYkrWKxMrmFETaePh1CBFTKSCNzaR1TC2qVU4CyMV+9 U0hWcrUk6ljgY9aHBLaMiz55I97nACW5sYXBJRDChEx8iejKJuwDlP2RINbR78ZAkB fH0SB1bmHsVf3lI1R7DCj1bvNC1nxQj6HKml/ceuQL0Sc6A6geWsGLVYh7Wif7ZYZz ifUa8WmIMOugw== Received: from gnbcxl0029.gnb.st.com (101.220.150.77.rev.sfr.net [77.150.220.101]) by st43p00im-ztdg10073201.me.com (Postfix) with ESMTPSA id 647AC22185D; Thu, 17 Jun 2021 20:28:32 +0000 (UTC) Date: Thu, 17 Jun 2021 22:28:28 +0200 From: Alain Volmat To: Michael Turquette , Stephen Boyd , Rob Herring , Patrice Chotard , Lee Jones , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v4 0/7] clk: st: embed clock outputs within drivers Message-ID: <20210617202827.GA3089@gnbcxl0029.gnb.st.com> Mail-Followup-To: Michael Turquette , Stephen Boyd , Rob Herring , Patrice Chotard , Lee Jones , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20210331201632.24530-1-avolmat@me.com> <20210430164830.GA6248@gnbcxl0029.gnb.st.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210430164830.GA6248@gnbcxl0029.gnb.st.com> X-Proofpoint-Virus-Version: =?UTF-8?Q?vendor=3Dfsecure_engine=3D1.1.170-22c6f66c430a71ce266a39bfe25bc?= =?UTF-8?Q?2903e8d5c8f:6.0.391,18.0.790,17.0.607.475.0000000_definitions?= =?UTF-8?Q?=3D2021-06-17=5F15:2021-06-15=5F02,2021-06-17=5F15,2020-04-07?= =?UTF-8?Q?=5F01_signatures=3D0?= X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 bulkscore=0 spamscore=0 mlxlogscore=999 clxscore=1015 adultscore=0 malwarescore=0 mlxscore=0 suspectscore=0 phishscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2106170123 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210617_132838_476692_8CC50152 X-CRM114-Status: GOOD ( 24.64 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Stephen, gentle reminder about this serie. Patrick and Rob have given their Reviewed-by already. Could you have a look at it ? Thanks. Alain On Fri, Apr 30, 2021 at 06:48:30PM +0200, Alain Volmat wrote: > Hi, > > Gentle reminder about this serie concerning STi platform clock drivers. > Could you have a look at them ? > > Thanks. > Alain > > On Wed, Mar 31, 2021 at 10:16:25PM +0200, Alain Volmat wrote: > > Most of ST clock drivers used by STi platform are updated in > > order to introduce clock outputs informations within each drivers > > and thus allow to avoid having to rely on clock-output-names properties > > within DT clock nodes. > > For that purpose, drivers are updated to allow handling both modes > > (with or without clock-output-names). > > Once all DT will have been updated, the legacy mode could be removed > > from the drivers. > > This will also allow, once all STi DT will be corrected, to remove the > > of_clk_detect_critical API from clk core code since STi clock drivers > > are the only drivers using this API. > > > > Alain Volmat (7): > > clk: st: clkgen-pll: remove unused variable of struct clkgen_pll > > clk: st: flexgen: embed soc clock outputs within compatible data > > dt-bindings: clock: st: flexgen: add new introduced compatible > > clk: st: clkgen-pll: embed soc clock outputs within compatible data > > dt-bindings: clock: st: clkgen-pll: add new introduced compatible > > clk: st: clkgen-fsyn: embed soc clock outputs within compatible data > > dt-bindings: clock: st: clkgen-fsyn: add new introduced compatible > > > > .../bindings/clock/st/st,clkgen-pll.txt | 3 + > > .../bindings/clock/st/st,flexgen.txt | 10 + > > .../bindings/clock/st/st,quadfs.txt | 3 + > > drivers/clk/st/clk-flexgen.c | 367 +++++++++++++++++- > > drivers/clk/st/clkgen-fsyn.c | 113 +++++- > > drivers/clk/st/clkgen-pll.c | 121 +++++- > > 6 files changed, 576 insertions(+), 41 deletions(-) > > > > --- > > v4: - add an additional CLK_IS_CRITICAL within flexgen driver > > v3: - removal some useless CLK_IS_CRITICAL and add some comments > > - only keep clk drivers/binding patches within the serie > > > > -- > > 2.17.1 > > > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel