Message ID | 20111020171158.GJ32007@S2100-06.ap.freescale.net |
---|---|
State | New |
Headers | show |
On Fri, Oct 21, 2011 at 01:11:59AM +0800, Shawn Guo wrote: > Please pull imx6q series. It's based on v3.1-rc10 with the following > branches merged plus a number of cache-l2x0 patches currently sitting > on rmk/for-next. Don't do that. If there's something you need, _ask_ me. The L2x0 patches got shuffled out into their own branch when the SMP and debug patches got split out of the 'misc' branch.
On Thursday 20 October 2011 22:18:34 Russell King - ARM Linux wrote: > On Fri, Oct 21, 2011 at 01:11:59AM +0800, Shawn Guo wrote: > > Please pull imx6q series. It's based on v3.1-rc10 with the following > > branches merged plus a number of cache-l2x0 patches currently sitting > > on rmk/for-next. > > Don't do that. If there's something you need, ask me. The L2x0 > patches got shuffled out into their own branch when the SMP and debug > patches got split out of the 'misc' branch. Since I already had the branches at hand for the highbank tree, I gave this a go and rebased the imx6q branch on top of the stable branches that are there and confirmed that it actually builds. I have pulled the result into the next/soc branch along with highbank and picoxcell. Shawn and Sascha, can you confirm that this is correct? Arnd
2011/10/21 Russell King - ARM Linux <linux@arm.linux.org.uk>: > On Fri, Oct 21, 2011 at 01:11:59AM +0800, Shawn Guo wrote: >> Please pull imx6q series. It's based on v3.1-rc10 with the following >> branches merged plus a number of cache-l2x0 patches currently sitting >> on rmk/for-next. > > Don't do that. If there's something you need, _ask_ me. The L2x0 > patches got shuffled out into their own branch when the SMP and debug > patches got split out of the 'misc' branch. does it mean i can rebase the prima2 l2 patch based on the rmk/l2 branch with the two commits i need: ARM: 7090/1: CACHE-L2X0: filter start address can be 0 and is often 0; ARM: 7114/1: cache-l2x0: add resume entry for l2 in secure mode and let Arnd pull my prima2 l2 patches? > Thanks barry
On Mon, Oct 24, 2011 at 09:15:38AM +0800, Barry Song wrote: > 2011/10/21 Russell King - ARM Linux <linux@arm.linux.org.uk>: > > On Fri, Oct 21, 2011 at 01:11:59AM +0800, Shawn Guo wrote: > >> Please pull imx6q series. It's based on v3.1-rc10 with the following > >> branches merged plus a number of cache-l2x0 patches currently sitting > >> on rmk/for-next. > > > > Don't do that. If there's something you need, _ask_ me. The L2x0 > > patches got shuffled out into their own branch when the SMP and debug > > patches got split out of the 'misc' branch. > > does it mean i can rebase the prima2 l2 patch based on the rmk/l2 > branch with the two commits i need: > ARM: 7090/1: CACHE-L2X0: filter start address can be 0 and is often 0; > ARM: 7114/1: cache-l2x0: add resume entry for l2 in secure mode The l2x0 branch contains these commits, so you can use that as a basis for your work. If you have other dependencies, you may have to merge this with other branches. Note - an issue which came up with the GIC PPI pull request - if you're merging by commit ID, please go back and edit the commit message using git commit --amend and make it _more_ informative. This is far from a useful commit message: Merge commit '32cffdd' into ppi-irq-core-for-rmk What this is actually doing is merging Thomas' IRQ tree, but that message gives no clue that's what happened. On the other hand, a real pull gives this kind of message: Merge branch 'ppi-irq-core-for-rmk' of git://github.com/mzyngier/arm-platforms into devel-stable And this says exactly what tree is being merged from where - and such a line explains why the other commits (which come from someone elses tree) are there.