All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joakim Tjernlund <Joakim.Tjernlund@transmode.se>
To: linux-mtd@lists.infradead.org
Subject: flash error for Intel P30 chips
Date: Thu, 09 Nov 2006 15:08:15 +0100	[thread overview]
Message-ID: <4553364F.1030406@transmode.se> (raw)

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

                 reply	other threads:[~2006-11-09 14:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4553364F.1030406@transmode.se \
    --to=joakim.tjernlund@transmode.se \
    --cc=linux-mtd@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.