Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239599
| From | Maxime Ripard <maxime.ripard@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/5] ARM: sunxi: Introduce CHIP support |
| Date | 2015-10-05 16:30 +0200 |
| Message-ID | <qgeW5-1th-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, Here is a serie introducing the support for the Allwinner R8 and the Nextthing's CHIP. Support is almost complete for the CHIP itself, the only missing part for now is the WiFi chip that needs to be powered through two combined regulators (AXP209's LDO3 and LDO4). The audio codec is also missing since it's not already enabled in the DT. Both these features will be addressed eventually. Let me know what you think, Maxime Changes from v1: - Collected tags - Removed unused include files - Removed ipsout, dram and vcc regulators - Added USB power supply Maxime Ripard (5): ARM: sunxi: Add R8 support ARM: sun5i: Add R8 DTSI ARM: sun5i: dt: Move uart3 pinctrl node to common DTSI ARM: sun5i: dt: Add UART3 CTS and RTS pins ARM: sun5i: Add C.H.I.P DTS Documentation/arm/sunxi/README | 2 +- Documentation/devicetree/bindings/arm/sunxi.txt | 1 + arch/arm/boot/dts/Makefile | 3 +- arch/arm/boot/dts/sun5i-a10s.dtsi | 7 - arch/arm/boot/dts/sun5i-r8-chip.dts | 224 ++++++++++++++++++++++++ arch/arm/boot/dts/sun5i-r8.dtsi | 59 +++++++ arch/arm/boot/dts/sun5i.dtsi | 14 ++ arch/arm/mach-sunxi/sunxi.c | 3 +- drivers/clk/sunxi/clk-sunxi.c | 1 + 9 files changed, 304 insertions(+), 10 deletions(-) create mode 100644 arch/arm/boot/dts/sun5i-r8-chip.dts create mode 100644 arch/arm/boot/dts/sun5i-r8.dtsi -- 2.5.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/5] ARM: sunxi: Introduce CHIP support Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-05 16:30 +0200
[PATCH v2 3/5] ARM: sun5i: dt: Move uart3 pinctrl node to common DTSI Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-05 16:30 +0200
[PATCH v2 1/5] ARM: sunxi: Add R8 support Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-05 16:30 +0200
[PATCH v2 4/5] ARM: sun5i: dt: Add UART3 CTS and RTS pins Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-05 16:30 +0200
[PATCH v2 5/5] ARM: sun5i: Add C.H.I.P DTS Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-05 16:30 +0200
Re: [linux-sunxi] [PATCH v2 5/5] ARM: sun5i: Add C.H.I.P DTS Julian Calaby <julian.calaby@gmail.com> - 2015-10-06 03:20 +0200
Re: [linux-sunxi] [PATCH v2 5/5] ARM: sun5i: Add C.H.I.P DTS Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-06 18:20 +0200
Re: [linux-sunxi] [PATCH v2 5/5] ARM: sun5i: Add C.H.I.P DTS Julian Calaby <julian.calaby@gmail.com> - 2015-10-07 00:40 +0200
Re: [linux-sunxi] [PATCH v2 5/5] ARM: sun5i: Add C.H.I.P DTS Maxime Ripard <maxime.ripard@free-electrons.com> - 2015-10-07 11:30 +0200
csiph-web