Skip to content

Commit 39db3f1

Browse files
author
Jonathan Corbet
committed
crypto: update some Arm documentation references
The Arm documentation has moved to Documentation/arch/arm; update a set of references under crypto/allwinner to match. Cc: Corentin Labbe <clabbe.montjoie@gmail.com> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: Chen-Yu Tsai <wens@csie.org> Cc: Samuel Holland <samuel@sholland.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 964e6d9 commit 39db3f1

13 files changed

Lines changed: 13 additions & 13 deletions

drivers/crypto/allwinner/sun4i-ss/sun4i-ss-cipher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* keysize in CBC and ECB mode.
99
* Add support also for DES and 3DES in CBC and ECB mode.
1010
*
11-
* You could find the datasheet in Documentation/arm/sunxi.rst
11+
* You could find the datasheet in Documentation/arch/arm/sunxi.rst
1212
*/
1313
#include "sun4i-ss.h"
1414

drivers/crypto/allwinner/sun4i-ss/sun4i-ss-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Core file which registers crypto algorithms supported by the SS.
88
*
9-
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
9+
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
1010
*/
1111
#include <linux/clk.h>
1212
#include <linux/crypto.h>

drivers/crypto/allwinner/sun4i-ss/sun4i-ss-hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* This file add support for MD5 and SHA1.
88
*
9-
* You could find the datasheet in Documentation/arm/sunxi.rst
9+
* You could find the datasheet in Documentation/arch/arm/sunxi.rst
1010
*/
1111
#include "sun4i-ss.h"
1212
#include <asm/unaligned.h>

drivers/crypto/allwinner/sun4i-ss/sun4i-ss.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Support MD5 and SHA1 hash algorithms.
99
* Support DES and 3DES
1010
*
11-
* You could find the datasheet in Documentation/arm/sunxi.rst
11+
* You could find the datasheet in Documentation/arch/arm/sunxi.rst
1212
*/
1313

1414
#include <linux/clk.h>

drivers/crypto/allwinner/sun8i-ce/sun8i-ce-cipher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This file add support for AES cipher with 128,192,256 bits keysize in
99
* CBC and ECB mode.
1010
*
11-
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
11+
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
1212
*/
1313

1414
#include <linux/bottom_half.h>

drivers/crypto/allwinner/sun8i-ce/sun8i-ce-core.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* Core file which registers crypto algorithms supported by the CryptoEngine.
99
*
10-
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
10+
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
1111
*/
1212
#include <linux/clk.h>
1313
#include <linux/crypto.h>

drivers/crypto/allwinner/sun8i-ce/sun8i-ce-hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This file add support for MD5 and SHA1/SHA224/SHA256/SHA384/SHA512.
99
*
10-
* You could find the datasheet in Documentation/arm/sunxi.rst
10+
* You could find the datasheet in Documentation/arch/arm/sunxi.rst
1111
*/
1212
#include <linux/bottom_half.h>
1313
#include <linux/dma-mapping.h>

drivers/crypto/allwinner/sun8i-ce/sun8i-ce-prng.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This file handle the PRNG
99
*
10-
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
10+
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
1111
*/
1212
#include "sun8i-ce.h"
1313
#include <linux/dma-mapping.h>

drivers/crypto/allwinner/sun8i-ce/sun8i-ce-trng.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* This file handle the TRNG
99
*
10-
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
10+
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
1111
*/
1212
#include "sun8i-ce.h"
1313
#include <linux/dma-mapping.h>

drivers/crypto/allwinner/sun8i-ss/sun8i-ss-cipher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* This file add support for AES cipher with 128,192,256 bits keysize in
99
* CBC and ECB mode.
1010
*
11-
* You could find a link for the datasheet in Documentation/arm/sunxi.rst
11+
* You could find a link for the datasheet in Documentation/arch/arm/sunxi.rst
1212
*/
1313

1414
#include <linux/bottom_half.h>

0 commit comments

Comments
 (0)