Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-14 | ARM: gemini: get platform to build again | Arnd Bergmann | |
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> | |||
2010-11-01 | tree-wide: fix comment/printk typos | Uwe Kleine-König | |
"gadget", "through", "command", "maintain", "maintain", "controller", "address", "between", "initiali[zs]e", "instead", "function", "select", "already", "equal", "access", "management", "hierarchy", "registration", "interest", "relative", "memory", "offset", "already", Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz> | |||
2009-05-28 | Gemini: Fix SRAM/ROM location after memory swap | Paulius Zaleckas | |
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> | |||
2009-03-26 | ARM: Add Gemini architecture v3 | Paulius Zaleckas | |
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> |