* [GIT PULL] DaVinci fixes for v3.1-rc6
@ 2011-09-07 12:13 Nori, Sekhar
2011-09-07 15:43 ` Karicheri, Muralidharan
2011-09-10 21:22 ` Arnd Bergmann
0 siblings, 2 replies; 5+ messages in thread
From: Nori, Sekhar @ 2011-09-07 12:13 UTC (permalink / raw)
To: linux-arm-kernel
Hi Arnd,
Can you please pull the following fixes for v3.1-rc6?
These are not regression fixes in the strict sense since
none of the bugs were actually introduced in v3.1 and have
been around for a while. But I hope we don't have to wait
till v3.2 for these.
Thanks,
Sekhar
The following changes since commit ddf28352b80c86754a6424e3a61e8bdf9213b3c7:
Linus Torvalds (1):
Linux 3.1-rc5
are available in the git repository at:
git://gitorious.org/linux-davinci/linux-davinci.git fixes
Linus Walleij (1):
ARM: davinci: fix cache flush build error
Rajashekhara, Sudhakar (1):
ARM: davinci: da850 EVM: read mac address from SPI flash
Sergei Shtylyov (1):
ARM: davinci: correct MDSTAT_STATE_MASK
arch/arm/mach-davinci/board-da850-evm.c | 28 ++++++++++++++++++++++++++++
arch/arm/mach-davinci/include/mach/psc.h | 2 +-
arch/arm/mach-davinci/sleep.S | 6 +++++-
3 files changed, 34 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] DaVinci fixes for v3.1-rc6
2011-09-07 12:13 [GIT PULL] DaVinci fixes for v3.1-rc6 Nori, Sekhar
@ 2011-09-07 15:43 ` Karicheri, Muralidharan
2011-09-08 7:04 ` Nori, Sekhar
2011-09-10 21:22 ` Arnd Bergmann
1 sibling, 1 reply; 5+ messages in thread
From: Karicheri, Muralidharan @ 2011-09-07 15:43 UTC (permalink / raw)
To: linux-arm-kernel
Sekhar
We ran into the build error when we started using linux-davinci tree for V7 architecture. So this fix for the following to be re-worked to include V7 as well.
>> Linus Walleij (1):
>> ARM: davinci: fix cache flush build error
Murali Karicheri
Software Design Engineer
email: m-karicheri2 at ti.com
Phone: (301) 407 9583
>> -----Original Message-----
>> From: davinci-linux-open-source-bounces at linux.davincidsp.com
>> [mailto:davinci-linux-open-source-bounces at linux.davincidsp.com] On Behalf
>> Of Nori, Sekhar
>> Sent: Wednesday, September 07, 2011 8:13 AM
>> To: Arnd Bergmann
>> Cc: davinci-linux-open-source at linux.davincidsp.com; linux-arm-
>> kernel at lists.infradead.org
>> Subject: [GIT PULL] DaVinci fixes for v3.1-rc6
>>
>> Hi Arnd,
>>
>> Can you please pull the following fixes for v3.1-rc6?
>>
>> These are not regression fixes in the strict sense since
>> none of the bugs were actually introduced in v3.1 and have
>> been around for a while. But I hope we don't have to wait
>> till v3.2 for these.
>>
>> Thanks,
>> Sekhar
>>
>> The following changes since commit
>> ddf28352b80c86754a6424e3a61e8bdf9213b3c7:
>> Linus Torvalds (1):
>> Linux 3.1-rc5
>>
>> are available in the git repository at:
>>
>> git://gitorious.org/linux-davinci/linux-davinci.git fixes
>>
>> Linus Walleij (1):
>> ARM: davinci: fix cache flush build error
>>
>> Rajashekhara, Sudhakar (1):
>> ARM: davinci: da850 EVM: read mac address from SPI flash
>>
>> Sergei Shtylyov (1):
>> ARM: davinci: correct MDSTAT_STATE_MASK
>>
>> arch/arm/mach-davinci/board-da850-evm.c | 28
>> ++++++++++++++++++++++++++++
>> arch/arm/mach-davinci/include/mach/psc.h | 2 +-
>> arch/arm/mach-davinci/sleep.S | 6 +++++-
>> 3 files changed, 34 insertions(+), 2 deletions(-)
>> _______________________________________________
>> Davinci-linux-open-source mailing list
>> Davinci-linux-open-source at linux.davincidsp.com
>> http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] DaVinci fixes for v3.1-rc6
2011-09-07 15:43 ` Karicheri, Muralidharan
@ 2011-09-08 7:04 ` Nori, Sekhar
2011-09-08 13:17 ` Karicheri, Muralidharan
0 siblings, 1 reply; 5+ messages in thread
From: Nori, Sekhar @ 2011-09-08 7:04 UTC (permalink / raw)
To: linux-arm-kernel
Hi Murali,
On Wed, Sep 07, 2011 at 21:13:19, Karicheri, Muralidharan wrote:
> Sekhar
>
> We ran into the build error when we started using linux-davinci tree for V7 architecture. So this fix for the following to be re-worked to include V7 as well.
>
Since we don't support v7 in DaVinci currently, I don't
want to hold a build break fix in anticipation of a new
feature that will come in later.
Thanks,
Sekhar
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] DaVinci fixes for v3.1-rc6
2011-09-08 7:04 ` Nori, Sekhar
@ 2011-09-08 13:17 ` Karicheri, Muralidharan
0 siblings, 0 replies; 5+ messages in thread
From: Karicheri, Muralidharan @ 2011-09-08 13:17 UTC (permalink / raw)
To: linux-arm-kernel
Sekhar,
Ok.
Murali Karicheri
Software Design Engineer
email: m-karicheri2 at ti.com
Phone: (301) 407 9583
>> -----Original Message-----
>> From: Nori, Sekhar
>> Sent: Thursday, September 08, 2011 3:05 AM
>> To: Karicheri, Muralidharan; Arnd Bergmann
>> Cc: davinci-linux-open-source at linux.davincidsp.com; linux-arm-
>> kernel at lists.infradead.org; Chemparathy, Cyril
>> Subject: RE: [GIT PULL] DaVinci fixes for v3.1-rc6
>>
>> Hi Murali,
>>
>> On Wed, Sep 07, 2011 at 21:13:19, Karicheri, Muralidharan wrote:
>> > Sekhar
>> >
>> > We ran into the build error when we started using linux-davinci tree for
>> V7 architecture. So this fix for the following to be re-worked to include
>> V7 as well.
>> >
>>
>> Since we don't support v7 in DaVinci currently, I don't
>> want to hold a build break fix in anticipation of a new
>> feature that will come in later.
>>
>> Thanks,
>> Sekhar
^ permalink raw reply [flat|nested] 5+ messages in thread
* [GIT PULL] DaVinci fixes for v3.1-rc6
2011-09-07 12:13 [GIT PULL] DaVinci fixes for v3.1-rc6 Nori, Sekhar
2011-09-07 15:43 ` Karicheri, Muralidharan
@ 2011-09-10 21:22 ` Arnd Bergmann
1 sibling, 0 replies; 5+ messages in thread
From: Arnd Bergmann @ 2011-09-10 21:22 UTC (permalink / raw)
To: linux-arm-kernel
On Wednesday 07 September 2011, Nori, Sekhar wrote:
> Can you please pull the following fixes for v3.1-rc6?
>
> These are not regression fixes in the strict sense since
> none of the bugs were actually introduced in v3.1 and have
> been around for a while. But I hope we don't have to wait
> till v3.2 for these.
>
Ok, pulled into the fixes branch for 3.2 now. I've finally
decided to move the arm-soc tree to git.linaro.org while waiting
for master.kernel.org to come back.
Thanks,
Arnd
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-09-10 21:22 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-07 12:13 [GIT PULL] DaVinci fixes for v3.1-rc6 Nori, Sekhar
2011-09-07 15:43 ` Karicheri, Muralidharan
2011-09-08 7:04 ` Nori, Sekhar
2011-09-08 13:17 ` Karicheri, Muralidharan
2011-09-10 21:22 ` Arnd Bergmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.