From: David Brownell Date: Wed, 22 Apr 2009 02:51:31 +0000 (-0700) Subject: mtd: nand: minor davinci_nand cleanup X-Git-Tag: v2.6.31-rc1~53^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=533a0149148ccaa0199a1ee6492cd860e3c8b456;p=pandora-kernel.git mtd: nand: minor davinci_nand cleanup Make the DaVinci NAND driver require platform_data with board-specific configuration. We can't actually do any kind of sane job of configuring it otherwise. Also fix the comment about picking the "best" ECC mode. We can't do those any more; that relied on knowing what kind of CPU we're using (they don't all support 4-bit ECC), and current policy is that drivers not have cpu_is_*() checks. Signed-off-by: David Brownell Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed