* [GIT PULL] Borderline fixes for v3.2-rc6
@ 2011-12-19 19:42 Tony Lindgren
2011-12-20 4:52 ` Olof Johansson
0 siblings, 1 reply; 7+ messages in thread
From: Tony Lindgren @ 2011-12-19 19:42 UTC (permalink / raw)
To: Arnd Bergmann, Olof Johansson; +Cc: linux-arm-kernel, linux-omap
Hi Arnd & Olof,
Here are two fixes that could potentially go into v3.2 -rc cycle.
One fixes a harmless but annoying warning that happens on omap 34xx
processors during boot. The other one fixes booting on pretty rare
secure mode development board, but that's fixed in "features that
never worked earlier either" style.
We can surely wait on these fixes, but if you have something going
upstream anyways, then these might be worth considering too.
I'll post a following pull request for fixes-non-critical-part2
that is based on this one, so no need to pull in this one in case
you're not sending any more fixes for the -rc cycle:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-hwmod
Regards,
Tony
The following changes since commit e5fe29c7198a1f6616286dfc8602a69da165cb3f:
Felipe Contreras (1):
ARM: OMAP: rx51: fix USB
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-hwmod
Aaro Koskinen (1):
ARM: OMAP: hwmod data: fix the panic on Nokia RM-680 during boot
Felipe Contreras (1):
ARM: OMAP: hwmod data: fix iva and mailbox hwmods for OMAP 3
Tony Lindgren (1):
Merge branch 'hwmod_data_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into fixes-hwmod
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 18 +++++++++++++-----
1 files changed, 13 insertions(+), 5 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] Borderline fixes for v3.2-rc6
2011-12-19 19:42 [GIT PULL] Borderline fixes for v3.2-rc6 Tony Lindgren
@ 2011-12-20 4:52 ` Olof Johansson
2011-12-20 17:10 ` Tony Lindgren
0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2011-12-20 4:52 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap
Hi Tony,
On Mon, Dec 19, 2011 at 11:42 AM, Tony Lindgren <tony@atomide.com> wrote:
> Hi Arnd & Olof,
>
> Here are two fixes that could potentially go into v3.2 -rc cycle.
>
> One fixes a harmless but annoying warning that happens on omap 34xx
> processors during boot. The other one fixes booting on pretty rare
> secure mode development board, but that's fixed in "features that
> never worked earlier either" style.
>
> We can surely wait on these fixes, but if you have something going
> upstream anyways, then these might be worth considering too.
The hwmod patch is a regression so that one I'll take, the other one
is a little less obvious that it should go in now. Also, shouldn't it
be cc:d stable in that case?
Let me know what you prefer (rebase with a cc: stable) or take out the
secure mode patch. I'm collecting a small series of fixes so I'll pull
it in tomorrow for that.
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] Borderline fixes for v3.2-rc6
2011-12-20 4:52 ` Olof Johansson
@ 2011-12-20 17:10 ` Tony Lindgren
2011-12-20 18:01 ` Olof Johansson
0 siblings, 1 reply; 7+ messages in thread
From: Tony Lindgren @ 2011-12-20 17:10 UTC (permalink / raw)
To: Olof Johansson; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap
* Olof Johansson <olof@lixom.net> [111219 20:20]:
> Hi Tony,
>
> On Mon, Dec 19, 2011 at 11:42 AM, Tony Lindgren <tony@atomide.com> wrote:
> > Hi Arnd & Olof,
> >
> > Here are two fixes that could potentially go into v3.2 -rc cycle.
> >
> > One fixes a harmless but annoying warning that happens on omap 34xx
> > processors during boot. The other one fixes booting on pretty rare
> > secure mode development board, but that's fixed in "features that
> > never worked earlier either" style.
> >
> > We can surely wait on these fixes, but if you have something going
> > upstream anyways, then these might be worth considering too.
>
> The hwmod patch is a regression so that one I'll take, the other one
> is a little less obvious that it should go in now. Also, shouldn't it
> be cc:d stable in that case?
Yes let's not worry about the second one, it adds new functionality and
it's for a currently rare case.
> Let me know what you prefer (rebase with a cc: stable) or take out the
> secure mode patch. I'm collecting a small series of fixes so I'll pull
> it in tomorrow for that.
I've branched it out into fixes-hwmod-regression with just that
same commit in it. The second patch in this series will be pulled in
with fixes-non-critical-part2. Updated pull request below.
Regards,
Tony
The following changes since commit e5fe29c7198a1f6616286dfc8602a69da165cb3f:
Felipe Contreras (1):
ARM: OMAP: rx51: fix USB
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap fixes-hwmod-regression
Felipe Contreras (1):
ARM: OMAP: hwmod data: fix iva and mailbox hwmods for OMAP 3
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] Borderline fixes for v3.2-rc6
2011-12-20 17:10 ` Tony Lindgren
@ 2011-12-20 18:01 ` Olof Johansson
2011-12-22 17:11 ` Tony Lindgren
0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2011-12-20 18:01 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap
On Tue, Dec 20, 2011 at 9:10 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Olof Johansson <olof@lixom.net> [111219 20:20]:
>> Hi Tony,
>>
>> On Mon, Dec 19, 2011 at 11:42 AM, Tony Lindgren <tony@atomide.com> wrote:
>> > Hi Arnd & Olof,
>> >
>> > Here are two fixes that could potentially go into v3.2 -rc cycle.
>> >
>> > One fixes a harmless but annoying warning that happens on omap 34xx
>> > processors during boot. The other one fixes booting on pretty rare
>> > secure mode development board, but that's fixed in "features that
>> > never worked earlier either" style.
>> >
>> > We can surely wait on these fixes, but if you have something going
>> > upstream anyways, then these might be worth considering too.
>>
>> The hwmod patch is a regression so that one I'll take, the other one
>> is a little less obvious that it should go in now. Also, shouldn't it
>> be cc:d stable in that case?
>
> Yes let's not worry about the second one, it adds new functionality and
> it's for a currently rare case.
>
>> Let me know what you prefer (rebase with a cc: stable) or take out the
>> secure mode patch. I'm collecting a small series of fixes so I'll pull
>> it in tomorrow for that.
>
> I've branched it out into fixes-hwmod-regression with just that
> same commit in it. The second patch in this series will be pulled in
> with fixes-non-critical-part2. Updated pull request below.
Thanks, I pulled fixes-hwmod-regression into fixes and fixes-hwmod
into next/fixes-non-critical.
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] Borderline fixes for v3.2-rc6
2011-12-20 18:01 ` Olof Johansson
@ 2011-12-22 17:11 ` Tony Lindgren
2011-12-22 17:14 ` Olof Johansson
0 siblings, 1 reply; 7+ messages in thread
From: Tony Lindgren @ 2011-12-22 17:11 UTC (permalink / raw)
To: Olof Johansson; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap
Hi Olof,
* Olof Johansson <olof@lixom.net> [111220 09:29]:
> On Tue, Dec 20, 2011 at 9:10 AM, Tony Lindgren <tony@atomide.com> wrote:
> >
> > I've branched it out into fixes-hwmod-regression with just that
> > same commit in it. The second patch in this series will be pulled in
> > with fixes-non-critical-part2. Updated pull request below.
>
> Thanks, I pulled fixes-hwmod-regression into fixes and fixes-hwmod
> into next/fixes-non-critical.
Just checking.. Looks like you pulled fixes-hwmod into a new branch
named fixes-non-critical-part2, but did not pull the same name branch
fixes-non-critical-part2 that I posted?
That's this pull request:
http://www.spinics.net/lists/linux-omap/msg62050.html
Regards,
Tony
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] Borderline fixes for v3.2-rc6
2011-12-22 17:11 ` Tony Lindgren
@ 2011-12-22 17:14 ` Olof Johansson
2011-12-22 17:21 ` Tony Lindgren
0 siblings, 1 reply; 7+ messages in thread
From: Olof Johansson @ 2011-12-22 17:14 UTC (permalink / raw)
To: Tony Lindgren; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap
On Thu, Dec 22, 2011 at 9:11 AM, Tony Lindgren <tony@atomide.com> wrote:
> Hi Olof,
>
> * Olof Johansson <olof@lixom.net> [111220 09:29]:
>> On Tue, Dec 20, 2011 at 9:10 AM, Tony Lindgren <tony@atomide.com> wrote:
>> >
>> > I've branched it out into fixes-hwmod-regression with just that
>> > same commit in it. The second patch in this series will be pulled in
>> > with fixes-non-critical-part2. Updated pull request below.
>>
>> Thanks, I pulled fixes-hwmod-regression into fixes and fixes-hwmod
>> into next/fixes-non-critical.
>
> Just checking.. Looks like you pulled fixes-hwmod into a new branch
> named fixes-non-critical-part2, but did not pull the same name branch
> fixes-non-critical-part2 that I posted?
>
> That's this pull request:
>
> http://www.spinics.net/lists/linux-omap/msg62050.html
Grmbl, thanks for catching that. I'll sort it out at this end.
-Olof
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [GIT PULL] Borderline fixes for v3.2-rc6
2011-12-22 17:14 ` Olof Johansson
@ 2011-12-22 17:21 ` Tony Lindgren
0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2011-12-22 17:21 UTC (permalink / raw)
To: Olof Johansson; +Cc: Arnd Bergmann, linux-arm-kernel, linux-omap
* Olof Johansson <olof@lixom.net> [111222 08:42]:
> On Thu, Dec 22, 2011 at 9:11 AM, Tony Lindgren <tony@atomide.com> wrote:
> > Hi Olof,
> >
> > * Olof Johansson <olof@lixom.net> [111220 09:29]:
> >> On Tue, Dec 20, 2011 at 9:10 AM, Tony Lindgren <tony@atomide.com> wrote:
> >> >
> >> > I've branched it out into fixes-hwmod-regression with just that
> >> > same commit in it. The second patch in this series will be pulled in
> >> > with fixes-non-critical-part2. Updated pull request below.
> >>
> >> Thanks, I pulled fixes-hwmod-regression into fixes and fixes-hwmod
> >> into next/fixes-non-critical.
> >
> > Just checking.. Looks like you pulled fixes-hwmod into a new branch
> > named fixes-non-critical-part2, but did not pull the same name branch
> > fixes-non-critical-part2 that I posted?
> >
> > That's this pull request:
> >
> > http://www.spinics.net/lists/linux-omap/msg62050.html
>
> Grmbl, thanks for catching that. I'll sort it out at this end.
OK thanks!
Tony
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-12-22 17:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-19 19:42 [GIT PULL] Borderline fixes for v3.2-rc6 Tony Lindgren
2011-12-20 4:52 ` Olof Johansson
2011-12-20 17:10 ` Tony Lindgren
2011-12-20 18:01 ` Olof Johansson
2011-12-22 17:11 ` Tony Lindgren
2011-12-22 17:14 ` Olof Johansson
2011-12-22 17:21 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).