summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-gemini
Commit message (Collapse)AuthorAgeFilesLines
* ARM: 5882/1: ARM: Fix uncompress code compile for different defines of ↵Tony Lindgren2010-01-181-1/+3
| | | | | | | | | | | | | | | | | | | | | flush(void) Because of the include of the decompress_inflate.c file from boot/compress/misc.c, there are different flush() defines: In file included from arch/arm/boot/compressed/misc.c:249: arch/arm/boot/compressed/../../../../lib/decompress_inflate.c:138:29: error: macro "flush" passed 2 arguments, but takes just 0 Fix this by removing the define of flush() in misc.c for CONFIG_DEBUG_ICEDCC as it's already defined in mach/uncompress.h, and that is being included unconditionally. Also use a static inline function instead of define for mach-mxc and mach-gemini to avoid similar bug for those platforms. Signed-off-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* Gemini: Fix SRAM/ROM location after memory swapPaulius Zaleckas2009-05-281-2/+1
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
* [ARM] arch_reset() now takes a second parameterRussell King2009-03-301-1/+1
| | | | | | Add it to the new platforms. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* Gemini: Add support for Teltonika RUT100Paulius Zaleckas2009-03-263-0/+105
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
* Gemini: gpiolib based GPIO support v2Paulius Zaleckas2009-03-265-2/+263
| | | | | | | v2: - update copyrights Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
* ARM: Add Gemini architecture v3Paulius Zaleckas2009-03-2619-0/+1024
Adds support for Cortina Systems Gemini family CPUs: http://www.cortina-systems.com/products/category/18 v3: - fixed __io(a) to be defined as __typesafe_io(a) v2: - #include <asm/io.h> -> <linux/io.h> - remove asm/system.h include - revorked mm.c to use named initializers - removed "empty" dma.h - updated copyrights Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
OpenPOWER on IntegriCloud