public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: peter romero <promero@ste-el.de>
To: linux-mtd@lists.infradead.org
Subject: nftl via spia nand
Date: Mon, 23 Jul 2001 14:37:11 +0200	[thread overview]
Message-ID: <01072314374901.04442@bonita> (raw)

Hi,

I try to get NFTL via nand (spia.c) on running.

The access is via adress databus and I/O controll.

Who init this->wq ? 
I did it in spia with "init_waitqueue_head(&this->wq);"!

Is the SPIA board a Multiprocessor Board ? 
why spin_lock_bh ?

when i start schedul in nand.c :
 ..
 ..
 default:
         set_current_state (TASK_UNINTERRUPTIBLE);
         add_wait_queue (&this->wq, &wait);
         spin_unlock_bh (&this->chip_lock);
-                schedule();

         remove_wait_queue (&this->wq, &wait);
         goto retry;
 };

who wakes it up???

thanks in advance....

romero <promero@ste-el.de>

                 reply	other threads:[~2001-07-23 12:36 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=01072314374901.04442@bonita \
    --to=promero@ste-el.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox