Re: [PATCH V3 6/6] crypto/nx: Add P9 NX support for 842 compression engine

2017-09-02 Thread Michael Neuling
> > > +static int nx842_powernv_crypto_init_vas(struct crypto_tfm *tfm) > > > +{ > > > +   struct nx842_crypto_ctx *ctx = crypto_tfm_ctx(tfm); > > > +   struct nx842_workmem *wmem; > > > +   struct nx842_coproc *coproc; > > > +   int ret; > > > + > > > +   ret = nx842_crypto_in

[PATCH] crypto: caam - Add missing Job Ring include

2013-11-17 Thread Michael Neuling
eclaration] In: commit 313ea293e9c4d1eabcaddd2c0800f083b03c2a2e Author: Ruchika Gupta crypto: caam - Add Platform driver for Job Ring We added a reference to of_iomap but did add the necessary include file. The below adds this include. Signed-off-by: Michael Neuling diff --git a/drivers/crypto/caam/jr.c b