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 32A54C433F5 for ; Thu, 17 Feb 2022 20:22:13 +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=YXKH+NAG5ueLh27BNKVCOJnw4ix3iaeNbs2bE2I2AaA=; b=0wdmqz3apaA00s zf2b9Wl1a+E76DB7kCTSfoJ/TWUYiNnDBhpTtBgXE2/uCsN3XRJK3QzpLpZlwFtIdQpPx7qzosbTa /t1nsG9+/zTms+bT7pr/0oTF1Uv/npfSfqDFQlnql64IHLc1LrPqgNvDLVqbGC5bJGfzxB3c+vjxs vTpP7FparfO/ltZy/85jE8h8z51zNLFa9G4uiRjpFF3Pxdb5x8OLZJJ7hXIVYCXBLwu3iGCP5RFcg YS2qoTcXuqEQUPZeGw9utebG8Jlonic4MGZeSD3LqRS/UL9J6ll+fUyV+xiZ383DsLJwWwxr58ts6 fuo8B06Cnbyq1PuVW5YQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nKnGv-00C1ej-CK; Thu, 17 Feb 2022 20:21: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 1nKnGo-00C1dH-UX; Thu, 17 Feb 2022 20:20:56 +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 114CE61DAD; Thu, 17 Feb 2022 20:20:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 61B4BC340E8; Thu, 17 Feb 2022 20:20:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1645129253; bh=HrP+7GNrdhbAXiZ8Uit4X+HY/MnbUJRngC8GMYY9pyE=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=Bo5FcVVvDIJNq4n943F2NoBLSM4Bzx+1wg1iuo6jCDd45BFqKHRSrfVAycJsZO2fQ uyV+KbTgd3JcMG7qnJgN6VKt64j6w5NghcWuiOpnhQlb0AMFuvTOtVOQz+PEuRvsDS 73gGbaum2z822iJjEVXY7HBF0XqO969HKBKbupSbffj3TDUaMNSxyUU/BLPlir7Ud/ TBgx3d53MBDJZWyX7eBrgRDRG3J1Smwp9QyMXZOmQgnMHF3yAcqiUxDOzw5aQkM11b k/2qSPoq7tYCGFBkVrCCdSYOhrTmekw1qZC5R6VlWt3ajMKWamryRBo038vX7SE+E7 WuCpTMk12I0yA== MIME-Version: 1.0 In-Reply-To: <20220208124034.414635-4-wenst@chromium.org> References: <20220208124034.414635-1-wenst@chromium.org> <20220208124034.414635-4-wenst@chromium.org> Subject: Re: [PATCH v3 03/31] clk: mediatek: gate: Internalize clk implementation From: Stephen Boyd Cc: Chen-Yu Tsai , Chun-Jie Chen , AngeloGioacchino Del Regno , Miles Chen , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org To: Chen-Yu Tsai , Matthias Brugger , Michael Turquette Date: Thu, 17 Feb 2022 12:20:51 -0800 User-Agent: alot/0.10 Message-Id: <20220217202053.61B4BC340E8@smtp.kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220217_122055_046070_C4C14C90 X-CRM114-Status: GOOD ( 10.18 ) 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-02-08 04:40:06) > struct mtk_clk_gate and mtk_clk_register_gate() are not used outside of > the gate clk library. Only the API that handles a list of clks is used > by the individual platform clk drivers. > > Internalize the parts that aren't used outside of the implementation. > > Signed-off-by: Chen-Yu Tsai > Reviewed-by: Miles Chen > Reviewed-by: AngeloGioacchino Del Regno > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel