Message ID | pull-1341925556-888624 |
---|---|
State | New |
Headers | show |
On Tuesday 10 July 2012, Tony Lindgren wrote: > * Tony Lindgren <tony@atomide.com> [120710 06:21]: > > The following changes since commit fb584511c4664573097ece7df0de06ad00b713a2: > > > > ARM: OMAP: sdrc: Fix the build break for OMAP4 only builds (2012-07-09 01:44:11 -0700) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap devel-omap5 > > FYI, I got some merge conflicts with the am33xx and PM/smartreflex > changes, here's how I resolved them. > Pulled all five branches now. I put the am33xx clk data into the next/clk branch, as that seemed convenient. The omap5 branch is in the next/newsoc branch, together with the new Marvell ArmadaXP port. I'm not extremely happy with the multi-level dependencies, but it's still manageable at the moment, especially since I have a relatively large number of next/* branches. If others submit pull requests that create additional dependencies I might have to reject them if that gets too complex. Arnd
* Arnd Bergmann <arnd@arndb.de> [120710 08:57]: > On Tuesday 10 July 2012, Tony Lindgren wrote: > > * Tony Lindgren <tony@atomide.com> [120710 06:21]: > > > The following changes since commit fb584511c4664573097ece7df0de06ad00b713a2: > > > > > > ARM: OMAP: sdrc: Fix the build break for OMAP4 only builds (2012-07-09 01:44:11 -0700) > > > > > > are available in the git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap devel-omap5 > > > > FYI, I got some merge conflicts with the am33xx and PM/smartreflex > > changes, here's how I resolved them. > > > > Pulled all five branches now. OK thanks. > I put the am33xx clk data into the next/clk branch, as that seemed convenient. > The omap5 branch is in the next/newsoc branch, together with the new Marvell > ArmadaXP port. OK > I'm not extremely happy with the multi-level dependencies, but it's still > manageable at the moment, especially since I have a relatively large number > of next/* branches. Yes me neither, that causes a lot of extra work keeping thing working. The clean-up we did caused quite a bit of these dependencies, but was necessary for adding am33xx and omap5 in somewhat clean way to avoid patching all over the place to add more soc_is_omapxxxx() calls. So this amount of dependencies should be rare. All the clean-up should really have been in the first clean-up branch, but was not quite ready yet at that point. That would have simplified things a lot. > If others submit pull requests that create additional dependencies I might > have to reject them if that gets too complex. Yes sorry about that, I too was considering leaving some of these branches for v3.7 to let the dependencies clear out.. Anyways thanks again for the extra effort on your part too. Regards, Tony
* Mohammed, Afzal <afzal@ti.com> [120712 23:19]: > Hi Tony, > > On Tue, Jul 10, 2012 at 18:35:55, Tony Lindgren wrote: > > The following changes since commit 6887a4131da3adaab011613776d865f4bcfb5678: > > > > Linux 3.5-rc5 (2012-06-30 16:08:57 -0700) > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-devel-dt-for-v3.6 > > > > for you to fetch changes up to f700c4d780f14125f61b70e86d805908efe3fb89: > > > > arm/dts: New dts file for PandaBoardES (4460) (2012-07-09 05:37:05 -0700) > > > > ---------------------------------------------------------------- > > Device tree related patches for omaps > > > > ---------------------------------------------------------------- > > Afzal Mohammed (1): > > arm/dts: am33xx wdt node > > The above patch seems to be an empty one, actual changes in it as in > original patch [1] is missing, same changes are shown below for your > reference [2]. > > Can you please do the needful so that the intended change of this > patch makes to mainline this merge window. Argh. Thanks for letting me know. I must have something wrong with my scripts when applying patches. We'll have to apply this as a fix. Regards, Tony > Regards > Afzal > > [1] http://www.mail-archive.com/linux-omap@vger.kernel.org/msg71644.html > [2] > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > index f46e353..08b2a5b 100644 > --- a/arch/arm/boot/dts/am33xx.dtsi > +++ b/arch/arm/boot/dts/am33xx.dtsi > @@ -185,5 +185,10 @@ > compatible = "ti,omap3-hsmmc"; > ti,hwmods = "mmc3"; > }; > + > + wdt2: wdt@44e35000 { > + compatible = "ti,omap3-wdt"; > + ti,hwmods = "wd_timer2"; > + }; > }; > };
* Tony Lindgren <tony@atomide.com> [120712 23:46]: > * Mohammed, Afzal <afzal@ti.com> [120712 23:19]: > > Hi Tony, > > > > On Tue, Jul 10, 2012 at 18:35:55, Tony Lindgren wrote: > > > The following changes since commit 6887a4131da3adaab011613776d865f4bcfb5678: > > > > > > Linux 3.5-rc5 (2012-06-30 16:08:57 -0700) > > > > > > are available in the git repository at: > > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-devel-dt-for-v3.6 > > > > > > for you to fetch changes up to f700c4d780f14125f61b70e86d805908efe3fb89: > > > > > > arm/dts: New dts file for PandaBoardES (4460) (2012-07-09 05:37:05 -0700) > > > > > > ---------------------------------------------------------------- > > > Device tree related patches for omaps > > > > > > ---------------------------------------------------------------- > > > Afzal Mohammed (1): > > > arm/dts: am33xx wdt node > > > > The above patch seems to be an empty one, actual changes in it as in > > original patch [1] is missing, same changes are shown below for your > > reference [2]. > > > > Can you please do the needful so that the intended change of this > > patch makes to mainline this merge window. > > Argh. Thanks for letting me know. I must have something wrong with > my scripts when applying patches. We'll have to apply this as a fix. Arnd and Olof, let me know if you want me to resubmit a new branch instead of the already pulled devel-dt branch. That branch should not have other dependencies as it's based on -rc5. Of course is it's buried into other DT patches it's too late. > Regards, > > Tony > > > Regards > > Afzal > > > > [1] http://www.mail-archive.com/linux-omap@vger.kernel.org/msg71644.html > > [2] > > diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi > > index f46e353..08b2a5b 100644 > > --- a/arch/arm/boot/dts/am33xx.dtsi > > +++ b/arch/arm/boot/dts/am33xx.dtsi > > @@ -185,5 +185,10 @@ > > compatible = "ti,omap3-hsmmc"; > > ti,hwmods = "mmc3"; > > }; > > + > > + wdt2: wdt@44e35000 { > > + compatible = "ti,omap3-wdt"; > > + ti,hwmods = "wd_timer2"; > > + }; > > }; > > }; > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
On Tue, Aug 07, 2012 at 12:43:51, Tony Lindgren wrote: > * Tony Lindgren <tony@atomide.com> [120713 01:01]: > > * Tony Lindgren <tony@atomide.com> [120712 23:46]: > > > my scripts when applying patches. We'll have to apply this as a fix. > > Arnd and Olof, let me know if you want me to resubmit a new branch instead > > of the already pulled devel-dt branch. That branch should not have other > > dependencies as it's based on -rc5. Of course is it's buried into other > > DT patches it's too late. > > Now with -rc1 out, I'll queue the following fix. Thanks Tony Regards Afzal