[Zaurus-devel] [PATCH 2/2] pxa/spitz: Rework spitz

2010-06-11 Thread Marek Vasut
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 siz

[Zaurus-devel] [PATCH 1/2] ARM/scoop: Add CPR register bit definitions

2010-06-11 Thread Marek Vasut
Add bit definitions of the CPR register of the SCOOP chip into scoop.h Signed-off-by: Marek Vasut --- arch/arm/include/asm/hardware/scoop.h |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/arch/arm/include/asm/hardware/scoop.h b/arch/arm/include/asm/hardware/scoop.h