All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Woodhouse <dwmw2@infradead.org>
To: Alice Hennessy <ahennessy@mvista.com>
Cc: "Fry, Dan" <dfry@bb.directv.com>, linux-mtd@lists.infradead.org
Subject: Re: Improper Command Sequence
Date: Sat, 05 May 2001 12:11:27 +0100	[thread overview]
Message-ID: <2053.989061087@redhat.com> (raw)
In-Reply-To: <3AF3414F.967F95DF@mvista.com>

ahennessy@mvista.com said:
> > Chip reports improper command sequence: status 0xa800a8

> a800a8 looks like the error status for low programming voltage detected -
> you need to add some code to handle set_vpp (and unset_vpp) for your board.

Bah. And I need to fix the blinkin' error reporting so it prints the 
correct message.

-		if (chipstatus & 0x30) {
+		if ((chipstatus & 0x30) == 0x30) {
 			printk(KERN_NOTICE "Chip reports improper command sequence: status 0x%x\n", status);



--
dwmw2

  reply	other threads:[~2001-05-05 11:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-04 23:09 Improper Command Sequence Fry, Dan
2001-05-04 23:54 ` Alice Hennessy
2001-05-05 11:11   ` David Woodhouse [this message]
2001-05-05 15:13     ` Nicolas Pitre
2001-05-05 15:45       ` David Woodhouse

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=2053.989061087@redhat.com \
    --to=dwmw2@infradead.org \
    --cc=ahennessy@mvista.com \
    --cc=dfry@bb.directv.com \
    --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.