]> git.baikalelectronics.ru Git - uboot.git/commit
mtd: nand: pxa3xx_nand: fix early spurious interrupt
authorOfer Heifetz <oferh@marvell.com>
Wed, 29 Aug 2018 08:56:03 +0000 (11:56 +0300)
committerStefan Roese <sr@denx.de>
Wed, 19 Sep 2018 07:00:39 +0000 (09:00 +0200)
commitb076af30e070cd2fe28a4a7d213b22d62b6f3e47
tree0ac10736771c5bb104e085b9b8a2b6e85fd79524
parent05a5800259b96c2a0ea9f8838833ad2257b2b3ef
mtd: nand: pxa3xx_nand: fix early spurious interrupt

When the nand is first probe, and upon the first command start, the
status bits should be cleared before the interrupts are unmasked.

This commit is taken from Linux:
'commit 0b14392db2e'
("mtd: nand: pxa3xx_nand: fix early spurious interrupt")

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Ofer Heifetz <oferh@marvell.com>
Reviewed-by: Igal Liberman <igall@marvell.com>
Cc: Stefan Roese <sr@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/nand/pxa3xx_nand.c