- 12 5月, 2015 1 次提交
-
-
由 Hans Ulli Kroll 提交于
This patch fixes a compiler warning in gemini_restart() issued by commit 7b6d864b ("reboot:arm: reboot_mode changes from char to enum reboot_mode"). arch/arm/mach-gemini/board-rut1xx.c:93:2: warning: initialization from incompatible pointer type The warning is harmless, and the patch does not need to be backported to stable kernels. Fixes: 7b6d864b ("reboot:arm: reboot_mode changes from char to enum reboot_mode.") Signed-off-by: NHans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: NArnd Bergmann <arnd@arndb.de>
-
- 15 3月, 2013 1 次提交
-
-
由 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: NArnd Bergmann <arnd@arndb.de>
-
- 25 1月, 2011 1 次提交
-
-
由 Hans Ulli Kroll 提交于
adds rtc support for all Gemini SoC boards nas4220b, rut1xx, wbd111, wbd222 Signed-off-by: NHans Ulli Kroll <ulli.kroll@googlemail.com> Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
-
- 26 3月, 2009 2 次提交
-
-
由 Paulius Zaleckas 提交于
v2: - update copyrights Signed-off-by: NPaulius Zaleckas <paulius.zaleckas@teltonika.lt>
-
由 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: NPaulius Zaleckas <paulius.zaleckas@teltonika.lt>
-