Re: [PATCH 09/12] i2c: ocores: enable atomic xfers
From: Andrew Lunn
Date: Fri Apr 05 2019 - 15:20:29 EST
On Wed, Apr 03, 2019 at 02:40:16PM +0200, Wolfram Sang wrote:
> The driver already has the routine in place, tie it to the new callback.
>
> Signed-off-by: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
> Cc: Andrew Lunn <andrew@xxxxxxx>
The polling function was not really designed with the intention to be
used in atomic context. But it does appear to be safe to use in that
context.
So
Reviewed-by: Andrew Lunn <andrew@xxxxxxx>
Andrew