提交 6e7a6809 编写于 作者: N Nicolas Pitre 提交者: David Woodhouse

cfi-cmdset-0001: always update the chip status

... otherwise xip_enable() won't do the right thing.
Signed-off-by: NNicolas Pitre <nico@cam.org>
Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
上级 df54b52c
...@@ -1479,8 +1479,10 @@ static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip, ...@@ -1479,8 +1479,10 @@ static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip,
[...], the device will not accept any more Write to Buffer commands". [...], the device will not accept any more Write to Buffer commands".
So we must check here and reset those bits if they're set. Otherwise So we must check here and reset those bits if they're set. Otherwise
we're just pissing in the wind */ we're just pissing in the wind */
if (chip->state != FL_STATUS) if (chip->state != FL_STATUS) {
map_write(map, CMD(0x70), cmd_adr); map_write(map, CMD(0x70), cmd_adr);
chip->state = FL_STATUS;
}
status = map_read(map, cmd_adr); status = map_read(map, cmd_adr);
if (map_word_bitsset(map, status, CMD(0x30))) { if (map_word_bitsset(map, status, CMD(0x30))) {
xip_enable(map, chip, cmd_adr); xip_enable(map, chip, cmd_adr);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册