mtd: nand: timings: Reorder tRR_min def in mode 0

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Sat Oct 8 21:59:02 PDT 2016


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=57d419a42c501713fd023bc21f8798c14ad4e005
Commit:     57d419a42c501713fd023bc21f8798c14ad4e005
Parent:     74a332e78e8f0e2b8bef7ebb6b3470bb0df1a0bf
Author:     Boris Brezillon <boris.brezillon at free-electrons.com>
AuthorDate: Tue Jun 14 16:21:07 2016 +0200
Committer:  Boris Brezillon <boris.brezillon at free-electrons.com>
CommitDate: Fri Sep 23 09:35:16 2016 +0200

    mtd: nand: timings: Reorder tRR_min def in mode 0
    
    In the ONFI spec, the tRR_min entry is defined before the tRST_max one.
    Reoder the definition to make it easier to review.
    
    Signed-off-by: Boris Brezillon <boris.brezillon at free-electrons.com>
---
 drivers/mtd/nand/nand_timings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mtd/nand/nand_timings.c b/drivers/mtd/nand/nand_timings.c
index c0941d5..30119c5 100644
--- a/drivers/mtd/nand/nand_timings.c
+++ b/drivers/mtd/nand/nand_timings.c
@@ -42,9 +42,9 @@ static const struct nand_sdr_timings onfi_sdr_timings[] = {
 		.tRHZ_max = 200000,
 		.tRLOH_min = 0,
 		.tRP_min = 50000,
+		.tRR_min = 40000,
 		.tRST_max = 250000000000ULL,
 		.tWB_max = 200000,
-		.tRR_min = 40000,
 		.tWC_min = 100000,
 		.tWH_min = 30000,
 		.tWHR_min = 120000,



More information about the linux-mtd-cvs mailing list