]> asedeno.scripts.mit.edu Git - linux.git/commit
mtd: spi-nor: fix spansion quad enable
authorJoël Esponde <joel.esponde@honeywell.com>
Wed, 23 Nov 2016 11:47:40 +0000 (12:47 +0100)
committerCyrille Pitchen <cyrille.pitchen@atmel.com>
Wed, 23 Nov 2016 14:29:20 +0000 (15:29 +0100)
commit807c16253319ee6ccf8873ae64f070f7eb532cd5
treeeb3fdce52f0a9b15f6de391566181b2ef6741f22
parent355445b86f0f61125409e1217be4f0a8ee362116
mtd: spi-nor: fix spansion quad enable

With the S25FL127S nor flash part, each writing to the configuration
register takes hundreds of ms. During that  time, no more accesses to
the flash should be done (even reads).

This commit adds a wait loop after the register writing until the flash
finishes its work.

This issue could make rootfs mounting fail when the latter was done too
much closely to this quad enable bit setting step. And in this case, a
driver as UBIFS may try to recover the filesystem and may broke it
completely.

Signed-off-by: Joël Esponde <joel.esponde@honeywell.com>
Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com>
drivers/mtd/spi-nor/spi-nor.c