* Merge plans for 2.6.33 merge window
@ 2009-12-03 17:36 Tony Lindgren
2009-12-03 18:28 ` Pandita, Vikram
2009-12-03 22:09 ` Cory Maccarrone
0 siblings, 2 replies; 6+ messages in thread
From: Tony Lindgren @ 2009-12-03 17:36 UTC (permalink / raw)
To: linux-omap
Hi all,
As 2.6.32 is out, I'm planning to send Linus a pull request
for the code we have currently in for-next. That's already
a huge pile of code with the 7xx merge, header move, and
ioremap changes, pm etc:
Then I'll pile up another set of changes for next week
for a second round.
We should try to get in the clock framework changes,
especially clock framework for omap4. And the new mux
framework. Then there are some new board files, like
touchbook and various fixes.
Just FYI in case you're wondering why I'm not merging
recently posted code right now.
Regards,
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Merge plans for 2.6.33 merge window
2009-12-03 17:36 Merge plans for 2.6.33 merge window Tony Lindgren
@ 2009-12-03 18:28 ` Pandita, Vikram
2009-12-03 18:44 ` Tony Lindgren
2009-12-03 22:09 ` Cory Maccarrone
1 sibling, 1 reply; 6+ messages in thread
From: Pandita, Vikram @ 2009-12-03 18:28 UTC (permalink / raw)
To: Tony Lindgren, linux-omap@vger.kernel.org
Tony
>-----Original Message-----
>From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Tony
>Lindgren
>Sent: Thursday, December 03, 2009 11:36 AM
>To: linux-omap@vger.kernel.org
>Subject: Merge plans for 2.6.33 merge window
>
>Hi all,
<snip>
>Then there are some new board files, like
>touchbook and various fixes.
3630 board support (zoom3/sdp3630) is already integrated in for-next.
However the only pending patches missing for 3630 boards to boot are these serial patches:
http://patchwork.kernel.org/patch/61671/
http://patchwork.kernel.org/patch/61672/
Now there has been much discussion on the approach (errata vs feature).
As a moderator, how would you like us to proceed on this?
Regards,
Vikram
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Merge plans for 2.6.33 merge window
2009-12-03 18:28 ` Pandita, Vikram
@ 2009-12-03 18:44 ` Tony Lindgren
2009-12-03 19:58 ` Pandita, Vikram
0 siblings, 1 reply; 6+ messages in thread
From: Tony Lindgren @ 2009-12-03 18:44 UTC (permalink / raw)
To: Pandita, Vikram; +Cc: linux-omap@vger.kernel.org
* Pandita, Vikram <vikram.pandita@ti.com> [091203 10:27]:
> Tony
>
> >-----Original Message-----
> >From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Tony
> >Lindgren
> >Sent: Thursday, December 03, 2009 11:36 AM
> >To: linux-omap@vger.kernel.org
> >Subject: Merge plans for 2.6.33 merge window
> >
> >Hi all,
> <snip>
> >Then there are some new board files, like
> >touchbook and various fixes.
>
> 3630 board support (zoom3/sdp3630) is already integrated in for-next.
> However the only pending patches missing for 3630 boards to boot are these serial patches:
> http://patchwork.kernel.org/patch/61671/
> http://patchwork.kernel.org/patch/61672/
>
> Now there has been much discussion on the approach (errata vs feature).
> As a moderator, how would you like us to proceed on this?
The best solution way would be to check the revision register for the
serial module if available and then initialize the serial port
accordinly.
If this feature cannot be checked in the serial module, and is only
needed during the serial init, you might as well implement the test
in arch/arm/mach-omap2/serial.c. So probably no need to add that to
id.c.
Regards,
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Merge plans for 2.6.33 merge window
2009-12-03 18:44 ` Tony Lindgren
@ 2009-12-03 19:58 ` Pandita, Vikram
0 siblings, 0 replies; 6+ messages in thread
From: Pandita, Vikram @ 2009-12-03 19:58 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap@vger.kernel.org
>-----Original Message-----
>From: Tony Lindgren [mailto:tony@atomide.com]
>Sent: Thursday, December 03, 2009 12:45 PM
>To: Pandita, Vikram
>Cc: linux-omap@vger.kernel.org
>Subject: Re: Merge plans for 2.6.33 merge window
>
>* Pandita, Vikram <vikram.pandita@ti.com> [091203 10:27]:
>> Tony
>>
>> >-----Original Message-----
>> >From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Tony
>> >Lindgren
>> >Sent: Thursday, December 03, 2009 11:36 AM
>> >To: linux-omap@vger.kernel.org
>> >Subject: Merge plans for 2.6.33 merge window
>> >
>> >Hi all,
>> <snip>
>> >Then there are some new board files, like
>> >touchbook and various fixes.
>>
>> 3630 board support (zoom3/sdp3630) is already integrated in for-next.
>> However the only pending patches missing for 3630 boards to boot are these serial patches:
>> http://patchwork.kernel.org/patch/61671/
>> http://patchwork.kernel.org/patch/61672/
>>
>> Now there has been much discussion on the approach (errata vs feature).
>> As a moderator, how would you like us to proceed on this?
>
>The best solution way would be to check the revision register for the
>serial module if available and then initialize the serial port
>accordinly.
>
>If this feature cannot be checked in the serial module, and is only
>needed during the serial init, you might as well implement the test
>in arch/arm/mach-omap2/serial.c. So probably no need to add that to
>id.c.
Looking into this aspect to override the serial_in() function based on IP version check in mach-omap2/serial.c file.
>
>Regards,
>
>Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Merge plans for 2.6.33 merge window
2009-12-03 17:36 Merge plans for 2.6.33 merge window Tony Lindgren
2009-12-03 18:28 ` Pandita, Vikram
@ 2009-12-03 22:09 ` Cory Maccarrone
2009-12-03 22:13 ` Tony Lindgren
1 sibling, 1 reply; 6+ messages in thread
From: Cory Maccarrone @ 2009-12-03 22:09 UTC (permalink / raw)
To: Tony Lindgren; +Cc: linux-omap
On Thu, Dec 3, 2009 at 9:36 AM, Tony Lindgren <tony@atomide.com> wrote:
> Hi all,
>
> As 2.6.32 is out, I'm planning to send Linus a pull request
> for the code we have currently in for-next. That's already
> a huge pile of code with the 7xx merge, header move, and
> ioremap changes, pm etc:
>
> Then I'll pile up another set of changes for next week
> for a second round.
>
> We should try to get in the clock framework changes,
> especially clock framework for omap4. And the new mux
> framework. Then there are some new board files, like
> touchbook and various fixes.
>
> Just FYI in case you're wondering why I'm not merging
> recently posted code right now.
>
Any chance of getting the HTC Herald USB patches I submitted a little
bit ago in?
Thanks
- Cory
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Merge plans for 2.6.33 merge window
2009-12-03 22:09 ` Cory Maccarrone
@ 2009-12-03 22:13 ` Tony Lindgren
0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2009-12-03 22:13 UTC (permalink / raw)
To: Cory Maccarrone; +Cc: linux-omap
* Cory Maccarrone <darkstar6262@gmail.com> [091203 14:08]:
> On Thu, Dec 3, 2009 at 9:36 AM, Tony Lindgren <tony@atomide.com> wrote:
> > Hi all,
> >
> > As 2.6.32 is out, I'm planning to send Linus a pull request
> > for the code we have currently in for-next. That's already
> > a huge pile of code with the 7xx merge, header move, and
> > ioremap changes, pm etc:
> >
> > Then I'll pile up another set of changes for next week
> > for a second round.
> >
> > We should try to get in the clock framework changes,
> > especially clock framework for omap4. And the new mux
> > framework. Then there are some new board files, like
> > touchbook and various fixes.
> >
> > Just FYI in case you're wondering why I'm not merging
> > recently posted code right now.
> >
>
> Any chance of getting the HTC Herald USB patches I submitted a little
> bit ago in?
Yeah as far as I remember those look OK to me.
Regards,
Tony
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-12-03 22:13 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-03 17:36 Merge plans for 2.6.33 merge window Tony Lindgren
2009-12-03 18:28 ` Pandita, Vikram
2009-12-03 18:44 ` Tony Lindgren
2009-12-03 19:58 ` Pandita, Vikram
2009-12-03 22:09 ` Cory Maccarrone
2009-12-03 22:13 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox