crypto: atmel-i2c - rename read function
authorLothar Rubusch <l.rubusch@gmail.com>
Fri, 3 May 2024 21:10:52 +0000 (21:10 +0000)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 10 May 2024 09:15:25 +0000 (17:15 +0800)
commit3f5f746165f7082f3c3f2f4b464e554c05a2621e
treefcb93f7f3dbd33b5d9214234de683f2b9cc96c66
parente228b41abb465402c0d0faef52768277027cc4f0
crypto: atmel-i2c - rename read function

Make the memory read function name more specific to the read memory zone.
The Atmel SHA204 chips provide config, otp and data zone. The implemented
read function in fact only reads some fields in zone config. The function
renaming allows for a uniform naming scheme when reading from other memory
zones.

Signed-off-by: Lothar Rubusch <l.rubusch@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/atmel-i2c.c
drivers/crypto/atmel-i2c.h