Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: sunxi: Support the Nextthing GR8

The GR8 is an SoC made by Nextthing Co, loosely based on the sun5i family.

It has a number of new controllers compared to the A10s and A13 (SPDIF, I2S),
but some controllers missing too (Ethernet, less I2C, less UARTs).

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>

+5
+2
Documentation/arm/sunxi/README
··· 31 31 + User Manual 32 32 http://dl.linux-sunxi.org/A13/A13%20User%20Manual%20-%20v1.2%20%282013-01-08%29.pdf 33 33 34 + - Next Thing Co GR8 (sun5i) 35 + 34 36 * Dual ARM Cortex-A7 based SoCs 35 37 - Allwinner A20 (sun7i) 36 38 + User Manual
+1
Documentation/devicetree/bindings/arm/sunxi.txt
··· 14 14 allwinner,sun8i-a83t 15 15 allwinner,sun8i-h3 16 16 allwinner,sun9i-a80 17 + nextthing,gr8
+1
MAINTAINERS
··· 982 982 L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 983 983 S: Maintained 984 984 N: sun[x456789]i 985 + F: arch/arm/boot/dts/ntc-gr8* 985 986 986 987 ARM/Allwinner SoC Clock Support 987 988 M: Emilio López <emilio@elopez.com.ar>
+1
arch/arm/mach-sunxi/sunxi.c
··· 22 22 "allwinner,sun5i-a10s", 23 23 "allwinner,sun5i-a13", 24 24 "allwinner,sun5i-r8", 25 + "nextthing,gr8", 25 26 NULL, 26 27 }; 27 28