Re: [PATCH v5 3/4] mtd: rawnand: brcmnand: pass host struct to bcmnand_ctrl_poll_status

From: Miquel Raynal
Date: Thu Nov 30 2023 - 05:36:43 EST


On Sat, 2023-11-25 at 01:24:37 UTC, dregan@xxxxxxxxxxxx wrote:
> From: David Regan <dregan@xxxxxxxxxxxx>
>
> Pass host struct to bcmnand_ctrl_poll_status instead of ctrl struct
> since real time status requires host, and ctrl is a member of host.
> Real time status is required for low level commands vs cached status
> since the NAND controller will not do an automatic status read at the
> end of a low level command as it would with a high level command.
>
> Signed-off-by: David Regan <dregan@xxxxxxxxxxxx>
> Reviewed-by: Florian Fainelli <florian.fainelli@xxxxxxxxxxxx>

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

Miquel