From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Subject: Re: [PATCH 0/6] ARM: sunxi: Introduce Allwinner H3 support Date: Wed, 21 Oct 2015 21:23:52 +0200 Message-ID: <5627E648.3090408@redhat.com> References: <1445444007-4260-1-git-send-email-jenskuske@gmail.com> Reply-To: hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Return-path: In-Reply-To: <1445444007-4260-1-git-send-email-jenskuske-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Jens Kuske , Maxime Ripard , Chen-Yu Tsai , Mike Turquette , Linus Walleij , Rob Herring , Philipp Zabel , =?UTF-8?Q?Emilio_L=c3=b3pez?= Cc: Vishnu Patekar , 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 21-10-15 18:13, Jens Kuske wrote: > Hi everyone, > > This is v3 of my patch series introducing basic kernel support for Allwinner's > H3 SoC. It mainly adds 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 p.s. For the next version you will want to base these on the sunxi-next branch of: https://github.com/linux-sunxi/linux-sunxi.git There is at least a conflict with the pio driver due to the addition of the a83 pio driver which mripard/linux/sunxi/for-next does not have, where as linux-sunxi/sunxi-next does have that merged in. Regards, Hans