From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Fri, 16 Oct 2015 11:45:33 +0200 Subject: [GIT PULL 2/2] omap device tree changes for v4.4 In-Reply-To: <20151015210425.GQ10113@atomide.com> References: <8058507.49AsgX8PR9@wuerfel> <20151015210425.GQ10113@atomide.com> Message-ID: <17309037.Mt8pPYt4aa@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 15 October 2015 14:04:26 Tony Lindgren wrote: > * Arnd Bergmann [151015 13:40]: > > On Wednesday 14 October 2015 14:38:59 Tony Lindgren wrote: > > > > > Note that this branch is against v4.3-rc4 as that contains critical > > > MMC related fixes to boot with MMC working on most omaps. > > > > While we are lucky this time as I based the branch on -rc4 anyway, > > a nicer way to do this would be to ensure that a fix you want > > to base on is based an older -rc, and then you base your own branch > > on top of that fix, to minimize the number of back-merged patches. > > Sure that would be doable too at the cost of a few extra merges. You can always look at our existing next/* branches to see what they are based on. If we already have the commit you need (like this time), it's not a problem at all to use the same base. Arnd