Re: [PATCH v4 7/9] crypto/nx: Enable and setup GZIP compression type

2020-03-23 Thread Herbert Xu
On Sun, Mar 22, 2020 at 09:05:37PM -0700, Haren Myneni wrote: > > Changes to probe GZIP device-tree nodes, open RX windows and setup > GZIP compression type. No plans to provide GZIP usage in kernel right > now, but this patch enables GZIP for user space usage. > > Signed-off-by: Haren Myneni >

[PATCH v4 7/9] crypto/nx: Enable and setup GZIP compression type

2020-03-22 Thread Haren Myneni
Changes to probe GZIP device-tree nodes, open RX windows and setup GZIP compression type. No plans to provide GZIP usage in kernel right now, but this patch enables GZIP for user space usage. Signed-off-by: Haren Myneni --- drivers/crypto/nx/nx-common-powernv.c | 43