All of lore.kernel.org
 help / color / mirror / Atom feed
* flash error for Intel P30 chips
@ 2006-11-09 14:08 Joakim Tjernlund
  0 siblings, 0 replies; only message in thread
From: Joakim Tjernlund @ 2006-11-09 14:08 UTC (permalink / raw)
  To: linux-mtd

i get this error on and off from cmd_0001 driver:

TMCU Flash Map Info: buffer write error (status 0xd0)

I looked into the current driver and found something that might a SW bug:
All chip status  looks like this:
 if (map_word_bitsset(map, status, CMD(0x1a))
but I think it should be:
 if (map_word_bitsset(map, status, CMD(0x80)) && map_word_bitsset(map, status, CMD(0x1a)))

because the Intel P30 specs says if the other status bits
is only valid iff bit 7 is also set.

Comments?

 Jocke

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-11-09 14:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-09 14:08 flash error for Intel P30 chips Joakim Tjernlund

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.