commit | c47d63020c03659e584673f78f24f2e5de3e6b9b | [log] [tgz] |
---|---|---|
author | Dan Streetman <ddstreet@ieee.org> | Thu Jun 18 12:05:30 2015 -0400 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Jun 19 14:49:18 2015 +0800 |
tree | 819736bc1e06a911c4ee9da39efb33625c27b921 | |
parent | 7793bda8fe372fe2e71f16d0619b630d6e41c8ba [diff] |
crypto: nx - add LE support to pSeries platform driver Add support to the nx-842-pseries.c driver for running in little endian mode. The pSeries platform NX 842 driver currently only works as big endian. This adds cpu_to_be*() and be*_to_cpu() in the appropriate places to work in LE mode also. Signed-off-by: Dan Streetman <ddstreet@ieee.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>