public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* Git pull request for omap patches for post 2.6.26
@ 2008-07-03 10:11 Tony Lindgren
  2008-07-07 20:05 ` Russell King - ARM Linux
  0 siblings, 1 reply; 9+ messages in thread
From: Tony Lindgren @ 2008-07-03 10:11 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: linux-omap

Russell,

Please pull the omap patches for post-2.6.26 from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap2-upstream

The patches in question have been posted earlier to linux-arm-kernel
as three separate sets:

[PATCH 00/21] Omap upstream patches for post 2.6.26 [1]
[PATCH 00/12] Omap2 clock patches for post 2.6.26 [2]
[PATCH 00/16] Omap2 patches for post 2.6.26 [3]

These patches can be also viewed at [4][5][6].

As the earlier omap fixes have now been merged, I've rebased
these patches on top of v2.6.26-rc8-204-gc461a97.

Regards,

Tony


[1]
http://lists.arm.linux.org.uk/lurker/message/20080607.014741.c6666812.en.html
http://lists.arm.linux.org.uk/lurker/message/20080607.013033.9ad5054e.en.html
...

[2]
http://lists.arm.linux.org.uk/lurker/message/20080607.015122.ee025150.en.html
http://lists.arm.linux.org.uk/lurker/message/20080607.013506.bdb3222f.en.html
...

[3]
http://lists.arm.linux.org.uk/lurker/message/20080607.014741.c6666812.en.html
http://lists.arm.linux.org.uk/lurker/message/20080607.014742.746c44a3.en.html
http://lists.arm.linux.org.uk/lurker/message/20080607.021228.06b0242e.en.html#linux-arm-kernel
...

[4]
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=097c584cd48844d9ef8402bdc6ab49e7e2135f31

[5]
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=5114490e93ae9e445365bd9ff9e6bd96ae816307

[6]
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=457dfc3bf3ac4ac1f6a5ab6651b52caed3f8d4da

-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ:        http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette:  http://www.arm.linux.org.uk/mailinglists/etiquette.php

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Git pull request for omap patches for post 2.6.26
  2008-07-03 10:11 Git pull request for omap patches for post 2.6.26 Tony Lindgren
@ 2008-07-07 20:05 ` Russell King - ARM Linux
  2008-07-08  7:40   ` Tony Lindgren
  0 siblings, 1 reply; 9+ messages in thread
From: Russell King - ARM Linux @ 2008-07-07 20:05 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-arm-kernel, linux-omap

On Thu, Jul 03, 2008 at 01:11:42PM +0300, Tony Lindgren wrote:
> Please pull the omap patches for post-2.6.26 from:
> 
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap2-upstream

I pulled this some time back but never merged it - but I did look at it.

However, I never got around to looking at your other patches on the
mailing list I'm afraid.

Looking at what's in this git tree, there's at least a number of commits
early on which are empty.  I've not really looked much further.

Since I've only just remembered about this, I think I'm going to have to
say "no more" to further community PXA commits this side of the merge
window to make sufficient time to look at your OMAP stuff properly.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Git pull request for omap patches for post 2.6.26
  2008-07-07 20:05 ` Russell King - ARM Linux
@ 2008-07-08  7:40   ` Tony Lindgren
  2008-07-16  7:18     ` Tony Lindgren
  0 siblings, 1 reply; 9+ messages in thread
From: Tony Lindgren @ 2008-07-08  7:40 UTC (permalink / raw)
  To: Russell King - ARM Linux; +Cc: linux-arm-kernel, linux-omap

* Russell King - ARM Linux <linux@arm.linux.org.uk> [080707 23:06]:
> On Thu, Jul 03, 2008 at 01:11:42PM +0300, Tony Lindgren wrote:
> > Please pull the omap patches for post-2.6.26 from:
> > 
> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap2-upstream
> 
> I pulled this some time back but never merged it - but I did look at it.
> 
> However, I never got around to looking at your other patches on the
> mailing list I'm afraid.

Yes, I think you've only commented on the patches in the first series
so far. Let me know if you have any comments on the other patches
and I'll fix them ASAP.

Basically once these patches are merged, we're a only missing board-*.c
files under mach-omap2 to be again mostly in sync with mainline tree for
mach-omap2. So hopefully only one more merge window of lots of patches
after this merge window!

Currently plat-omap and mach-omap1 are pretty close in sync with
mainline tree except for some board-*.c under mach-omap1.

> Looking at what's in this git tree, there's at least a number of commits
> early on which are empty.  I've not really looked much further.

Looks like there were the two already merged fixed still there, I've
run stg clean on the series and rebased against 2.6.26-rc9. I've also
verified that the series applies against your current tree. The location
to pull from is same as earlier.

> Since I've only just remembered about this, I think I'm going to have to
> say "no more" to further community PXA commits this side of the merge
> window to make sufficient time to look at your OMAP stuff properly.

It would be nice to have merging mach-* patches more distributed so
you don't have to spend so much time looking at that stuff.

Regards,

Tony

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Git pull request for omap patches for post 2.6.26
  2008-07-08  7:40   ` Tony Lindgren
@ 2008-07-16  7:18     ` Tony Lindgren
  2008-07-16  8:01       ` Tony Lindgren
  0 siblings, 1 reply; 9+ messages in thread
From: Tony Lindgren @ 2008-07-16  7:18 UTC (permalink / raw)
  To: Russell King - ARM Linux; +Cc: linux-arm-kernel, linux-omap

Russell,

* Tony Lindgren <tony@atomide.com> [080708 10:39]:
> * Russell King - ARM Linux <linux@arm.linux.org.uk> [080707 23:06]:
> > On Thu, Jul 03, 2008 at 01:11:42PM +0300, Tony Lindgren wrote:
> > > Please pull the omap patches for post-2.6.26 from:
> > > 
> > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap2-upstream
> > 
> > I pulled this some time back but never merged it - but I did look at it.
> > 
> > However, I never got around to looking at your other patches on the
> > mailing list I'm afraid.
> 
> Yes, I think you've only commented on the patches in the first series
> so far. Let me know if you have any comments on the other patches
> and I'll fix them ASAP.

If you are swamped with looking at the patches and want to only
pull the first omap series out of the three, then you can pull only the
omap-upstream branch.

Unfortunately this option would then leave omap2-clock and omap2-upstream
patches to the next merge window.


> Basically once these patches are merged, we're a only missing board-*.c
> files under mach-omap2 to be again mostly in sync with mainline tree for
> mach-omap2. So hopefully only one more merge window of lots of patches
> after this merge window!
> 
> Currently plat-omap and mach-omap1 are pretty close in sync with
> mainline tree except for some board-*.c under mach-omap1.
> 
> > Looking at what's in this git tree, there's at least a number of commits
> > early on which are empty.  I've not really looked much further.
> 
> Looks like there were the two already merged fixed still there, I've
> run stg clean on the series and rebased against 2.6.26-rc9. I've also
> verified that the series applies against your current tree. The location
> to pull from is same as earlier.
> 
> > Since I've only just remembered about this, I think I'm going to have to
> > say "no more" to further community PXA commits this side of the merge
> > window to make sufficient time to look at your OMAP stuff properly.
> 
> It would be nice to have merging mach-* patches more distributed so
> you don't have to spend so much time looking at that stuff.
> 
> Regards,
> 
> Tony

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Git pull request for omap patches for post 2.6.26
  2008-07-16  7:18     ` Tony Lindgren
@ 2008-07-16  8:01       ` Tony Lindgren
  2008-07-16  8:45         ` Russell King - ARM Linux
  0 siblings, 1 reply; 9+ messages in thread
From: Tony Lindgren @ 2008-07-16  8:01 UTC (permalink / raw)
  To: Russell King - ARM Linux; +Cc: linux-arm-kernel, linux-omap

* Tony Lindgren <tony@atomide.com> [080716 10:18]:
> Russell,
> 
> * Tony Lindgren <tony@atomide.com> [080708 10:39]:
> > * Russell King - ARM Linux <linux@arm.linux.org.uk> [080707 23:06]:
> > > On Thu, Jul 03, 2008 at 01:11:42PM +0300, Tony Lindgren wrote:
> > > > Please pull the omap patches for post-2.6.26 from:
> > > > 
> > > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap2-upstream
> > > 
> > > I pulled this some time back but never merged it - but I did look at it.
> > > 
> > > However, I never got around to looking at your other patches on the
> > > mailing list I'm afraid.
> > 
> > Yes, I think you've only commented on the patches in the first series
> > so far. Let me know if you have any comments on the other patches
> > and I'll fix them ASAP.
> 
> If you are swamped with looking at the patches and want to only
> pull the first omap series out of the three, then you can pull only the
> omap-upstream branch.
> 
> Unfortunately this option would then leave omap2-clock and omap2-upstream
> patches to the next merge window.

Well looks like all omap-upstream and few omap2-clock patches have been
merged. I've rebased the remaining omap2-clock and omap2-upstream
patches. Will repost those two series.


> > Basically once these patches are merged, we're a only missing board-*.c
> > files under mach-omap2 to be again mostly in sync with mainline tree for
> > mach-omap2. So hopefully only one more merge window of lots of patches
> > after this merge window!
> > 
> > Currently plat-omap and mach-omap1 are pretty close in sync with
> > mainline tree except for some board-*.c under mach-omap1.
> > 
> > > Looking at what's in this git tree, there's at least a number of commits
> > > early on which are empty.  I've not really looked much further.
> > 
> > Looks like there were the two already merged fixed still there, I've
> > run stg clean on the series and rebased against 2.6.26-rc9. I've also
> > verified that the series applies against your current tree. The location
> > to pull from is same as earlier.
> > 
> > > Since I've only just remembered about this, I think I'm going to have to
> > > say "no more" to further community PXA commits this side of the merge
> > > window to make sufficient time to look at your OMAP stuff properly.
> > 
> > It would be nice to have merging mach-* patches more distributed so
> > you don't have to spend so much time looking at that stuff.
> > 
> > Regards,
> > 
> > Tony
> --
> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Git pull request for omap patches for post 2.6.26
  2008-07-16  8:01       ` Tony Lindgren
@ 2008-07-16  8:45         ` Russell King - ARM Linux
  2008-07-16  8:57           ` Tony Lindgren
  0 siblings, 1 reply; 9+ messages in thread
From: Russell King - ARM Linux @ 2008-07-16  8:45 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-arm-kernel, linux-omap

On Wed, Jul 16, 2008 at 11:01:24AM +0300, Tony Lindgren wrote:
> Well looks like all omap-upstream and few omap2-clock patches have been
> merged. I've rebased the remaining omap2-clock and omap2-upstream
> patches. Will repost those two series.

Don't bother rebasing them - I obviously already have them.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Git pull request for omap patches for post 2.6.26
  2008-07-16  8:45         ` Russell King - ARM Linux
@ 2008-07-16  8:57           ` Tony Lindgren
  2008-07-16  9:37             ` Russell King - ARM Linux
  0 siblings, 1 reply; 9+ messages in thread
From: Tony Lindgren @ 2008-07-16  8:57 UTC (permalink / raw)
  To: Russell King - ARM Linux; +Cc: linux-arm-kernel, linux-omap

* Russell King - ARM Linux <linux@arm.linux.org.uk> [080716 11:46]:
> On Wed, Jul 16, 2008 at 11:01:24AM +0300, Tony Lindgren wrote:
> > Well looks like all omap-upstream and few omap2-clock patches have been
> > merged. I've rebased the remaining omap2-clock and omap2-upstream
> > patches. Will repost those two series.
> 
> Don't bother rebasing them - I obviously already have them.

Well I already rebased them, but you can you the ones you already have
as there are no changes.

Thanks,

Tony

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Git pull request for omap patches for post 2.6.26
  2008-07-16  8:57           ` Tony Lindgren
@ 2008-07-16  9:37             ` Russell King - ARM Linux
  2008-07-16 14:34               ` Tony Lindgren
  0 siblings, 1 reply; 9+ messages in thread
From: Russell King - ARM Linux @ 2008-07-16  9:37 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-arm-kernel, linux-omap

On Wed, Jul 16, 2008 at 11:57:37AM +0300, Tony Lindgren wrote:
> * Russell King - ARM Linux <linux@arm.linux.org.uk> [080716 11:46]:
> > On Wed, Jul 16, 2008 at 11:01:24AM +0300, Tony Lindgren wrote:
> > > Well looks like all omap-upstream and few omap2-clock patches have been
> > > merged. I've rebased the remaining omap2-clock and omap2-upstream
> > > patches. Will repost those two series.
> > 
> > Don't bother rebasing them - I obviously already have them.
> 
> Well I already rebased them, but you can you the ones you already have
> as there are no changes.

I would have preferred you to have fixed those two _crap_ commits at the
beginning of your entire OMAP series - the two which contained no patch
whatsoever.

Commits that are just words describing an non-existent change are utterly
useless.

I did point this out at the time but you ignored me.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Git pull request for omap patches for post 2.6.26
  2008-07-16  9:37             ` Russell King - ARM Linux
@ 2008-07-16 14:34               ` Tony Lindgren
  0 siblings, 0 replies; 9+ messages in thread
From: Tony Lindgren @ 2008-07-16 14:34 UTC (permalink / raw)
  To: Russell King - ARM Linux; +Cc: linux-arm-kernel, linux-omap

* Russell King - ARM Linux <linux@arm.linux.org.uk> [080716 12:37]:
> On Wed, Jul 16, 2008 at 11:57:37AM +0300, Tony Lindgren wrote:
> > * Russell King - ARM Linux <linux@arm.linux.org.uk> [080716 11:46]:
> > > On Wed, Jul 16, 2008 at 11:01:24AM +0300, Tony Lindgren wrote:
> > > > Well looks like all omap-upstream and few omap2-clock patches have been
> > > > merged. I've rebased the remaining omap2-clock and omap2-upstream
> > > > patches. Will repost those two series.
> > > 
> > > Don't bother rebasing them - I obviously already have them.
> > 
> > Well I already rebased them, but you can you the ones you already have
> > as there are no changes.
> 
> I would have preferred you to have fixed those two _crap_ commits at the
> beginning of your entire OMAP series - the two which contained no patch
> whatsoever.

I did remove the two empty commits:

http://lists.arm.linux.org.uk/lurker/message/20080708.074007.cc2d62c0.en.html

> Commits that are just words describing an non-existent change are utterly
> useless.

True, and they were promptly removed.

> I did point this out at the time but you ignored me.

Not true. Sounds like you had an earlier pull in your tree that you used
instead.

Regards,

Tony

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2008-07-16 14:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03 10:11 Git pull request for omap patches for post 2.6.26 Tony Lindgren
2008-07-07 20:05 ` Russell King - ARM Linux
2008-07-08  7:40   ` Tony Lindgren
2008-07-16  7:18     ` Tony Lindgren
2008-07-16  8:01       ` Tony Lindgren
2008-07-16  8:45         ` Russell King - ARM Linux
2008-07-16  8:57           ` Tony Lindgren
2008-07-16  9:37             ` Russell King - ARM Linux
2008-07-16 14:34               ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox