Linux-ARM-Kernel Archive mirror
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Lothar Rubusch <l.rubusch@gmail.com>
Cc: alexandre.belloni@bootlin.com, linux-kernel@vger.kernel.org,
	claudiu.beznea@tuxon.dev, linux-crypto@vger.kernel.org,
	davem@davemloft.net, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v2 0/4] crypto: atmel-sha204a - read out otp zone
Date: Fri, 10 May 2024 17:23:31 +0800	[thread overview]
Message-ID: <Zj3nk_W9VflufS-n@gondor.apana.org.au> (raw)
In-Reply-To: <20240503211054.1231-1-l.rubusch@gmail.com>

On Fri, May 03, 2024 at 09:10:50PM +0000, Lothar Rubusch wrote:
> Read out otp memory zone of this secure eeprom and rng chip. The chip
> has an otp zone and data zone, both still not accessed. The otp zone
> can be used to store persistently serial numbers or similar, if externally
> pre-configured. In any way the Atmel SHA204a needs to be preconfgured and
> fuse locked in order to be useful also for the already implemented RNG
> functionality. Placing data into the otp zone is optional. If empty, the
> chip returns 0xff on all field. The implementation passes the content to
> a new sysfs handle to userspace. If the chip is locked or not accessible
> no sysfs handle is set.
> 
> Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
> ---
> v1 -> v2
> - fix typo in commit title
> - drop patch: remove unused includes
> 
> Lothar Rubusch (4):
>   crypto: atmel-i2c - add missing arg description
>   crypto: atmel-i2c - rename read function
>   crypto: atmel-sha204a - add reading from otp zone
>   crypto: atmel-sha204a - provide the otp content
> 
>  drivers/crypto/atmel-i2c.c     | 30 +++++++++++++--
>  drivers/crypto/atmel-i2c.h     |  8 +++-
>  drivers/crypto/atmel-sha204a.c | 68 ++++++++++++++++++++++++++++++++++
>  3 files changed, 102 insertions(+), 4 deletions(-)
> 
> -- 
> 2.25.1

All applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      parent reply	other threads:[~2024-05-10  9:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-03 21:10 [PATCH v2 0/4] crypto: atmel-sha204a - read out otp zone Lothar Rubusch
2024-05-03 21:10 ` [PATCH v2 1/4] crypto: atmel-i2c - add missing arg description Lothar Rubusch
2024-05-03 21:10 ` [PATCH v2 2/4] crypto: atmel-i2c - rename read function Lothar Rubusch
2024-05-03 21:10 ` [PATCH v2 3/4] crypto: atmel-sha204a - add reading from otp zone Lothar Rubusch
2024-05-03 21:10 ` [PATCH v2 4/4] crypto: atmel-sha204a - provide the otp content Lothar Rubusch
2024-05-10  9:23 ` Herbert Xu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Zj3nk_W9VflufS-n@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=alexandre.belloni@bootlin.com \
    --cc=claudiu.beznea@tuxon.dev \
    --cc=davem@davemloft.net \
    --cc=l.rubusch@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).