Re: [RFC PATCH] mtd: rawnand: ams-delta: use ->exec_op()
From: Boris Brezillon
Date: Thu Oct 04 2018 - 10:22:36 EST
On Thu, 04 Oct 2018 16:11:42 +0200
Janusz Krzysztofik <jmkrzyszt@xxxxxxxxx> wrote:
>
> Legacy nand_wait_ready() uses a hardcoded timeout value of 400 ms. Should we
> follow the same approach in nand_gpio_waitrdy(), or should we rather let
> drivers pass the timeout value, like in case of nand_soft_waitrdy()?
The latter.