commit | 3d04158814e7a808c38124c87502b430b916dfcb | [log] [tgz] |
---|---|---|
author | Corentin Labbe <clabbe@baylibre.com> | Sun Nov 17 16:09:53 2019 +0000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Nov 22 18:48:39 2019 +0800 |
tree | 2325ae2f55419dacb47d6f2526386c5014fc84a5 | |
parent | 93c7f4d357de68f1e3a998b2fc775466d75c4c07 [diff] |
crypto: amlogic - enable working on big endian kernel On big endian kernel, the GXL crypto driver does not works. This patch do the necessary modification to permit it to work on BE kernel (removing bitfield and adds some cpu_to_le32). Fixes: 48fe583fe541 ("crypto: amlogic - Add crypto accelerator for amlogic GXL") Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>