]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: nx - Migrate to scomp API
authorArd Biesheuvel <ardb@kernel.org>
Sun, 16 Mar 2025 01:21:04 +0000 (09:21 +0800)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 21 Mar 2025 09:39:06 +0000 (17:39 +0800)
commit980b5705f4e73f567e405cd18337cc32fd51cf79
tree9106a9e225c8c3c4720f9edfdf7dc21f127479ea
parentddd0a42671c0d9742fda97d26068ffbb51dd7c01
crypto: nx - Migrate to scomp API

The only remaining user of 842 compression has been migrated to the
acomp compression API, and so the NX hardware driver has to follow suit,
given that no users of the obsolete 'comp' API remain, and it is going
to be removed.

So migrate the NX driver code to scomp. These will be wrapped and
exposed as acomp implementation via the crypto subsystem's
acomp-to-scomp adaptation layer.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/nx/nx-842.c
drivers/crypto/nx/nx-842.h
drivers/crypto/nx/nx-common-powernv.c
drivers/crypto/nx/nx-common-pseries.c