Message ID | CACRpkdY1EUbFK6Mk3nogjGGeSkmio2v6ZNFe1wh7sFcE3d51fg@mail.gmail.com |
---|---|
State | New |
Headers | show |
On Monday 17 June 2013, Linus Walleij wrote: > this is my big pull request for the U300 device tree and multiplatform work > queued for v3.11. It represents my best effort to do this as well as possible > to this point. > > After this the mach-u300 likely looks much more appetizing than before and > none of the changes are such that they cannot be undone if need be. > The only outstanding issue was that of the specific board node used > to hog board power, a patch to do that from the regulator driver was > rejected by the regulator maintainer asking that it be done from the > reset subsystem (power) instead, and that can certainly be done as > a refactoring for the next cycle, just as the movement to the regulator > driver was sent as a refactoring patch. > > All patches outside arch/arm/* have been ACKed by repective subsystem > maintainer except for the RTC COH 901331 driver where I have had no > response from the RTC maintainer for two months, and the patch is small > and fairly standard so now I suggest we merge that anyway. > > One could argue that some patches could have been delivered on > separate branches, for example the two fixes from Ulf Hansson and > Peter Huewe, but since the DT and multiplat conversion touches > absolutely everything, I am saving you some hours of conflict > resolution between these things by delivering it all on one branch. > Trying to deliver device tree and multiplatform on two branches > would have caused eternal headaches for sure. Great work! Pulled into next/soc now. Arnd
On Thu, Jun 20, 2013 at 2:27 AM, Arnd Bergmann <arnd@arndb.de> wrote: > I needed this patch on top. > > From e0a60445624107912e4684e20e5e9158b94b4c87 Mon Sep 17 00:00:00 2001 > From: Arnd Bergmann <arnd@arndb.de> > Date: Thu, 20 Jun 2013 02:26:37 +0200 > Subject: [PATCH] ARM: u300: only build for ARCH_MULTI_V5 > > This avoids impossible platform combinations, as we cannot > build a combined V5 + V6/V7 kernel. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> Of course... Acked-by: Linus Walleij <linus.walleij@linaro.org> Yours, Linus Walleij