summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/atmel-ecc.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: drivers - Explicitly include correct DT includesRob Herring2023-08-231-1/+1
* crypto: atmel - Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-021-1/+1
* Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-211-2/+1
|\
| * crypto: atmel - Drop unused id parameter from atmel_i2c_probe()Uwe Kleine-König2023-02-101-2/+1
* | MAINTAINERS: Update email of Tudor AmbarusTudor Ambarus2023-01-071-2/+2
|/
* crypto: atmel-ecc - Convert to i2c's .probe_new()Uwe Kleine-König2022-11-251-3/+3
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-4/+2
* crypto: atmel-ecc - Remove duplicated error reporting in .remove()Uwe Kleine-König2022-06-101-2/+10
* crypto: atmel - Avoid flush_scheduled_work() usageTetsuo Handa2022-05-061-1/+1
* crypto: atmel-ecc - Struct headers need to start with keyword 'struct'Lee Jones2021-03-261-1/+1
* crypto: ecdh - move curve_id of ECDH from the key to algorithm nameMeng Yu2021-03-131-20/+8
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* crypto: atmel-ecc - factor out code that can be sharedArd Biesheuvel2019-05-301-384/+22
* crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsArd Biesheuvel2019-05-301-5/+8
* crypto: atmel - switch to SPDX license identifiersTudor Ambarus2018-09-041-10/+1
* crypto: atmel-ecc - remove overly verbose dev_infoTudor-Dan Ambarus2018-06-221-4/+0
* crypto: atmel-ecc - fix to allow multi segment scatterlistsTudor-Dan Ambarus2018-06-221-9/+22
* crypto: atmel-ecc - fix signed integer to u8 assignmentTudor-Dan Ambarus2017-08-031-5/+5
* Crypto: atmel-ecc: Make a couple of local functions staticColin Ian King2017-08-031-2/+2
* crypto: atmel-ecc - introduce Microchip / Atmel ECC driverTudor-Dan Ambarus2017-07-181-0/+781