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.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 29397C433FE for ; Wed, 15 Sep 2021 01:02:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0EA556115B for ; Wed, 15 Sep 2021 01:02:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232871AbhIOBDg (ORCPT ); Tue, 14 Sep 2021 21:03:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:46618 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231365AbhIOBDe (ORCPT ); Tue, 14 Sep 2021 21:03:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9CBB061184; Wed, 15 Sep 2021 01:02:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631667736; bh=qUdgKvTWbVpkmH7Y0GzCX1Y0jQ1VDOBmef86FNV1N2o=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=nAdMww3vBmo/kFHW8ej3GJsgjd8IADmwPdnoK6UEv+SnaF9xMae+Veki2mv+bm36g 93UHaJD5IXfqc5jBZAJ4aqJjZ8GEY6YE2r6OKBBdWx3cSo7GaX4TM/6GwyxOc+m8UA JcMEmje2ODdsZoViz8jeSTbUN7PV3+fjQMDYoZ0xL2RcnnsGtiqNnKk2EhjBJsBoEN x+5khB0zLtNjADaoa0Ies+DE32teUDGLhEuT4GhqO8LdzBVth8wW92Y1MxiAyTKPmd gcPOpkRSKoClCacLYaMyLLjDNc9YDjB+yD6/L6Uol4es245IBzzPGPcxSQwcOmxbeD QqmAWo/aXMI0A== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1631521490-17171-3-git-send-email-abel.vesa@nxp.com> References: <1631521490-17171-1-git-send-email-abel.vesa@nxp.com> <1631521490-17171-3-git-send-email-abel.vesa@nxp.com> Subject: Re: [PATCH 2/8] clk: imx: Make mux/mux2 clk based helpers use clk_hw based ones From: Stephen Boyd Cc: NXP Linux Team , linux-clk@vger.kernel.org, Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, Abel Vesa To: Abel Vesa Date: Tue, 14 Sep 2021 18:02:15 -0700 Message-ID: <163166773554.763609.2397985335163872840@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Abel Vesa (2021-09-13 01:24:44) > Implement the clk based helpers as macros rather than as inline > functions. Once all the provider drivers have switch to clk_hw, > all the clk based macros will go away. >=20 > Signed-off-by: Abel Vesa > --- Reviewed-by: Stephen Boyd 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=-9.4 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,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 A2E45C433F5 for ; Wed, 15 Sep 2021 01:04:54 +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 66D5661130 for ; Wed, 15 Sep 2021 01:04:54 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 66D5661130 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=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:Message-ID:Date:To:Cc:From:Subject: 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=0gzcw/u8c5woOIxtUelh9JPE5aASb3RuKOKsAAptkmg=; b=Ifksn9dwpaAzpl EkQLc1cOW93gv/0abZp6D8MZ9q67hUc80M1dO+PcOl5eKZuwfjoB5A6gPaNQIc0582YAAqEs+MCb5 AS6hs+s1HPY8SSPxCg8bsRYImFCqmBTCbQlUtr8py2cYS4gwU0IBQiyoYyw6vzkXnJxFPsSWvlHqQ k7e97UbgtwfN/sGpQjUzhvDAkOFX8hmEscJ7ylxLpyGsIcf4kr6z+Im9/63j6KDyT1dXELmWjIi04 LPYqBlpSixgRftYZnaLefJB0S9KzGtadu/QTxdb1UdYqEA80Y3P1nrEII5Z/26AY+lZUSsRXB9xY1 DqUDs98fBySLjrnRuvVw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQJJd-007j4G-Uc; Wed, 15 Sep 2021 01:02:22 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mQJJZ-007j3m-1A for linux-arm-kernel@lists.infradead.org; Wed, 15 Sep 2021 01:02:18 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9CBB061184; Wed, 15 Sep 2021 01:02:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1631667736; bh=qUdgKvTWbVpkmH7Y0GzCX1Y0jQ1VDOBmef86FNV1N2o=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=nAdMww3vBmo/kFHW8ej3GJsgjd8IADmwPdnoK6UEv+SnaF9xMae+Veki2mv+bm36g 93UHaJD5IXfqc5jBZAJ4aqJjZ8GEY6YE2r6OKBBdWx3cSo7GaX4TM/6GwyxOc+m8UA JcMEmje2ODdsZoViz8jeSTbUN7PV3+fjQMDYoZ0xL2RcnnsGtiqNnKk2EhjBJsBoEN x+5khB0zLtNjADaoa0Ies+DE32teUDGLhEuT4GhqO8LdzBVth8wW92Y1MxiAyTKPmd gcPOpkRSKoClCacLYaMyLLjDNc9YDjB+yD6/L6Uol4es245IBzzPGPcxSQwcOmxbeD QqmAWo/aXMI0A== MIME-Version: 1.0 In-Reply-To: <1631521490-17171-3-git-send-email-abel.vesa@nxp.com> References: <1631521490-17171-1-git-send-email-abel.vesa@nxp.com> <1631521490-17171-3-git-send-email-abel.vesa@nxp.com> Subject: Re: [PATCH 2/8] clk: imx: Make mux/mux2 clk based helpers use clk_hw based ones From: Stephen Boyd Cc: NXP Linux Team , linux-clk@vger.kernel.org, Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, Abel Vesa To: Abel Vesa Date: Tue, 14 Sep 2021 18:02:15 -0700 Message-ID: <163166773554.763609.2397985335163872840@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210914_180217_132066_19C063F7 X-CRM114-Status: UNSURE ( 6.35 ) X-CRM114-Notice: Please train this message. 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 Quoting Abel Vesa (2021-09-13 01:24:44) > Implement the clk based helpers as macros rather than as inline > functions. Once all the provider drivers have switch to clk_hw, > all the clk based macros will go away. > > Signed-off-by: Abel Vesa > --- Reviewed-by: Stephen Boyd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel