[PATCH v4 2/2] devicetree: Add vendor prefix for FriendlyARM

2016-09-05 Thread James Pettigrew
Guangzhou FriendlyARM Computer Tech Co., Ltd is a Chinese ARM board vendor. Signed-off-by: James Pettigrew <ja...@innovum.com.au> Reviewed-by: Rask Ingemann Lambertsen <ccc94...@vip.cybercity.dk> --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed,

[PATCH v4 2/2] devicetree: Add vendor prefix for FriendlyARM

2016-09-05 Thread James Pettigrew
Guangzhou FriendlyARM Computer Tech Co., Ltd is a Chinese ARM board vendor. Signed-off-by: James Pettigrew Reviewed-by: Rask Ingemann Lambertsen --- Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings

[PATCH v4 0/2] ARM: sunxi: Add support for FriendlyARM NanoPi NEO SBC

2016-09-05 Thread James Pettigrew
: Fixed syntax errors Changes in v4: Moved change to vendor-prefixes into separate patch James Pettigrew (2): ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC devicetree: Add vendor prefix for FriendlyARM .../devicetree/bindings/vendor-prefixes.txt| 1 + arch/arm/boot

[PATCH v4 0/2] ARM: sunxi: Add support for FriendlyARM NanoPi NEO SBC

2016-09-05 Thread James Pettigrew
: Fixed syntax errors Changes in v4: Moved change to vendor-prefixes into separate patch James Pettigrew (2): ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC devicetree: Add vendor prefix for FriendlyARM .../devicetree/bindings/vendor-prefixes.txt| 1 + arch/arm/boot

[PATCH v4 1/2] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-05 Thread James Pettigrew
The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a micro SD slot, 10/100Mbit ethernet and a single USB-A port. Signed-off-by: James Pettigrew <ja...@innovum.com.au> Reviewed-by: Rask Ingemann Lambertsen <ccc94...@vip.cybercity.dk> --- arch/arm/boot/

[PATCH v4 1/2] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-05 Thread James Pettigrew
The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a micro SD slot, 10/100Mbit ethernet and a single USB-A port. Signed-off-by: James Pettigrew Reviewed-by: Rask Ingemann Lambertsen --- arch/arm/boot/dts/Makefile| 1 + arch/arm/boot/dts/sun8i-h3-nanopi

[PATCH v3] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-04 Thread James Pettigrew
The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a micro SD slot, 10/100Mbit ethernet and a single USB-A port. Signed-off-by: James Pettigrew <ja...@innovum.com.au> --- Changes in v3: Fixed syntax errors --- .../devicetree/bindings/vendor-prefixes.txt| 1 +

[PATCH v3] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-04 Thread James Pettigrew
The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a micro SD slot, 10/100Mbit ethernet and a single USB-A port. Signed-off-by: James Pettigrew --- Changes in v3: Fixed syntax errors --- .../devicetree/bindings/vendor-prefixes.txt| 1 + arch/arm/boot/dts/Makefile

[PATCH v2] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-04 Thread James Pettigrew
The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a micro SD slot, 10/100Mbit ethernet and a single USB-A port. Signed-off-by: James Pettigrew <ja...@innovum.com.au> --- Changes in v2: As per Rask's review (thank you): Added vendor prefix Removed unnc

[PATCH v2] ARM: dts: sun8i: Add dts file for the NanoPi NEO SBC

2016-09-04 Thread James Pettigrew
The NanoPi NEO is a minimal H3 based SBC. It comes with 256/512M RAM, a micro SD slot, 10/100Mbit ethernet and a single USB-A port. Signed-off-by: James Pettigrew --- Changes in v2: As per Rask's review (thank you): Added vendor prefix Removed unncessary input.h include