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 59DECEE49A5 for ; Tue, 22 Aug 2023 21:54:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230380AbjHVVyT (ORCPT ); Tue, 22 Aug 2023 17:54:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33458 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231474AbjHVVyT (ORCPT ); Tue, 22 Aug 2023 17:54:19 -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 33B01E45; Tue, 22 Aug 2023 14:54:14 -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 BDD7364597; Tue, 22 Aug 2023 21:54:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20B0FC433C8; Tue, 22 Aug 2023 21:54:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692741253; bh=Sr982m0BwMXiOIL1/muQ+GsuQmATJHz2sa4eTfPXaFY=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=igUP6W0FlpotNSmUjCB5urSYheVA/ddPGdsVSlQwx7XJRqaukuYkzDGhHWCbnkkwJ vhsV3Dp08erF0eIz9wtC6N0t3/X4JsW4nyIF+zlkCXOABOg5Oj+9pXlkUAgBJRJSP5 v3vCNQ0mbs1mKhHDsP2TeG3XTP/7dsiYnS7/IV1kSp1jaDrqlvN+Ub5b2uEqSIcvLl HjEnIXP3arQKcnxOVFjA2UDGJVhK1SOUuARDrqyXwWmS4aFdCcAWwfskOidWeQ6/2O AmQdEjlPto2OT2hXozfcMFEIJceB+OPq71r/pJ1req5T6mc/ZfH/iwFaGoGcpC9Wpb +AgPr9o7wxw9g== Message-ID: <7cee809d19f8e7ad505fe78d59f0e61b.sboyd@kernel.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20230705065313.67043-4-frank.li@vivo.com> References: <20230705065313.67043-1-frank.li@vivo.com> <20230705065313.67043-4-frank.li@vivo.com> Subject: Re: [PATCH 04/13] clk: bm1880: Convert to devm_platform_ioremap_resource() From: Stephen Boyd Cc: Yangtao Li , linux-arm-kernel@lists.infradead.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org To: Manivannan Sadhasivam , Michael Turquette , Yangtao Li Date: Tue, 22 Aug 2023 14:54:10 -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:04) > Use devm_platform_ioremap_resource() to simplify code. >=20 > Signed-off-by: Yangtao Li > --- Applied to clk-next