Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cfb64803f8e557f76a2d2c2890087fa29c251403
/
drivers
/
crypto
/
atmel-aes.c
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
9b52d55
crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
by Vladimir Zapolskiy
· 9 years ago
53a0bd7
crypto: aead - move aead_request_cast helper to aead.h
by Tadeusz Struk
· 9 years ago
49a2045
crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts
by Cyrille Pitchen
· 9 years ago
e31835a
crypto: atmel-aes - Add missing break to atmel_aes_reg_name
by Herbert Xu
· 9 years ago
4537992
crypto: atmel-aes - add debug facilities to monitor register accesses.
by Cyrille Pitchen
· 9 years ago
d441954
crypto: atmel-aes - add support to GCM mode
by Cyrille Pitchen
· 9 years ago
129f8bb
crypto: atmel-aes - change the DMA threshold
by Cyrille Pitchen
· 9 years ago
fcac836
crypto: atmel-aes - fix the counter overflow in CTR mode
by Cyrille Pitchen
· 9 years ago
da7b850
crypto: atmel-aes - fix atmel-ctr-aes driver for RFC 3686
by Cyrille Pitchen
· 9 years ago
e37a7e5
crypto: atmel-aes - create sections to regroup functions by usage
by Cyrille Pitchen
· 9 years ago
afbac17
crypto: atmel-aes - fix typo and indentation
by Cyrille Pitchen
· 9 years ago
2bfd04c
crypto: atmel-aes - use SIZE_IN_WORDS() helper macro
by Cyrille Pitchen
· 9 years ago
bbe628e
crypto: atmel-aes - improve performances of data transfer
by Cyrille Pitchen
· 9 years ago
2a37782
crypto: atmel-aes - fix atmel_aes_remove()
by Cyrille Pitchen
· 9 years ago
820599a
crypto: atmel-aes - remove useless AES_FLAGS_DMA flag
by Cyrille Pitchen
· 9 years ago
13c7f87
crypto: atmel-aes - reduce latency of DMA completion
by Cyrille Pitchen
· 9 years ago
bd5f43d
crypto: atmel-aes - remove unused 'err' member of struct atmel_aes_dev
by Cyrille Pitchen
· 9 years ago
10f12c1
crypto: atmel-aes - rework crypto request completion
by Cyrille Pitchen
· 9 years ago
77dacf5
crypto: atmel-aes - simplify the configuration of the AES IP
by Cyrille Pitchen
· 9 years ago
794595d
crypto: atmel-aes - remove useless write in the Control Register
by Cyrille Pitchen
· 9 years ago
ccbf729
crypto: atmel-aes - make crypto request queue management more generic
by Cyrille Pitchen
· 9 years ago
cdfab4a
crypto: atmel-aes - change atmel_aes_write_ctrl() signature
by Cyrille Pitchen
· 9 years ago
aab0a39
crypto: atmel-aes - propagate error from atmel_aes_hw_version_init()
by Cyrille Pitchen
· 9 years ago
7f1cbbc
crypto: atmel-aes - remove unused header includes
by Cyrille Pitchen
· 9 years ago
924a8bc
crypto: atmel-aes - fix unregistration order of crypto algorithms
by Cyrille Pitchen
· 9 years ago
88efd9a
crypto: atmel-aes - change algorithm priorities
by Cyrille Pitchen
· 9 years ago
c0b28d8
crypto: atmel-aes - constify value argument of atmel_aes_write_n()
by Cyrille Pitchen
· 9 years ago
973e209
crypto: atmel-aes - add new version
by Leilei Zhao
· 9 years ago
20ecae7
crypto: atmel - fix 64-bit warnings
by Arnd Bergmann
· 9 years ago
b0e8b34
crypto: atmel - use devm_xxx() managed function
by LABBE Corentin
· 9 years ago
9d83d29
crypto: atmel - Check for clk_prepare_enable() return value
by LABBE Corentin
· 9 years ago
9cd2232
crypto: atmel-aes - correct usage of dma_sync_* API
by Leilei Zhao
· 10 years ago
289b262
crypto: atmel-aes - sync the buf used in DMA or CPU
by Leilei Zhao
· 10 years ago
8a10eb8
crypto: atmel-aes - initialize spinlock in probe
by Leilei Zhao
· 10 years ago
cf1f0d1
crypto: atmel-aes - add new version
by Leilei Zhao
· 10 years ago
be20835
crypto: atmel - fix typo in dev_err error message
by Colin Ian King
· 10 years ago
088f628
crypto: atmel - Free memory in error path
by Christophe Jaillet
· 10 years ago
5573bc0
crypto: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
9f84951
crypto: atmel-aes - check alignment of cfb64 mode
by Leilei Zhao
· 11 years ago
e5d8c96
crypto: atmel-aes - correct block size of cfb8 mode
by Leilei Zhao
· 11 years ago
be943c7
crypto: atmel-aes - add support for Device Tree
by Nicolas Ferre
· 11 years ago
cadc4ab
crypto: atmel-aes - add support for latest release of the IP (0x130)
by Nicolas Royer
· 12 years ago
32dc43e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 12 years ago
7b5c253c
crypto: atmel-aes - adjust duplicate test
by Julia Lawall
· 12 years ago
49cfe4d
Drivers: crypto: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
21a5b95
crypto: remove duplicated include
by Wei Yongjun
· 12 years ago
e15aa36
crypto: drivers - remove cra_list initialization
by Jussi Kivilinna
· 12 years ago
bd3c7b5
crypto: atmel - add Atmel AES driver
by Nicolas Royer
· 12 years ago