public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* RMKs comments on latest OMAP upstream patches
@ 2007-09-20 16:20 Dirk Behme
  2007-09-21  1:59 ` Tony Lindgren
  0 siblings, 1 reply; 7+ messages in thread
From: Dirk Behme @ 2007-09-20 16:20 UTC (permalink / raw)
  To: Linux-omap-open-source


Just fyi: Tony (thanks!) sent a OMAP1 and a OMAP2 patch to RMK for 
review and upstream merge. Regarding OMAP1, there are some comments 
from RMK, nothing yet for OMAP2:

OMAP1: 
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4570/1

OMAP2: 
http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4571/1

While -rc7 is out [1] and we are short before final 2.6.23 release 
with merge window opening, we have to see if our patches will be merged.

Cheers

Dirk

[1] http://lwn.net/Articles/250570/

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

* Re: RMKs comments on latest OMAP upstream patches
  2007-09-20 16:20 RMKs comments on latest OMAP upstream patches Dirk Behme
@ 2007-09-21  1:59 ` Tony Lindgren
  2007-09-21  8:31   ` Woodruff, Richard
  0 siblings, 1 reply; 7+ messages in thread
From: Tony Lindgren @ 2007-09-21  1:59 UTC (permalink / raw)
  To: Dirk Behme; +Cc: Linux-omap-open-source

* Dirk Behme <dirk.behme@googlemail.com> [070920 09:21]:
>
> Just fyi: Tony (thanks!) sent a OMAP1 and a OMAP2 patch to RMK for review 
> and upstream merge. Regarding OMAP1, there are some comments from RMK, 
> nothing yet for OMAP2:
>
> OMAP1: 
> http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4570/1
>
> OMAP2: 
> http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4571/1
>
> While -rc7 is out [1] and we are short before final 2.6.23 release with 
> merge window opening, we have to see if our patches will be merged.

Yeh, I've removed the clock init RMK does not like, and will change them
to use just struct clk *clk instead on the fbdevel list.

Regards,

Tony


> [1] http://lwn.net/Articles/250570/

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

* RE: RMKs comments on latest OMAP upstream patches
  2007-09-21  1:59 ` Tony Lindgren
@ 2007-09-21  8:31   ` Woodruff, Richard
  2007-09-23 21:21     ` Tony Lindgren
  0 siblings, 1 reply; 7+ messages in thread
From: Woodruff, Richard @ 2007-09-21  8:31 UTC (permalink / raw)
  To: Tony Lindgren, Dirk Behme; +Cc: Linux-omap-open-source

> > OMAP1:
> > http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4570/1
> >
> > OMAP2:
> > http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4571/1

Hum, I should Russell's comment reference.  Yes there is a clock register function, however, there is no, command to create a new node.  Further you are not supposed to know what the node structure is.  In the TI tree variant I did add a node create and destroy function.  However, it does cheat and exports some parameters which imply internal knowledge of the clock structure.

It would seem the best you could do was to pre-install some dummy nodes.  However, you still need a way to fill in the function pointers... Again, need check his pointer.

Regards,
Richard W.

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

* Re: RMKs comments on latest OMAP upstream patches
  2007-09-21  8:31   ` Woodruff, Richard
@ 2007-09-23 21:21     ` Tony Lindgren
  2007-09-24 19:12       ` Dirk Behme
  2007-10-16 18:35       ` Dirk Behme
  0 siblings, 2 replies; 7+ messages in thread
From: Tony Lindgren @ 2007-09-23 21:21 UTC (permalink / raw)
  To: Woodruff, Richard; +Cc: Linux-omap-open-source

* Woodruff, Richard <r-woodruff2@ti.com> [070921 01:31]:
> > > OMAP1:
> > > http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4570/1
> > >
> > > OMAP2:
> > > http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4571/1

Looks like Russell has applied these two patch series above!

> Hum, I should Russell's comment reference.  Yes there is a clock register function, however, there is no, command to create a new node.  Further you are not supposed to know what the node structure is.  In the TI tree variant I did add a node create and destroy function.  However, it does cheat and exports some parameters which imply internal knowledge of the clock structure.
> 
> It would seem the best you could do was to pre-install some dummy nodes.  However, you still need a way to fill in the function pointers... Again, need check his pointer.

For board specific GPIO clock control clk_register() with custom
enable/disable functions should work just fine though.

Tony

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

* Re: RMKs comments on latest OMAP upstream patches
  2007-09-23 21:21     ` Tony Lindgren
@ 2007-09-24 19:12       ` Dirk Behme
  2007-10-16 18:35       ` Dirk Behme
  1 sibling, 0 replies; 7+ messages in thread
From: Dirk Behme @ 2007-09-24 19:12 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Linux-omap-open-source

Tony Lindgren wrote:
> * Woodruff, Richard <r-woodruff2@ti.com> [070921 01:31]:
> 
>>>>OMAP1:
>>>>http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4570/1
>>>>
>>>>OMAP2:
>>>>http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4571/1
> 
> 
> Looks like Russell has applied these two patch series above!

Great!

I'm slightly wondering if this "devel tree" he mentions is any 
constraint or if it is his "send to Linus" tree. Let us see.

Regards

Dirk

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

* Re: RMKs comments on latest OMAP upstream patches
  2007-09-23 21:21     ` Tony Lindgren
  2007-09-24 19:12       ` Dirk Behme
@ 2007-10-16 18:35       ` Dirk Behme
  2007-10-16 20:17         ` Tony Lindgren
  1 sibling, 1 reply; 7+ messages in thread
From: Dirk Behme @ 2007-10-16 18:35 UTC (permalink / raw)
  To: Linux-omap-open-source

Tony Lindgren wrote:
> * Woodruff, Richard <r-woodruff2@ti.com> [070921 01:31]:
> 
>>>>OMAP1:
>>>>http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4570/1
>>>>
>>>>OMAP2:
>>>>http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4571/1
> 
> Looks like Russell has applied these two patch series above!

... and Linus as well :)

See changelog for patch-2.6.23-git9 (search for "ARM: OMAP:"):

http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.23-git9.log

Dirk

Btw: Do we have already any plans for next merge window which opens 
with -rc5?

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

* Re: RMKs comments on latest OMAP upstream patches
  2007-10-16 18:35       ` Dirk Behme
@ 2007-10-16 20:17         ` Tony Lindgren
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2007-10-16 20:17 UTC (permalink / raw)
  To: Dirk Behme; +Cc: Linux-omap-open-source

* Dirk Behme <dirk.behme@googlemail.com> [071016 11:37]:
> Tony Lindgren wrote:
>> * Woodruff, Richard <r-woodruff2@ti.com> [070921 01:31]:
>>>>> OMAP1:
>>>>> http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4570/1
>>>>>
>>>>> OMAP2:
>>>>> http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=4571/1
>> Looks like Russell has applied these two patch series above!
>
> ... and Linus as well :)
>
> See changelog for patch-2.6.23-git9 (search for "ARM: OMAP:"):
>
> http://www.kernel.org/pub/linux/kernel/v2.6/snapshots/patch-2.6.23-git9.log

Great, I'll tag 2.6.23-omap1 soon, then let's do a pull.

> Btw: Do we have already any plans for next merge window which opens with 
> -rc5?

Yeh, let's try to get plat-omap and mach-omap1 synced.

Tony

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

end of thread, other threads:[~2007-10-16 20:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 16:20 RMKs comments on latest OMAP upstream patches Dirk Behme
2007-09-21  1:59 ` Tony Lindgren
2007-09-21  8:31   ` Woodruff, Richard
2007-09-23 21:21     ` Tony Lindgren
2007-09-24 19:12       ` Dirk Behme
2007-10-16 18:35       ` Dirk Behme
2007-10-16 20:17         ` Tony Lindgren

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