From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Wed, 14 May 2014 20:37:23 +0200 Subject: [PATCH v6 00/15] enable HiP04 SoC In-Reply-To: <1399795571-17231-1-git-send-email-haojian.zhuang@linaro.org> References: <1399795571-17231-1-git-send-email-haojian.zhuang@linaro.org> Message-ID: <14229972.j5k474Mq5Q@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Sunday 11 May 2014 16:05:56 Haojian Zhuang wrote: > Changelog: > v6: > * Split HiP04 enabling patch into patches on document, mcpm & hiP04. > * Move reset operation in HiP04 MCPM implementation. > * Remove ARCH_MULTI_V7_NONLPAE & ARCH_MULTI_V7_LPAE according to olof's > comment. The latest version looks good to me, at least if all the remaining comments for the mcpm implementation have been addressed. I would suggest to split the series into two, and submit all the gic related changes through Russell's patch tracker but have a pull request for the platform changes. As far as I can tell, there are no compile-time dependencies between the two, so we don't get a broken build during bisection, but of course the platform will only be usable if both parts are merged. Arnd