aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-gemini/Makefile
Commit message (Collapse)AuthorAge
* ARM: gemini: get platform to build againArnd Bergmann2013-03-14
| | | | | | | | | There is no defconfig file for gemini, which has lead to a lot of bitrot. This makes the broken board files, the gpio implementation and the reset logic work again, and fixes the build warnings that got introduced with the changes to the readl/writel prototypes. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* ARM: mach-gemini: move special idle code out of lineNicolas Pitre2012-01-20
| | | | | | ... and hook it to arm_pm_idle. Signed-off-by: nicolas Pitre <nicolas.pitre@linaro.org>
* ARM: 6130/1: Gemini: add support for Raidsonic IB4220Hans Ulli Kroll2010-05-13
| | | | | | | | | | | | | | depends on patch # 6128, 6129 Add support for Nasbox IB4220 from Raidsonic. supported devices on SoC - GPIO with led und keys - UART - PFLASH, set fixed partition table Signed-off-by: Janos Laube <janos.dev@gmail.com> Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: 6129/1: Gemini: add support for Wiliboard WBD-222Hans Ulli Kroll2010-05-13
| | | | | | | | | | | | | | Depends on patch # 6128 Add support for Wiliboard WBD-222. supported devices on SoC - GPIO with led und keys - UART - PFLASH, set fixed partition table Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* ARM: 6128/1: Gemini: add support for Wiligear WBD-111Hans Ulli Kroll2010-05-13
| | | | | | | | | | | | added base support for the Wiligear WBD-111 supported devices on SoC - GPIO with led und keys - UART - PFLASH, set fixed partition table Signed-off-by: Imre Kaloz <kaloz@openwrt.org> Signed-off-by: Hans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
* Gemini: Add support for Teltonika RUT100Paulius Zaleckas2009-03-26
| | | | Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
* Gemini: gpiolib based GPIO support v2Paulius Zaleckas2009-03-26
| | | | | | | v2: - update copyrights Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
* ARM: Add Gemini architecture v3Paulius Zaleckas2009-03-26
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>