Message ID | 20190322015746.27395-1-vakul.garg@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | CAAM job ring driver cleanups | expand |
On 3/22/2019 4:00 AM, Vakul Garg wrote: > This patchset cleans up caam job ring driver. > The patch series needs to be applied after merging below mentioned > patch. > > https://www.mail-archive.com/linux-crypto@vger.kernel.org/msg37068.html > For the series: Reviewed-by: Horia Geantă <horia.geanta@nxp.com> Thanks, Horia
On Fri, Mar 22, 2019 at 02:00:32AM +0000, Vakul Garg wrote: > This patchset cleans up caam job ring driver. > The patch series needs to be applied after merging below mentioned > patch. > > https://www.mail-archive.com/linux-crypto@vger.kernel.org/msg37068.html > > > Vakul Garg (3): > crypto: caam/jr - Remove spinlock for output job ring > crypto: caam/jr - Removed redundant vars from job ring private data > crypto: caam/jr - Remove extra memory barrier during job ring enqueue > > drivers/crypto/caam/intern.h | 3 --- > drivers/crypto/caam/jr.c | 19 ++++++------------- > 2 files changed, 6 insertions(+), 16 deletions(-) All applied. Thanks.