[PATCH 2/4] nand base: Give drivers a chance to do late initialization.

David Woodhouse dwmw2 at infradead.org
Tue Jan 8 18:57:49 EST 2008


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




More information about the Linuxppc-dev mailing list