From: Lei Wen Date: Tue, 17 Aug 2010 05:50:23 +0000 (+0800) Subject: mtd: pxa3xx_nand: condense the flash definition X-Git-Tag: v2.6.37-rc1~22^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1f82478c535f1de9fecf3cafa82014f312d5d4e;p=pandora-kernel.git mtd: pxa3xx_nand: condense the flash definition Adding a new flash definition would need less code. Keep the platform passing flash definition method. If one flash is both defined in platform data and builtin table, driver would select the one from platform data first. By this way, platform could select the timing most suit for itself, not need to follow the common settings. Signed-off-by: Lei Wen Signed-off-by: Haojian Zhuang Acked-by: Eric Miao Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed