public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Info on AT91 patches against mainline kernel
@ 2010-02-25 14:19 Ravi Kumar Kulkarni
  2010-03-05 10:29 ` Remy Bohmer
  0 siblings, 1 reply; 5+ messages in thread
From: Ravi Kumar Kulkarni @ 2010-02-25 14:19 UTC (permalink / raw)
  To: linux-kernel, Andrew Victor

Hi all,
I want some info on the status of AT91 Patches against the mailine 
kernel tree.I'm having a AT91 SOC board AT91SAM9261. The Note on their 
website (wwwdotlinux4samdotorg)says to get a kernel up on the board we 
have to apply the AT91 patch set maintained by Andrew Victor which is 
located at (http://maxim.org.za/at91_26.html) . There are only patches 
upto 2.6.31. so does tat mean i cannot compile the latest mainline 
kernel (2.6.33) for my board and use some new features. or i have to 
wait till andrew updates them to mainline? can some body please clarify 
me this? Also since 2.6.32 would have a longer maintainance cycle 
wouldnt it be nice if we have 2.6.32 at91 patch so tat we can use this 
in production systems. please CC me when u reply since im not subscibed 
to list .thanks
warm regards,
Ravi Kulkarni


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

* Re: Info on AT91 patches against mainline kernel
  2010-02-25 14:19 Info on AT91 patches against mainline kernel Ravi Kumar Kulkarni
@ 2010-03-05 10:29 ` Remy Bohmer
  2010-03-05 10:59   ` Ravi Kumar Kulkarni
  0 siblings, 1 reply; 5+ messages in thread
From: Remy Bohmer @ 2010-03-05 10:29 UTC (permalink / raw)
  To: Ravi Kumar Kulkarni; +Cc: linux-kernel, Andrew Victor

Hi,

2010/2/25 Ravi Kumar Kulkarni <ravikulkarni@asladvancedsys.in>:
> Hi all,
> I want some info on the status of AT91 Patches against the mailine kernel
> tree.I'm having a AT91 SOC board AT91SAM9261. The Note on their website
> (wwwdotlinux4samdotorg)says to get a kernel up on the board we have to apply
> the AT91 patch set maintained by Andrew Victor which is located at
> (http://maxim.org.za/at91_26.html) . There are only patches upto 2.6.31. so
> does tat mean i cannot compile the latest mainline kernel (2.6.33) for my

You do not necessarily need the at91-patchset from Andrew.
2.6.33 works fine on at91sam9261 without it...

Remy

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

* Re: Info on AT91 patches against mainline kernel
  2010-03-05 10:29 ` Remy Bohmer
@ 2010-03-05 10:59   ` Ravi Kumar Kulkarni
  2010-03-05 14:34     ` Remy Bohmer
  0 siblings, 1 reply; 5+ messages in thread
From: Ravi Kumar Kulkarni @ 2010-03-05 10:59 UTC (permalink / raw)
  To: linux; +Cc: linux-kernel, linux

Hi Remy,
> You do not necessarily need the at91-patchset from Andrew.
> 2.6.33 works fine on at91sam9261 without it...
>
> Remy
>    
Thanks for the info. I will try to compile 2.6.33  now. But i got a mail 
from andrew  that he updated at91 patchset to 2.6.32 . for clarification 
jus verifying tat u mean  from 2.6.33 onwards  u  don't need at91 
patches and can directly compile without waiting Andrew's patchset . If 
tats case then Andrew can update that in linux4samdotorg website so that 
it will be helpful for all of us.thanks.
warm regards,
Ravi Kulkarni.

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

* Re: Info on AT91 patches against mainline kernel
  2010-03-05 10:59   ` Ravi Kumar Kulkarni
@ 2010-03-05 14:34     ` Remy Bohmer
  2010-03-08  4:19       ` Ravi Kumar Kulkarni
  0 siblings, 1 reply; 5+ messages in thread
From: Remy Bohmer @ 2010-03-05 14:34 UTC (permalink / raw)
  To: Ravi Kumar Kulkarni; +Cc: linux-kernel, linux

Hi,

2010/3/5 Ravi Kumar Kulkarni <ravikulkarni@asladvancedsys.in>:
> Hi Remy,
>>
>> You do not necessarily need the at91-patchset from Andrew.
>> 2.6.33 works fine on at91sam9261 without it...
>>
>> Remy
>>
>
> Thanks for the info. I will try to compile 2.6.33  now. But i got a mail
> from andrew  that he updated at91 patchset to 2.6.32 . for clarification jus
> verifying tat u mean  from 2.6.33 onwards  u  don't need at91 patches and
> can directly compile without waiting Andrew's patchset . If tats case then
> Andrew can update that in linux4samdotorg website so that it will be helpful

You only need the changes from Andrew in case there is something in
there that you require, you should look at the changelog to be sure.
But, the at91sam9261 is already for several years in mainline and it
works fine (even much older kernels than 2.6.33 will work without it,
for example we used 2.6.24, 2.6.26, 2.6.31 without it), Andrews
patchset is just a set of additional changes that will likely be
pushed to mainline at some time.

Remy

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

* Re: Info on AT91 patches against mainline kernel
  2010-03-05 14:34     ` Remy Bohmer
@ 2010-03-08  4:19       ` Ravi Kumar Kulkarni
  0 siblings, 0 replies; 5+ messages in thread
From: Ravi Kumar Kulkarni @ 2010-03-08  4:19 UTC (permalink / raw)
  To: linux; +Cc: linux-kernel, linux

Hi,
>    
>>      
>>> You do not necessarily need the at91-patchset from Andrew.
>>> 2.6.33 works fine on at91sam9261 without it...
>>>
>>> Remy
>>>
>>>        
>> Thanks for the info. I will try to compile 2.6.33  now. But i got a mail
>> from andrew  that he updated at91 patchset to 2.6.32 . for clarification jus
>> verifying tat u mean  from 2.6.33 onwards  u  don't need at91 patches and
>> can directly compile without waiting Andrew's patchset . If tats case then
>> Andrew can update that in linux4samdotorg website so that it will be helpful
>>      
> You only need the changes from Andrew in case there is something in
> there that you require, you should look at the changelog to be sure.
> But, the at91sam9261 is already for several years in mainline and it
> works fine (even much older kernels than 2.6.33 will work without it,
> for example we used 2.6.24, 2.6.26, 2.6.31 without it), Andrews
> patchset is just a set of additional changes that will likely be
> pushed to mainline at some time.
>
> Remy
>
>    
got it. thanks a lot for your clarification and info.
warm regards,
Ravi Kulkarni.

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

end of thread, other threads:[~2010-03-08  4:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-25 14:19 Info on AT91 patches against mainline kernel Ravi Kumar Kulkarni
2010-03-05 10:29 ` Remy Bohmer
2010-03-05 10:59   ` Ravi Kumar Kulkarni
2010-03-05 14:34     ` Remy Bohmer
2010-03-08  4:19       ` Ravi Kumar Kulkarni

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