index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
atmel-ecc.c
Age
Commit message (
Expand
)
Author
2023-08-23
crypto: drivers - Explicitly include correct DT includes
Rob Herring
2023-06-02
crypto: atmel - Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-02-21
Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2023-02-10
crypto: atmel - Drop unused id parameter from atmel_i2c_probe()
Uwe Kleine-König
2023-01-07
MAINTAINERS: Update email of Tudor Ambarus
Tudor Ambarus
2022-11-25
crypto: atmel-ecc - Convert to i2c's .probe_new()
Uwe Kleine-König
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-06-10
crypto: atmel-ecc - Remove duplicated error reporting in .remove()
Uwe Kleine-König
2022-05-06
crypto: atmel - Avoid flush_scheduled_work() usage
Tetsuo Handa
2021-03-26
crypto: atmel-ecc - Struct headers need to start with keyword 'struct'
Lee Jones
2021-03-13
crypto: ecdh - move curve_id of ECDH from the key to algorithm name
Meng Yu
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2019-05-30
crypto: atmel-ecc - factor out code that can be shared
Ard Biesheuvel
2019-05-30
crypto: atmel-ecc - add support for ACPI probing on non-AT91 platforms
Ard Biesheuvel
2018-09-04
crypto: atmel - switch to SPDX license identifiers
Tudor Ambarus
2018-06-22
crypto: atmel-ecc - remove overly verbose dev_info
Tudor-Dan Ambarus
2018-06-22
crypto: atmel-ecc - fix to allow multi segment scatterlists
Tudor-Dan Ambarus
2017-08-03
crypto: atmel-ecc - fix signed integer to u8 assignment
Tudor-Dan Ambarus
2017-08-03
Crypto: atmel-ecc: Make a couple of local functions static
Colin Ian King
2017-07-18
crypto: atmel-ecc - introduce Microchip / Atmel ECC driver
Tudor-Dan Ambarus