From: Sergei Shtylyov Date: Sun, 1 Aug 2010 17:15:16 +0000 (+0400) Subject: DA850: move NAND/NOR pin lists to the board file X-Git-Tag: v2.6.37-rc1~122^2~1^2~36 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f48ecc2f73763e9d94d5847692ed25ab0f4fb73c;p=pandora-kernel.git DA850: move NAND/NOR pin lists to the board file The NAND/NOR flash pin lists (da850_nand_pins/da850_nor_pins) are purely board specific and as such shouldn't be in da850.c -- copy them to board-da850-evm.c, renaming to da850_evm_nand_pins/da850_evm_nor_pins respectively, and merge the two lists in da850.c into one, representing the EMIF 2.5 module as a whole, just like we have it in da830.c... While at it, remove the '__init' modifier from da850_evm_setup_nor_nand() as this function is called from non '__init' code... Signed-off-by: Sergei Shtylyov Tested-by: Ben Gardiner Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed