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 D731EC433EF for ; Mon, 24 Jan 2022 16:11:45 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:CC:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=R/DSZNvy3wFLOaiM53flqQ1+MOKovlVmwRbve5nZOSs=; b=zmp7JXpBc9XKAm 5ARZbFN3WHw3Vg3vNU61HUWWE/dYURgSNkOBeD6S4Gb9NeJEBO7H1VlX8/2xI4v8VMqTNl7RZ4MEG lnJoEivGEYA85cvNMQUxHK4ivUshW/L2vmNCx546NkgYzI1G/SeV0gUodFmAcdVWXB+bUb2uqNJGC j9dGlcWEiXTLNFQzJncThVFQdvM27AsTtErn9BLJSgyGhmBIB7ItZ18cq0YsQqqXHAWTZRVtsD2y3 HKJkThc283lXO8peu7HJcbHfVAJWhB1xXnxlLUMsBHFs/lqTLFkgA7dVm+B3e2mQFYV+036zn0UfY prN7kW0exbovIegx1k8w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nC1uu-003wEq-Mt; Mon, 24 Jan 2022 16:10:04 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nC1uU-003w7J-Q5; Mon, 24 Jan 2022 16:09:40 +0000 X-UUID: e0e23042606b46af86f9c8c8d2925e24-20220124 X-UUID: e0e23042606b46af86f9c8c8d2925e24-20220124 Received: from mtkcas68.mediatek.inc [(172.29.94.19)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1881544678; Mon, 24 Jan 2022 09:09:36 -0700 Received: from mtkmbs07n1.mediatek.inc (172.21.101.16) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 24 Jan 2022 08:09:35 -0800 Received: from mtkcas11.mediatek.inc (172.21.101.40) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 25 Jan 2022 00:09:33 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas11.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Tue, 25 Jan 2022 00:09:33 +0800 From: Miles Chen To: CC: , , , , , , , Subject: Re: [PATCH 03/31] clk: mediatek: gate: Internalize clk implementation Date: Tue, 25 Jan 2022 00:09:33 +0800 Message-ID: <20220124160933.17955-1-miles.chen@mediatek.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20220122091731.283592-4-wenst@chromium.org> References: <20220122091731.283592-4-wenst@chromium.org> MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220124_080938_895387_94981535 X-CRM114-Status: UNSURE ( 9.55 ) 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 > 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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel