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 8F7EBC77B7E for ; Tue, 2 May 2023 08:49:49 +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=IVljuiD/a4BccuapvtxYax6RmVoLv/JsNJ8UHkkhc5s=; b=EAnc5hZMgan005 uwfh+br86y/rP3IFujOoG2vurE3J6AJOofUtYgUonkJZqi5dhi9o1A1DMjJR0JSn0fzuxUEKrkp4m sLGse0kctjnEOOACfIM3KEXo82Qwg48lqeEn+mdqh7cMbBPSM8UDvI3U0q0wSk/5qnlYc0to/KV/2 MnyMbMPcC2VmAy/bMQiYRo7ZeOFE96L2iIxDpaMEEiM4GteEAEwaXoZ5B2dpnzKD30/5REyOhEBad EegMcilJ88PkBvcktsnP45IUnP7yH/+MTRTlCTodyUPyftN/IMF/ne+5uMcg4RyKn/sp6mH0ukY6l /hfaXwU4qYNUtx4JKnfQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1ptlgx-000fs0-0r; Tue, 02 May 2023 08:48:59 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1ptlgu-000fr1-2M; Tue, 02 May 2023 08:48:57 +0000 Received: from ip4d1634d3.dynamic.kabel-deutschland.de ([77.22.52.211] helo=diego.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 1ptlgo-0006Qg-Vb; Tue, 02 May 2023 10:48:51 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Srinivas Kandagatla , Rob Herring , Krzysztof Kozlowski , Philipp Zabel , Sebastian Reichel , Shreeya Patel , Kever Yang , Finley Xiao , Cristian Ciocaltea Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@collabora.com Subject: Re: [PATCH 4/8] nvmem: rockchip-otp: Generalize rockchip_otp_wait_status() Date: Tue, 02 May 2023 10:48:50 +0200 Message-ID: <9368839.G0QQBjFxQf@diego> In-Reply-To: <20230501084401.765169-5-cristian.ciocaltea@collabora.com> References: <20230501084401.765169-1-cristian.ciocaltea@collabora.com> <20230501084401.765169-5-cristian.ciocaltea@collabora.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230502_014856_769888_FD0E91A3 X-CRM114-Status: GOOD ( 10.12 ) 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 Montag, 1. Mai 2023, 10:43:56 CEST schrieb Cristian Ciocaltea: > In preparation to support additional Rockchip OTP memory devices with > different register layout, generalize rockchip_otp_wait_status() to > accept a new parameter for specifying the offset of the status register. > > Signed-off-by: Cristian Ciocaltea Reviewed-by: Heiko Stuebner _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel