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 CABADEE49A5 for ; Tue, 22 Aug 2023 21:54:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231489AbjHVVyb (ORCPT ); Tue, 22 Aug 2023 17:54:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36310 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230141AbjHVVya (ORCPT ); Tue, 22 Aug 2023 17:54:30 -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 23857CE9; Tue, 22 Aug 2023 14:54:29 -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 A642764E5B; Tue, 22 Aug 2023 21:54:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0824FC433C7; Tue, 22 Aug 2023 21:54:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692741268; bh=sJqXutSgC//zgI4hXJUwnEiJlh+8W37ld4qLii5cSMw=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=WIliOhbh2h+fhqxrqwnzJAmi0QRqcjRfNNT9Znaq5NvpGRkV8Wdroiy3igeXLMMHi utWmFqIQXAzJv0c9fWrjLE+CoRo324brge7vxTWS0K76hpLewSS8Izn3sBwPj4TQyb ktpYVjffeoM4hyJ1Fz9sXREVH+94vtyKyg69bbFQXoJAP4LO0/urGpM58Kgn5whANk dQzpY9avwZHbLhIyRCp46kRnMvmE3wKZaPnPJvcuzFLRZJjlLf3qlJ5YvVb8Z6S7c2 bPTFqCcwrppI9wiLJdShE4c602INopJqqaD84FMbWnBiPvtpnAGzOnxyig7dB3yZEs yVHpxEqQpcZxQ== Message-ID: <97907bf752178a29995ea608846f7b2b.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230705065313.67043-3-frank.li@vivo.com> References: <20230705065313.67043-1-frank.li@vivo.com> <20230705065313.67043-3-frank.li@vivo.com> Subject: Re: [PATCH 03/13] clk: axm5516: Convert to devm_platform_ioremap_resource() From: Stephen Boyd Cc: Yangtao Li , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Michael Turquette , Yangtao Li Date: Tue, 22 Aug 2023 14:54:25 -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:03) > Use devm_platform_ioremap_resource() to simplify code. >=20 > Signed-off-by: Yangtao Li > --- Applied to clk-next