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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2E02EE49AE for ; Tue, 22 Aug 2023 21:52:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231432AbjHVVwg (ORCPT ); Tue, 22 Aug 2023 17:52:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43322 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231445AbjHVVwg (ORCPT ); Tue, 22 Aug 2023 17:52:36 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E0365CE; Tue, 22 Aug 2023 14:52:34 -0700 (PDT) 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 783D86387F; Tue, 22 Aug 2023 21:52:34 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D27CBC433C7; Tue, 22 Aug 2023 21:52:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692741153; bh=ic+DamMPx+g7vMiX+D3avlGdsv0Mk/FVcDsZjosNUmI=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=LRqo6NM4WO4NDIKNviRmbdygO47qofghEEURXEWzW56WQR9HcQ+B3RGsQvzywkTeC LwWckJY/OdOHwGjoCeqpgPyQUeADWsQlrVrHEfQ8dUukOSErzHbZDcFYfJeWdO0zsr bNoWH32CSsrCpcmEf/NKa1GCFsLPnYJAFFFxxWTx7xMGv2/1IK43EnMRdUNVQqp9ve rj5xtdkVoIuydRhiXi4ADIcYLPvYKPn6aQPkyioK6O+MxpefaXcoJZ10iq5SVfCe2N dpVumlzrkcbNJOXOLbDmBl/rVIJjvIeiwvXOGiXFCEMwr4gg7pmjNJAZ8tsBj3L/aE hjKfE4aItAIwQ== Message-ID: <04e9e7204970a75d43ddecf4cb3462e6.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230705065313.67043-11-frank.li@vivo.com> References: <20230705065313.67043-1-frank.li@vivo.com> <20230705065313.67043-11-frank.li@vivo.com> Subject: Re: [PATCH 11/13] clk: socfpga: agilex: Convert to devm_platform_ioremap_resource() From: Stephen Boyd Cc: Yangtao Li , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Dinh Nguyen , Michael Turquette , Yangtao Li Date: Tue, 22 Aug 2023 14:52:31 -0700 User-Agent: alot/0.10 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Yangtao Li (2023-07-04 23:53:11) > Use devm_platform_ioremap_resource() to simplify code. >=20 > Signed-off-by: Yangtao Li > --- Applied to clk-next