From: Yong Wang Date: Wed, 17 Nov 2010 14:09:54 +0000 (+0800) Subject: staging: spectra: asynchronous init X-Git-Tag: v2.6.38-rc1~423^2~271 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63fcf10db218a89cbd1e34c47540c3e28706cff1;p=pandora-kernel.git staging: spectra: asynchronous init The spectra nand driver takes quite some time to initialize because it needs to scan the whole nand disk to find the latest block table. This patch initializes the spectra nand driver asynchronously so that other things in the kernel can initialize in parallel to the scanning operation. Signed-off-by: Yong Wang Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed