From: Wolfram Sang Date: Fri, 29 Apr 2011 13:06:39 +0000 (+0200) Subject: ARM: mach-mxs: add stmp378x-devb X-Git-Tag: v3.0-rc1~328^2~2^5~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a98253e8006a016bcb49c2d9c77041266ea3c5f5;p=pandora-kernel.git ARM: mach-mxs: add stmp378x-devb STMP378x and MX23 are the same and just relabeled. There is a mach-stmp378x, however, it has a lot of reinvented interfaces, leaking all sorts of mach-specific functions into the drivers. One example is the dmaengine which does not use the linux dmaengine-API but some privately exported symbols. This makes generic use of the drivers impossible. mach-mxs does it better, so convert the board to mach-mxs. After that, it is possible to delete all stmp-specific code which should ease further ARM-consolidation. Compile tested only due to no hardware (seems not available anymore). Signed-off-by: Wolfram Sang Acked-by: Shawn Guo Signed-off-by: Russell King --- Reading git-diff-tree failed