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 66EE3C0015E for ; Tue, 11 Jul 2023 13:35:55 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8TbQkdFYgQV30bzwTdnxBjc3KuViGQOG8kq+Dj5dMwU=; b=4oClyuK1T/YK90 bfoTPRYD7T9j3TZ/RYcskBAqbNUzWmmhbm3YNJ+XShPQC7jsxXq/Ezgy0HLWdrtJSI13HJjnxslG+ zlivvYRRwD9fCzFnpzUnpCt/ctwtWsWAayvtOaTTAY1R+Yq+jpxDmOF3APKSoRi8BvrUL1Ps8p3vN rQG/+nh1HFPq7krk/H62c9jJak1Eo+g2TVTFF4mY6ktUD5SyEMDNs3DDrxug/dAn+563Os6srPTjX hfeLMNTkfOFTrxb+0fugD+YKlhfTH/dLOUlJDVGBTdSob9EPBHaRf29eACYNdpiIsn7wFoqO7EuOn dufaDvdcbYe0OrGp82ZA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJDWr-00EzpC-1R; Tue, 11 Jul 2023 13:35:45 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qJDWo-00EzoL-1k; Tue, 11 Jul 2023 13:35:43 +0000 Received: from i53875a50.versanet.de ([83.135.90.80] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qJDWm-0008Hp-AW; Tue, 11 Jul 2023 15:35:40 +0200 From: Heiko Stuebner To: Srinivas Kandagatla , Yangtao Li Cc: Yangtao Li , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/8] nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource() Date: Tue, 11 Jul 2023 15:35:39 +0200 Message-ID: <7814542.lOV4Wx5bFT@phil> In-Reply-To: <20230706040504.34057-5-frank.li@vivo.com> References: <20230706040504.34057-1-frank.li@vivo.com> <20230706040504.34057-5-frank.li@vivo.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230711_063542_582808_4C1BE5BF X-CRM114-Status: UNSURE ( 8.21 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Am Donnerstag, 6. Juli 2023, 06:05:01 CEST schrieb Yangtao Li: > Convert platform_get_resource(), devm_ioremap_resource() to a single > call to devm_platform_get_and_ioremap_resource(), as this is exactly > what this function does. > > Signed-off-by: Yangtao Li Reviewed-by: Heiko Stuebner _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip 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 D3331EB64DC for ; Tue, 11 Jul 2023 13:36:10 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=WLTAYNnQmei8T1POfZVz8EhtCL2AE7swDo7q7To0h6Y=; b=JxYxuHf+GMLtVr sCIYRlKy7N+jUyWLxzwW7dRKk0DSw47Hxf4LWdsbv+7d411X/2use198m+ORtfK+9/M+348E7yUaf wL/GNtd4+iGYwbwcTW5JXcy1onymRFbZjM0tGf2sH4rWOmPC9JgrAaQZowAcbcSqMnXU7b9C1RTU7 idFjJZpvYH7YCmVvMwBTPdRHXUziU3EuhZ84UgCnRVuX27QfCmXOAt12nwyCmirMu30eNgDaoUo23 3Sr+SIN9KMyPanptUG80TrGgcjp140E9StHFHR/LL+LHzYMGEIEqsoaPgjWhGIUo6tjqYx8QdlNcv bFvJkdHGr8dl1g7YjBxQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qJDWq-00Ezow-34; Tue, 11 Jul 2023 13:35:44 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qJDWo-00EzoL-1k; Tue, 11 Jul 2023 13:35:43 +0000 Received: from i53875a50.versanet.de ([83.135.90.80] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qJDWm-0008Hp-AW; Tue, 11 Jul 2023 15:35:40 +0200 From: Heiko Stuebner To: Srinivas Kandagatla , Yangtao Li Cc: Yangtao Li , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/8] nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource() Date: Tue, 11 Jul 2023 15:35:39 +0200 Message-ID: <7814542.lOV4Wx5bFT@phil> In-Reply-To: <20230706040504.34057-5-frank.li@vivo.com> References: <20230706040504.34057-1-frank.li@vivo.com> <20230706040504.34057-5-frank.li@vivo.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230711_063542_582808_4C1BE5BF X-CRM114-Status: UNSURE ( 8.21 ) 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 Am Donnerstag, 6. Juli 2023, 06:05:01 CEST schrieb Yangtao Li: > Convert platform_get_resource(), devm_ioremap_resource() to a single > call to devm_platform_get_and_ioremap_resource(), as this is exactly > what this function does. > > Signed-off-by: Yangtao Li Reviewed-by: Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 6AD98EB64DC for ; Tue, 11 Jul 2023 13:35:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232137AbjGKNfu (ORCPT ); Tue, 11 Jul 2023 09:35:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52512 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230261AbjGKNfr (ORCPT ); Tue, 11 Jul 2023 09:35:47 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3C1FAE69 for ; Tue, 11 Jul 2023 06:35:45 -0700 (PDT) Received: from i53875a50.versanet.de ([83.135.90.80] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qJDWm-0008Hp-AW; Tue, 11 Jul 2023 15:35:40 +0200 From: Heiko Stuebner To: Srinivas Kandagatla , Yangtao Li Cc: Yangtao Li , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/8] nvmem: rockchip-efuse: Use devm_platform_get_and_ioremap_resource() Date: Tue, 11 Jul 2023 15:35:39 +0200 Message-ID: <7814542.lOV4Wx5bFT@phil> In-Reply-To: <20230706040504.34057-5-frank.li@vivo.com> References: <20230706040504.34057-1-frank.li@vivo.com> <20230706040504.34057-5-frank.li@vivo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Donnerstag, 6. Juli 2023, 06:05:01 CEST schrieb Yangtao Li: > Convert platform_get_resource(), devm_ioremap_resource() to a single > call to devm_platform_get_and_ioremap_resource(), as this is exactly > what this function does. > > Signed-off-by: Yangtao Li Reviewed-by: Heiko Stuebner