From mboxrd@z Thu Jan 1 00:00:00 1970 From: hdegoede@redhat.com (Hans de Goede) Date: Sat, 09 May 2015 17:58:43 +0200 Subject: [linux-sunxi] [PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support In-Reply-To: <1430904693-1404-1-git-send-email-jenskuske@gmail.com> References: <1430904693-1404-1-git-send-email-jenskuske@gmail.com> Message-ID: <554E2EB3.1000603@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi, On 06-05-15 11:31, Jens Kuske wrote: > Hi everyone, > > This patch series introduces basic kernel support for Allwinner's H3 SoC, > mainly basic clocks and pinctrl. It also adds interrupts, timers, > watchdog, RTC, dmaengine, MMC and UARTs, which are mostly compatible to > those in earlier SoCs like A23 and A31, and can simply be reused. > > These patches are based on Maxime's sunxi/for-next branch from > git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git > > Patch 1 adds machine support for the H3. > > Patch 2 adds support for the basic clocks. The AHB1/AHB2 split could > need some discussion. > > Patch 3 adds the pin sets for the H3 main PIO. > > Patch 4 adds the H3 specific parameters to the sun6i dmaengine driver. > > Patch 5 adds the DTSI for the H3. > > Patch 6 adds a DT for the Orange Pi Plus SBC, which these patches > were developed and tested with. Cool stuff, thanks for your work on this. Do you have any plans to also add support for the H3 to upstream u-boot ? Regards, Hans From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Subject: Re: [linux-sunxi] [PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support Date: Sat, 09 May 2015 17:58:43 +0200 Message-ID: <554E2EB3.1000603@redhat.com> References: <1430904693-1404-1-git-send-email-jenskuske@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1430904693-1404-1-git-send-email-jenskuske-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: jenskuske-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, Maxime Ripard , =?UTF-8?B?RW1pbGlvIEzDs3Bleg==?= , Mike Turquette , Linus Walleij , Vinod Koul , Rob Herring Cc: Chen-Yu Tsai , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: devicetree@vger.kernel.org Hi, On 06-05-15 11:31, Jens Kuske wrote: > Hi everyone, > > This patch series introduces basic kernel support for Allwinner's H3 SoC, > mainly basic clocks and pinctrl. It also adds interrupts, timers, > watchdog, RTC, dmaengine, MMC and UARTs, which are mostly compatible to > those in earlier SoCs like A23 and A31, and can simply be reused. > > These patches are based on Maxime's sunxi/for-next branch from > git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git > > Patch 1 adds machine support for the H3. > > Patch 2 adds support for the basic clocks. The AHB1/AHB2 split could > need some discussion. > > Patch 3 adds the pin sets for the H3 main PIO. > > Patch 4 adds the H3 specific parameters to the sun6i dmaengine driver. > > Patch 5 adds the DTSI for the H3. > > Patch 6 adds a DT for the Orange Pi Plus SBC, which these patches > were developed and tested with. Cool stuff, thanks for your work on this. Do you have any plans to also add support for the H3 to upstream u-boot ? Regards, Hans -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751818AbbEIP6v (ORCPT ); Sat, 9 May 2015 11:58:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34093 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750962AbbEIP6s (ORCPT ); Sat, 9 May 2015 11:58:48 -0400 Message-ID: <554E2EB3.1000603@redhat.com> Date: Sat, 09 May 2015 17:58:43 +0200 From: Hans de Goede User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: jenskuske@gmail.com, Maxime Ripard , =?UTF-8?B?RW1pbGlvIEzDs3Bleg==?= , Mike Turquette , Linus Walleij , Vinod Koul , Rob Herring CC: Chen-Yu Tsai , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [linux-sunxi] [PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support References: <1430904693-1404-1-git-send-email-jenskuske@gmail.com> In-Reply-To: <1430904693-1404-1-git-send-email-jenskuske@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On 06-05-15 11:31, Jens Kuske wrote: > Hi everyone, > > This patch series introduces basic kernel support for Allwinner's H3 SoC, > mainly basic clocks and pinctrl. It also adds interrupts, timers, > watchdog, RTC, dmaengine, MMC and UARTs, which are mostly compatible to > those in earlier SoCs like A23 and A31, and can simply be reused. > > These patches are based on Maxime's sunxi/for-next branch from > git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git > > Patch 1 adds machine support for the H3. > > Patch 2 adds support for the basic clocks. The AHB1/AHB2 split could > need some discussion. > > Patch 3 adds the pin sets for the H3 main PIO. > > Patch 4 adds the H3 specific parameters to the sun6i dmaengine driver. > > Patch 5 adds the DTSI for the H3. > > Patch 6 adds a DT for the Orange Pi Plus SBC, which these patches > were developed and tested with. Cool stuff, thanks for your work on this. Do you have any plans to also add support for the H3 to upstream u-boot ? Regards, Hans