aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-i2c.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-10crypto: atmel-sha204a - add reading from otp zoneLothar Rubusch1-0/+24
2024-05-10crypto: atmel-i2c - rename read functionLothar Rubusch1-3/+3
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-2/+2
2023-02-10crypto: atmel - Drop unused id parameter from atmel_i2c_probe()Uwe Kleine-König1-1/+1
2023-01-20crypto: atmel-i2c - avoid defines prefixed with CONFIGLukas Bulwahn1-1/+1
2023-01-07MAINTAINERS: Update email of Tudor AmbarusTudor Ambarus1-2/+2
2022-05-06crypto: atmel - Avoid flush_scheduled_work() usageTetsuo Handa1-1/+23
2022-05-06crypto: atmel-i2c - Simplify return code in probe functionUwe Kleine-König1-5/+1
2021-04-16crypto: atmel - use the correct print formatKai Ye1-1/+1
2020-03-20crypto: atmel-i2c - Fix wakeup failJianhui Zhao1-1/+2
2019-08-30crypto: atmel - Fix -Wunused-const-variable warningYueHaibing1-0/+12
2019-06-06crypto: atmel - Fix sparse endianness warningsHerbert Xu1-2/+2
2019-05-30crypto: atmel-i2c - add support for SHA204A random number generatorArd Biesheuvel1-0/+15
2019-05-30crypto: atmel-ecc - factor out code that can be sharedArd Biesheuvel1-0/+349