summaryrefslogtreecommitdiff
path: root/drivers/crypto/atmel-ecc.c
AgeCommit message (Expand)Author
2023-08-23crypto: drivers - Explicitly include correct DT includesRob Herring
2023-06-02crypto: atmel - Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-02-21Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-02-10crypto: atmel - Drop unused id parameter from atmel_i2c_probe()Uwe Kleine-König
2023-01-07MAINTAINERS: Update email of Tudor AmbarusTudor Ambarus
2022-11-25crypto: atmel-ecc - Convert to i2c's .probe_new()Uwe Kleine-König
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-06-10crypto: atmel-ecc - Remove duplicated error reporting in .remove()Uwe Kleine-König
2022-05-06crypto: atmel - Avoid flush_scheduled_work() usageTetsuo Handa
2021-03-26crypto: atmel-ecc - Struct headers need to start with keyword 'struct'Lee Jones
2021-03-13crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2019-05-30crypto: atmel-ecc - factor out code that can be sharedArd Biesheuvel
2019-05-30crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsArd Biesheuvel
2018-09-04crypto: atmel - switch to SPDX license identifiersTudor Ambarus
2018-06-22crypto: atmel-ecc - remove overly verbose dev_infoTudor-Dan Ambarus
2018-06-22crypto: atmel-ecc - fix to allow multi segment scatterlistsTudor-Dan Ambarus
2017-08-03crypto: atmel-ecc - fix signed integer to u8 assignmentTudor-Dan Ambarus
2017-08-03Crypto: atmel-ecc: Make a couple of local functions staticColin Ian King
2017-07-18crypto: atmel-ecc - introduce Microchip / Atmel ECC driverTudor-Dan Ambarus