From: Marek Vasut Date: Mon, 14 Jun 2010 14:12:03 +0000 (+0200) Subject: [ARM] pxa/spitz: Rework spitz X-Git-Tag: v2.6.36-rc1~102^2^2^2~2^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d679827e5b45e737fe86ab399b0891dd0cf00cb;p=pandora-kernel.git [ARM] pxa/spitz: Rework spitz This huge patch mostly shuffles code. The spitz.c file contained terrible mess and needed a cleanup, here it is: 1) Made every part modular, components are not built in if not selected. 2) Removed loads of preprocessor goo, mostly "#ifdef MACH_AKITA .... #endif" and similar code. The kernel size will grow by a few kb now, but the file is much more readable. 3) Reworked SD/CF power setting function and made it reentrant. 4) Add ISL6271A regulator support 5) Correctly register WM8750 Signed-off-by: Marek Vasut --- Reading git-diff-tree failed