From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id AB89A13C918 for ; Thu, 5 Feb 2026 12:50:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.11.138.130 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770295848; cv=none; b=hSJqp+YX2IBkOJiLk6D6/7+5nX/94QHqnxfttkaX2BF1e3m4S5lFYJudYUX9fIpKt34DTHIbOogl6ngsIEh6KRalsR7zH8vtS+XuQsqgxfle2Ng7SkAzph5cgM1fA77SlGPUnlsCmvqUuGhGc2GV6lPsZJBVvbZgJYveWxRDy+4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770295848; c=relaxed/simple; bh=wT0qu7L3vnnIYE49+ri/Zy0uJQR4ZsNRqa4iBhmuI7M=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=OrPupOnc8A5N1aXHE+AvgVSlm5f1R+v+5GHiVxszMMnUbwMp2Oit3GiwOQHrkYC1N34Ogx+xMUyxIQNrohqCMcXtsJi5+wsHhVmVKTPNz6R4TaAso7s05nSlTEzdhlioM9ROIhGK5nAwpuv/WcNmaO0UGjXvSn6gNlYD+VUQsnE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de; spf=pass smtp.mailfrom=sntech.de; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b=a7mkXjf4; arc=none smtp.client-ip=185.11.138.130 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sntech.de Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sntech.de header.i=@sntech.de header.b="a7mkXjf4" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sntech.de; s=gloria202408; h=Content-Type:Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From:Reply-To; bh=wT0qu7L3vnnIYE49+ri/Zy0uJQR4ZsNRqa4iBhmuI7M=; b=a7mkXjf4LL5AgEXRoE2URl8R6v V0SZOFTlS11PqRt+J24lF89dz6lU8XCPJGCfnNUvrzx57QIL4pXQlxfm+TFsZbz0NrYt2zMtckL2D rXt5bL7n8mIF1kKxUtbACTaPfyOUNA8ikZ7vNfD6dT4kazpBqVtDokX/rT1LzabRKU70G6rtngotk jml4CTedCiY4fW9MfYUrXWAF5iAhlTVMRysCc1j/F9qFlcP5VswR2tifiL5CoB/N+J5/+dLt40qrs vg7e5CAlfhaDBRHRDI7yKzvs7GjKKGCytqSltdhxO6Nwpy2jR2RnH1ZA6NGZvse0wuimH6g1sNt1z qfUcQvWw==; Received: from i53875afe.versanet.de ([83.135.90.254] 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 1vnyoc-00765Y-H7; Thu, 05 Feb 2026 13:50:35 +0100 From: Heiko =?UTF-8?B?U3TDvGJuZXI=?= To: Kever Yang , Willy Tarreau Cc: linux-rockchip@lists.infradead.org, Finley Xiao , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Srinivas Kandagatla Subject: Re: [PATCH v3 3/3] nvmem: rockchip-otp: Add support for rk3562 Date: Thu, 05 Feb 2026 13:50:34 +0100 Message-ID: <3080333.vCJZsxu672@diego> In-Reply-To: <20250728190154.GA24527@1wt.eu> References: <20250415103203.82972-1-kever.yang@rock-chips.com> <20250415103203.82972-4-kever.yang@rock-chips.com> <20250728190154.GA24527@1wt.eu> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Hi Willy, Am Montag, 28. Juli 2025, 21:01:54 Mitteleurop=C3=A4ische Normalzeit schrie= b Willy Tarreau: > On Tue, Apr 15, 2025 at 06:32:03PM +0800, Kever Yang wrote: > > From: Finley Xiao > >=20 > > This adds the necessary data for handling otp on the rk3562. > >=20 > > Signed-off-by: Finley Xiao > > Signed-off-by: Kever Yang >=20 > Successfully tested with Jonas' patches on top of it on my > Radxa E20C (RK3528): >=20 > Tested-by: Willy Tarreau as you replied to the rk3562 variant, does that mean the rk3528 uses the same variant data? Thanks Heiko