OSDN Git Service

mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min
authorMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 29 May 2020 11:13:10 +0000 (13:13 +0200)
committerMiquel Raynal <miquel.raynal@bootlin.com>
Fri, 26 Jun 2020 06:35:06 +0000 (08:35 +0200)
commit173d548b64e14d3d1f22191cc0092c47631a18db
tree37593a1c25969d97b3ccc79b605ad6e0dd97ba32
parent98d6979aa898239ec2faa10467c338a808e1287e
mtd: rawnand: timings: Avoid redefining tR_max and tCCS_min

These two values are already hardcoded in the default ONFI timing
structure, no need to redefine them here. Plus, we want to be able to
reference timing mode 0 easily and reliably, without extra
computation, so we get rid of the extra assignations.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Link: https://lore.kernel.org/linux-mtd/20200529111322.7184-17-miquel.raynal@bootlin.com
drivers/mtd/nand/raw/nand_timings.c