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 54CD9C433EF for ; Mon, 13 Dec 2021 05:39:06 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=vdewLYB5SC76HSX2z/kmg5grw0jzw/t5WA3fgnixLwg=; b=XOhzBYdEGm6sXN UbUZod4OuIDML72MXGclSNIRcPQ90jzZ5xT7TGkSllEeKXymrRPjas6cqxf55rZR7Xwbpec0400dK xS9coKDUGVxEEH3i3GeGdxkOHsXJCc0dbC6gx/QEwjqFK700oZywY2ddxjL0ISXjtH6O11k/4yCvR 2TVsI25EPuV1kTpeepfbchtVq9Bik65IXyJznJMCR1mC03LTVzUy6xRkW+bGEbVHa9RyddW5QHcYj KrdeR0XXTrao7BSYPgYi/DEV3A9PJPHF7XKtsh5G8qUjiEr6tzAfQrOn/T5vr9QJczSxdAa07IXEq LdJk/T+iWhPsKywWOtdA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwe27-007qga-KQ; Mon, 13 Dec 2021 05:37:55 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mwe23-007qfi-M6 for linux-arm-kernel@lists.infradead.org; Mon, 13 Dec 2021 05:37:53 +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 ams.source.kernel.org (Postfix) with ESMTPS id 08F4CB8076B; Mon, 13 Dec 2021 05:37:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 01910C00446; Mon, 13 Dec 2021 05:37:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1639373868; bh=2QC3Kl/2MMKihnjaBJT0x2ghCpA67B2jmis0nr50n+w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EzFmotQoKgkzgXWtSPGLEHVSEFWeAkJl6DJq4KMskOP6T2IjL+3K7ZzgutowB+vVA Yzu9cPpdB8sDefllTcSutV3wjJNU8zCSJqEQ5iHre389wtvzucMg/hylTxrIKA2fWC h6T5E1JjkReo4AdXYOB4VD2Z5O80TFSWKwa87TgMuc6HD5vpiwjec/DE/bKI4zMM4b gpnLU5X5/bGxVA9X+ODhYuGkmwl5XB6DcptsyrfDGq8QVCvbUDBkMv9CYkFka8b6aQ Xa9p8i8eF2rQrSDPoeAVPddDzjc1QbqKVJmb0GC8/p8V8cOsdpbmYdOjUwgOGyYFRZ 0ip/JKNKluvKg== Date: Mon, 13 Dec 2021 11:07:45 +0530 From: Vinod Koul To: Kefeng Wang Cc: Russell King , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Rob Herring Subject: Re: [PATCH 1/3] amba: Cleanup amba pclk operation Message-ID: References: <20211210083130.141784-1-wangkefeng.wang@huawei.com> <20211210083130.141784-2-wangkefeng.wang@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20211210083130.141784-2-wangkefeng.wang@huawei.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211212_213751_884148_2DE11B8D X-CRM114-Status: UNSURE ( 8.72 ) 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 On 10-12-21, 16:31, Kefeng Wang wrote: > There is no user about amba_pclk_[un]prepare() besides pl330.c, > directly use clk_[un]prepare(). After this, all the function about > amba pclk operation, enable, disable, [un]prepare could be killed. Acked-By: Vinod Koul -- ~Vinod _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel