Re: [PATCH 1/2] mtd: nand: timings: Fix tADL_min for ONFI 4.0 chips

2016-08-15 Thread Boris Brezillon
On Tue, 14 Jun 2016 16:21:06 +0200 Boris Brezillon wrote: > ONFI 4.0 spec defines different values for the tADL_min timing. > Since we don't want to have different timings depending on the ONFI > version, we just set tADL_min to the maximum value (the one

Re: [PATCH 1/2] mtd: nand: timings: Fix tADL_min for ONFI 4.0 chips

2016-08-15 Thread Boris Brezillon
On Tue, 14 Jun 2016 16:21:06 +0200 Boris Brezillon wrote: > ONFI 4.0 spec defines different values for the tADL_min timing. > Since we don't want to have different timings depending on the ONFI > version, we just set tADL_min to the maximum value (the one specified > in the ONFI 4.0 spec).

[PATCH 1/2] mtd: nand: timings: Fix tADL_min for ONFI 4.0 chips

2016-06-14 Thread Boris Brezillon
ONFI 4.0 spec defines different values for the tADL_min timing. Since we don't want to have different timings depending on the ONFI version, we just set tADL_min to the maximum value (the one specified in the ONFI 4.0 spec). Signed-off-by: Boris Brezillon ---

[PATCH 1/2] mtd: nand: timings: Fix tADL_min for ONFI 4.0 chips

2016-06-14 Thread Boris Brezillon
ONFI 4.0 spec defines different values for the tADL_min timing. Since we don't want to have different timings depending on the ONFI version, we just set tADL_min to the maximum value (the one specified in the ONFI 4.0 spec). Signed-off-by: Boris Brezillon --- drivers/mtd/nand/nand_timings.c |