From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-181.mta1.migadu.com (out-181.mta1.migadu.com [95.215.58.181]) (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 25FC92641FC for ; Mon, 16 Feb 2026 07:54:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.181 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771228461; cv=none; b=ojbE/EnVww7iRGDnBjtzJordTffhJ2a0bzb7CgG5Sye6vTEymx1GbCMTnwHuXO29CeNblZrNXS081rqyL2NzKrPZwDjI1f67uH2uVqJHnYLdVHW8vVsHLzWv2XEqkxDVWK1h6OJxPiZDUFMIM7wgrcJuMqsepnkFDDCrgdsD4B0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771228461; c=relaxed/simple; bh=hJHCqRRnankEoC/ErtC2hAAeRlqcyizmIk/mir5pSks=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=DxGzkeNPkClI/cgCxRwTtpyfy4qO62suxgZ4h3RjAqOXc5sQ3dwZ70aTHy5Cad5WTXGdy2o/jtiT5YiWcSqb2JUgbpwBAsJoYXjRsRwxEiUCx7OTxGF8VsL2qPceyoGmL15NySDvS0eNQbvSQctiKaYA3HtN7rtHZjY8zk0Gl3w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=G3HZUODM; arc=none smtp.client-ip=95.215.58.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="G3HZUODM" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1771228447; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=hJHCqRRnankEoC/ErtC2hAAeRlqcyizmIk/mir5pSks=; b=G3HZUODMvtoogeed1XFbneGODNDFnbuOfeHNYf5KJrz7EnBtOA8efe5w4od6wv1bmVMR7Y 0ytucaPzok6gtuYcP2hzx2FjfDjUiCkEY07KwZy4cT1aW0JR692rlU4umqKwyIzPmSl7vD 0KaWsxAX59a/IN2USDzNatyBDh4p0go= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81.1.4\)) Subject: Re: [PATCH] crypto: atmel-sha204a - Fix OTP sysfs read and error handling X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: Date: Mon, 16 Feb 2026 08:53:34 +0100 Cc: Herbert Xu , "David S. Miller" , Nicolas Ferre , Alexandre Belloni , Claudiu Beznea , stable@vger.kernel.org, linux-crypto@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20260215124125.465162-2-thorsten.blum@linux.dev> <2E9C85C9-AD05-4BB3-A945-5ADECCB5C7E4@linux.dev> To: Lothar Rubusch X-Migadu-Flow: FLOW_OUT On 16. Feb 2026, at 07:14, Lothar Rubusch wrote: > [...] >=20 > This would work. I'd squash this fixup together with the proposed > patch and resubmit a fixed version. >=20 > 8<-------------------------------------------------------------->8 > root@dut02:~/atsha204a-modif# insmod atmel-i2c.ko > root@dut02:~/atsha204a-modif# insmod atmel-sha204a.ko > root@dut02:~/atsha204a-modif# cat = /sys/bus/i2c/devices/1-0064/atsha204a/otp > = 0001ED86032D0002154C033750FFFFFF20B0F703DB0CFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF= FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF > 8<-------------------------------------------------------------->8 Thanks for verifying and testing. v2 can be found here: = https://lore.kernel.org/lkml/20260216074552.656814-1-thorsten.blum@linux.d= ev/ Best, Thorsten