Re: [PATCH v1 2/2] mtd: rawnand: meson: use NAND core API to check status

From: Miquel Raynal
Date: Thu Jul 13 2023 - 04:00:31 EST


On Wed, 2023-07-05 at 10:43:58 UTC, Arseniy Krasnov wrote:
> NAND core API already has functions to send NAND_CMD_STATUS and leave
> status checking mode by sending NAND_CMD_READ0, so use both of them
> instead of direct access to the controller registers.
>
> Signed-off-by: Arseniy Krasnov <AVKrasnov@xxxxxxxxxxxxxx>

Applied to https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git nand/next, thanks.

Miquel