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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B7FFCC433F5 for ; Fri, 20 May 2022 00:39:18 +0000 (UTC) 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=/V4twTN1VMX6NF3hHuORNCX/b3oBIOyhYpuWJHzmY90=; b=uWNhB0ldCajLCU FZ4IwOEGH/W7exW/b+OZ4HkpGKyMC1SOPrZe93PikZ4V9O4Fj0JlD0JOoa6C5wXdHQxJSslhVP60W x8ych9cf7IX0B06GbOADDsyJBRsBsNWBN/XpokI5gOoA3F8l/4mq1tV5I38fVu4/T59JIRNWHz5c4 6zx+MpseZf6bKg3K2Srw1Aw6JekYO/2QAPQprUmaxQPU7n2cOmAaf0B73QGFdJ6+tiJZxAxH2Ek9K gYARirlcUvFec/flBlo2xQVcfHJqy+8x4Cy0uR94eb2v5yQRsRbJtqkRrTGAlqm99HQ8ahR5mxUYE DOXX4BxYXvhV/3nRIM+Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrqeX-009pQP-Fn; Fri, 20 May 2022 00:38:01 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrqeL-009pLH-By; Fri, 20 May 2022 00:37:50 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E26D761AB2; Fri, 20 May 2022 00:37:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 42193C385B8; Fri, 20 May 2022 00:37:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653007068; bh=A1S6mg9OBT6AKltZiiqdbCazkwAG61jCviwhpWl8/IQ=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=ueLxfJiMsabO3DZ1zq2+xp/0ZP75rmH59UF+XVeRNfAYoWFaiIXmfLLsGlSX16SA7 g+mK75hgrGJOty7Y4t9FmGx+zjcCZ8fQCo+y3wxiMW/nNfi/Yxdyfb7l6evmz54FML ZaUcJtpHEH1kYlGRBQ/LKOcWV1I+c3fc94QV2LnA34TZiOLtVimDcgO7VYx7k0l5VC BV2Zat1lkm+I+bvjo6pwRbUcBZoqm04Mjm10NQ4puIcyrZ2MMfNFl4hZP3+A7CBqs6 PlcsyeM3GRpoXZLCIqFmxpIZmbxTler+cGGZsTIs2EDgRL2fJvNwT5yjDa7T3JDxwV HuSM8FsjT7V1A== MIME-Version: 1.0 In-Reply-To: <20220519071610.423372-6-wenst@chromium.org> References: <20220519071610.423372-1-wenst@chromium.org> <20220519071610.423372-6-wenst@chromium.org> Subject: Re: [PATCH v3 5/5] clk: mediatek: mt8173: Switch to clk_hw provider APIs From: Stephen Boyd Cc: Chen-Yu Tsai , Chun-Jie Chen , Miles Chen , Rex-BC Chen , Matthias Brugger , AngeloGioacchino Del Regno , linux-clk@vger.kernel.org, linux-mediatek@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org To: Chen-Yu Tsai , Michael Turquette Date: Thu, 19 May 2022 17:37:46 -0700 User-Agent: alot/0.10 Message-Id: <20220520003748.42193C385B8@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220519_173749_486668_6C3289CA X-CRM114-Status: GOOD ( 11.23 ) 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 Chen-Yu Tsai (2022-05-19 00:16:10) > As part of the effort to improve the MediaTek clk drivers, the next step > is to switch from the old 'struct clk' clk prodivder APIs to the new > 'struct clk_hw' ones. > > The MT8173 clk driver has one clk that is registered directly with the > clk provider APIs, instead of going through the MediaTek clk library. > > Switch this instance to use the clk_hw provider API. > > Signed-off-by: Chen-Yu Tsai > Reviewed-by: Miles Chen > Reviewed-by: AngeloGioacchino Del Regno > Tested-by: AngeloGioacchino Del Regno > Tested-by: Miles Chen > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel