Re: [U-Boot] [PATCH] cfi_flash: Fix problems with status/id read mode

2010-12-17 Thread Stefan Roese
On Monday 25 October 2010 18:31:29 Stefan Roese wrote: > 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 fla

[U-Boot] [PATCH] cfi_flash: Fix problems with status/id read mode

2010-10-25 Thread Stefan Roese
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 --- drivers/mtd/cfi_fl