From: David Woodhouse <dwmw2@infradead.org>
To: Scott Wood <scottwood@freescale.com>
Cc: linuxppc-dev@ozlabs.org, linux-mtd@lists.infradead.org
Subject: Re: [PATCH 2/4] nand base: Give drivers a chance to do late initialization.
Date: Tue, 08 Jan 2008 07:57:49 +0000 [thread overview]
Message-ID: <1199779069.4111.379.camel@shinybook.infradead.org> (raw)
In-Reply-To: <20071213171551.GA4459@loki.buserror.net>
On Thu, 2007-12-13 at 11:15 -0600, Scott Wood wrote:
> Some nand controllers, such as the Freescale enhanced local bus controller,
> need to do late initialization based on details of the chip that has been
> probed, such as chip size, large/small pages, etc. A late_init() callback
> method is added to allow this.
Do you really need this so late? Can't it be done between
nand_scan_ident() and nand_scan_tail()? That's why we split nand_scan()
into two in the first place...
--
dwmw2
next prev parent reply other threads:[~2008-01-08 7:59 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-13 17:15 [PATCH 1/4] nand base: Don't panic if a controller driver does ecc its own way Scott Wood
2007-12-13 17:15 ` [PATCH 2/4] nand base: Give drivers a chance to do late initialization Scott Wood
2008-01-08 7:57 ` David Woodhouse [this message]
2008-01-08 17:48 ` Scott Wood
2007-12-13 17:15 ` [PATCH 3/4] mtd: Factor out OF partition support from the NOR driver Scott Wood
2008-01-08 7:45 ` Stefan Roese
2008-01-08 8:10 ` David Woodhouse
2007-12-13 17:15 ` [PATCH 4/4] MPC8313 enhanced Local Bus Controller NAND support Scott Wood
2007-12-14 5:14 ` Kumar Gala
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=1199779069.4111.379.camel@shinybook.infradead.org \
--to=dwmw2@infradead.org \
--cc=linux-mtd@lists.infradead.org \
--cc=linuxppc-dev@ozlabs.org \
--cc=scottwood@freescale.com \
/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;
as well as URLs for NNTP newsgroup(s).