[PULL][Eoan][SRU Disco] Support Hi1620 zip hw accelerator
dann frazier
dann.frazier at canonical.com
Wed Sep 25 19:01:29 UTC 2019
BugLink: https://bugs.launchpad.net/bugs/1845355
All clean cherry-picks from upstream.
The following changes since commit 3d40a088fe5027e1c3dfe8856ccb92adfd02f1aa:
UBUNTU: SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs" (2019-09-24 14:48:02 -0500)
are available in the Git repository at:
git://git.launchpad.net/~dannf/ubuntu/+source/linux/+git/linux hisi-qm-zip
for you to fetch changes up to c3612c9aec62f5b985a310295e8aaa79c2e7db53:
crypto: hisilicon - avoid unused function warning (2019-09-24 18:07:06 -0600)
----------------------------------------------------------------
Arnd Bergmann (1):
crypto: hisilicon - avoid unused function warning
Herbert Xu (1):
crypto: hisilicon - Fix warning on printing %p with dma_addr_t
Yunfeng Ye (1):
crypto: hisilicon - Fix return value check in hisi_zip_acompress()
Zhou Wang (12):
crypto: hisilicon - add queue management driver for HiSilicon QM module
crypto: hisilicon - add hardware SGL support
crypto: hisilicon - add HiSilicon ZIP accelerator support
crypto: hisilicon - add SRIOV support for ZIP
Documentation: Add debugfs doc for hisi_zip
crypto: hisilicon - add debugfs for ZIP and QM
MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver
crypto: hisilicon - fix kbuild warnings
crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
crypto: hisilicon - init curr_sgl_dma to fix compile warning
crypto: hisilicon - add missing single_release
crypto: hisilicon - fix error handle in hisi_zip_create_req_q
dann frazier (1):
UBUNTU: [Config] Enable HiSilicon QM/ZIP as modules
Documentation/ABI/testing/debugfs-hisi-zip | 50 +
MAINTAINERS | 11 +
debian.master/config/annotations | 7 +
debian.master/config/config.common.ubuntu | 3 +
drivers/crypto/hisilicon/Kconfig | 24 +
drivers/crypto/hisilicon/Makefile | 3 +
drivers/crypto/hisilicon/qm.c | 1913 ++++++++++++++++++++++++++++
drivers/crypto/hisilicon/qm.h | 215 ++++
drivers/crypto/hisilicon/sgl.c | 214 ++++
drivers/crypto/hisilicon/sgl.h | 24 +
drivers/crypto/hisilicon/zip/Makefile | 2 +
drivers/crypto/hisilicon/zip/zip.h | 71 ++
drivers/crypto/hisilicon/zip/zip_crypto.c | 653 ++++++++++
drivers/crypto/hisilicon/zip/zip_main.c | 1010 +++++++++++++++
14 files changed, 4200 insertions(+)
create mode 100644 Documentation/ABI/testing/debugfs-hisi-zip
create mode 100644 drivers/crypto/hisilicon/qm.c
create mode 100644 drivers/crypto/hisilicon/qm.h
create mode 100644 drivers/crypto/hisilicon/sgl.c
create mode 100644 drivers/crypto/hisilicon/sgl.h
create mode 100644 drivers/crypto/hisilicon/zip/Makefile
create mode 100644 drivers/crypto/hisilicon/zip/zip.h
create mode 100644 drivers/crypto/hisilicon/zip/zip_crypto.c
create mode 100644 drivers/crypto/hisilicon/zip/zip_main.c
More information about the kernel-team
mailing list