On 9/4/2019 5:35 AM, Andrey Smirnov wrote:
> With IRQ requesting being managed by devres we need to make sure that
> we dispose of IRQ mapping after and not before it is free'd (otherwise
> we'll end up with a warning from the kernel). To achieve that simply
> convert IRQ mapping to rely on devres as well.
> 
> Fixes: f314f12db65c ("crypto: caam - convert caam_jr_init() to use devres")
> Signed-off-by: Andrey Smirnov <andrew.smir...@gmail.com>
> Cc: Chris Healy <cphe...@gmail.com>
> Cc: Lucas Stach <l.st...@pengutronix.de>
> Cc: Horia Geantă <horia.gea...@nxp.com>
> Cc: Herbert Xu <herb...@gondor.apana.org.au>
> Cc: Iuliana Prodan <iuliana.pro...@nxp.com>
> Cc: linux-crypto@vger.kernel.org
> Cc: linux-ker...@vger.kernel.org
Cc: <sta...@vger.kernel.org>
Reviewed-by: Horia Geantă <horia.gea...@nxp.com>

I'd prefer pushing patches 1 and 4 first, considering they are fixes
while the rest are optimizations.

Thanks,
Horia

Reply via email to