commit | 93c7f4d357de68f1e3a998b2fc775466d75c4c07 | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe.montjoie@gmail.com> | Sun Nov 17 17:07:45 2019 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 22 18:48:38 2019 +0800 |
tree | 10daa601278d72a11919ed494a9c7aa59cf8cdcf | |
parent | 660eda8d50f866e8fc38f3edcd4192c2626b44ea [diff] |
crypto: sun8i-ce - enable working on big endian On big endian kernel, the sun8i-ce crypto driver does not works. This patch do the necessary modification to permit it to work on BE kernel (setting descriptor entries as __le32 and adding some cpu_to_le32) Fixes: 06f751b61329 ("crypto: allwinner - Add sun8i-ce Crypto Engine") Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>