From: Mark A. Greer Date: Mon, 12 Oct 2009 23:16:37 +0000 (-0700) Subject: mtd: Add bad block table overrides to Davinci NAND driver X-Git-Tag: v2.6.33-rc1~66^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f611a79fe9859a30f2a7ae94b4d24f8e2dd75c91;p=pandora-kernel.git mtd: Add bad block table overrides to Davinci NAND driver The existing NAND infrastructure allows the default main and mirror bad block tables to be overridden in nand_default_bbt(). However, the davinci_nand driver does not support this. Add that support by adding fields to the davinci driver's platform data so platform code can pass in their own bbt's and make the davinci_nand driver honor them. Signed-off-by: Mark A. Greer Signed-off-by: Kevin Hilman CC: Sudhakar Rajashekhara Signed-off-by: David Woodhouse --- Reading git-diff-tree failed