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 1C380EE49A5 for ; Tue, 22 Aug 2023 21:53:41 +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:Date:To:Cc:From:Subject:References: In-Reply-To:MIME-Version:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=toXcv7MqTetxKr2Qh6fO3bBJXvtW9KFyHOlsEubUco4=; b=MyrbwDWO+942bs M0EpIT46GKOVXe1MyBKi5vwg1MjXJCthNGwtenGntwtIlsgRjE/yl9iYF32e8kk6dwonOeMDGhtNy CG4zQe04NqGmCxj6K8yY9LE9DDJf6lZvFFTlNKHD0uywSo25NrmKXJmGTqUmhQmKcgkLGwt7HBy+l gmhRH4ZowGjupnik7pcjakbOZNylQulMgs6nYgUlAiMgSuWIxI+rSVulYNxMazvdpJaE/la3xT62P XacyhrUmpvI8t9MeFPh4ICRbdKnzpKMB1UD4SB/to8ufTe0ifTK6yAodC/OC0RtwzR7VB6aBR9ehx kqjkzXgNjbVBQ84jlerA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qYZJO-00GqLo-0l; Tue, 22 Aug 2023 21:53:18 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qYZJL-00GqLR-20; Tue, 22 Aug 2023 21:53:16 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 248446445C; Tue, 22 Aug 2023 21:53:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 77813C433C8; Tue, 22 Aug 2023 21:53:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692741194; bh=Sb+8B0MLmf4tgQ3FPv56qNbDe94/XdjmPCnIDt42lFc=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=fBFauLga5KWguRoR+euA048qYtqGnmn2KT5j86hXcgxbovpviuAyQNxoLNq1yXbZs ujXb7N5FuGe+Ml7X9JR+/pFdNsSpxNcNQA2lZ5qQjwxz2KxIYthm17ZeQSjwJ7zDXi jB2sjSjRmU4det4schIUwTqYmfBrF7GncMOHhdqHmubtuxeOIoyIQ4eni4Da42dRU+ pxTRyeoiFJI1emNa6FUruG+QHTNE04/3YtwNVwnbPxwhwcU5bQrI7SfRgb97qEdLvK jAtLP/Rg8s1MfmKl+U/iQGp0IeKrrJ8z/joS5dYHFP3cECQz7pG2GwuHBAveU58AOm utj0xJqYOkT2w== Message-ID: MIME-Version: 1.0 In-Reply-To: <20230705065313.67043-9-frank.li@vivo.com> References: <20230705065313.67043-1-frank.li@vivo.com> <20230705065313.67043-9-frank.li@vivo.com> Subject: Re: [PATCH 09/13] clk: mediatek: Convert to devm_platform_ioremap_resource() From: Stephen Boyd Cc: Yangtao Li , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org To: AngeloGioacchino Del Regno , Matthias Brugger , Michael Turquette , Yangtao Li Date: Tue, 22 Aug 2023 14:53:12 -0700 User-Agent: alot/0.10 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230822_145315_701073_032647E1 X-CRM114-Status: UNSURE ( 6.86 ) 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 Yangtao Li (2023-07-04 23:53:09) > Use devm_platform_ioremap_resource() to simplify code. > > Signed-off-by: Yangtao Li > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel