]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
cfi_flash: Fix problems with status/id read mode
authorStefan Roese <sr@denx.de>
Mon, 25 Oct 2010 16:31:29 +0000 (18:31 +0200)
committerStefan Roese <sr@denx.de>
Fri, 17 Dec 2010 08:54:03 +0000 (09:54 +0100)
commitdf4e813b72bf07d9026b00455f5e7dffd694ae48
treeac88addeb444ab1dd34263f36ab07eba597aa2d6
parent97a85b223ab316d11f3a374fecc5d449a1c8a694
cfi_flash: Fix problems with status/id read mode

This patch adds some calls to set the flash chip in the read-status-
register- or read-id-mode before the corresponding register is
read back. This problem was detected while porting the common CFI
driver to support the Xilinx DS617 flash chips.

Signed-off-by: Stefan Roese <sr@denx.de>
drivers/mtd/cfi_flash.c