* Which directory should OMAP-L137/L138's code in ?
@ 2009-06-12 9:56 stanley.miao
2009-06-12 10:32 ` Tony Lindgren
0 siblings, 1 reply; 5+ messages in thread
From: stanley.miao @ 2009-06-12 9:56 UTC (permalink / raw)
To: linux-omap
I am developing on the board OMAP-L137/L138, which is similar with
Davinci series board. Should I put its platform file in the directory
arch/arm/mach-davinci ? or create a new direcory arch/arch/mach-L1xx for
it ?
Any suggestions ?
Thanks
Stanley.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which directory should OMAP-L137/L138's code in ?
2009-06-12 9:56 Which directory should OMAP-L137/L138's code in ? stanley.miao
@ 2009-06-12 10:32 ` Tony Lindgren
2009-06-12 10:46 ` Syed Mohammed, Khasim
0 siblings, 1 reply; 5+ messages in thread
From: Tony Lindgren @ 2009-06-12 10:32 UTC (permalink / raw)
To: stanley.miao, Kevin Hilman; +Cc: linux-omap
* stanley.miao <stanley.miao@windriver.com> [090612 02:53]:
> I am developing on the board OMAP-L137/L138, which is similar with
> Davinci series board. Should I put its platform file in the directory
> arch/arm/mach-davinci ? or create a new direcory arch/arch/mach-L1xx for
> it ?
>
> Any suggestions ?
If it uses DaVinci core code to me it sounds like it should be under
mach-davinci. Kevin?
Tony
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: Which directory should OMAP-L137/L138's code in ?
2009-06-12 10:32 ` Tony Lindgren
@ 2009-06-12 10:46 ` Syed Mohammed, Khasim
2009-06-12 12:09 ` stanley.miao
0 siblings, 1 reply; 5+ messages in thread
From: Syed Mohammed, Khasim @ 2009-06-12 10:46 UTC (permalink / raw)
To: Tony Lindgren, stanley.miao, Kevin Hilman; +Cc: linux-omap@vger.kernel.org
Hi,
> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Tony
> Lindgren
> Sent: Friday, June 12, 2009 4:02 PM
> To: stanley.miao; Kevin Hilman
> Cc: linux-omap@vger.kernel.org
> Subject: Re: Which directory should OMAP-L137/L138's code in ?
>
> * stanley.miao <stanley.miao@windriver.com> [090612 02:53]:
> > I am developing on the board OMAP-L137/L138, which is similar with
> > Davinci series board. Should I put its platform file in the directory
> > arch/arm/mach-davinci ? or create a new direcory arch/arch/mach-L1xx for
> > it ?
> >
> > Any suggestions ?
>
> If it uses DaVinci core code to me it sounds like it should be under
> mach-davinci. Kevin?
>
The TI code for OMAP L 13x is part of mach-davinci. And the platform specific patches to be submitted to Davinci mailing list for upstream submissions.
Regards,
Khasim
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which directory should OMAP-L137/L138's code in ?
2009-06-12 10:46 ` Syed Mohammed, Khasim
@ 2009-06-12 12:09 ` stanley.miao
2009-06-12 14:23 ` Kevin Hilman
0 siblings, 1 reply; 5+ messages in thread
From: stanley.miao @ 2009-06-12 12:09 UTC (permalink / raw)
To: Syed Mohammed, Khasim
Cc: Tony Lindgren, Kevin Hilman, linux-omap@vger.kernel.org
Thanks a lot.
Stanley.
Syed Mohammed, Khasim wrote:
> Hi,
>
>
>> -----Original Message-----
>> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Tony
>> Lindgren
>> Sent: Friday, June 12, 2009 4:02 PM
>> To: stanley.miao; Kevin Hilman
>> Cc: linux-omap@vger.kernel.org
>> Subject: Re: Which directory should OMAP-L137/L138's code in ?
>>
>> * stanley.miao <stanley.miao@windriver.com> [090612 02:53]:
>>
>>> I am developing on the board OMAP-L137/L138, which is similar with
>>> Davinci series board. Should I put its platform file in the directory
>>> arch/arm/mach-davinci ? or create a new direcory arch/arch/mach-L1xx for
>>> it ?
>>>
>>> Any suggestions ?
>>>
>> If it uses DaVinci core code to me it sounds like it should be under
>> mach-davinci. Kevin?
>>
>>
>
> The TI code for OMAP L 13x is part of mach-davinci. And the platform specific patches to be submitted to Davinci mailing list for upstream submissions.
>
> Regards,
> Khasim
>
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which directory should OMAP-L137/L138's code in ?
2009-06-12 12:09 ` stanley.miao
@ 2009-06-12 14:23 ` Kevin Hilman
0 siblings, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2009-06-12 14:23 UTC (permalink / raw)
To: stanley.miao
Cc: Syed Mohammed, Khasim, Tony Lindgren, linux-omap@vger.kernel.org
And yesterday, I commited the core arch support for the da830/omap-L137
SoC to DaVinci git.
http://git.kernel.org/?p=linux/kernel/git/khilman/linux-davinci.git
This part is OMAP in name and marketing spin only. This is very much
in the davinci family of SoCs, so I expect more confusion on this in
the future.
Kevin
"stanley.miao" <stanley.miao@windriver.com> writes:
> Thanks a lot.
>
> Stanley.
>
> Syed Mohammed, Khasim wrote:
>> Hi,
>>
>>
>>> -----Original Message-----
>>> From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Tony
>>> Lindgren
>>> Sent: Friday, June 12, 2009 4:02 PM
>>> To: stanley.miao; Kevin Hilman
>>> Cc: linux-omap@vger.kernel.org
>>> Subject: Re: Which directory should OMAP-L137/L138's code in ?
>>>
>>> * stanley.miao <stanley.miao@windriver.com> [090612 02:53]:
>>>
>>>> I am developing on the board OMAP-L137/L138, which is similar with
>>>> Davinci series board. Should I put its platform file in the directory
>>>> arch/arm/mach-davinci ? or create a new direcory arch/arch/mach-L1xx for
>>>> it ?
>>>>
>>>> Any suggestions ?
>>>>
>>> If it uses DaVinci core code to me it sounds like it should be under
>>> mach-davinci. Kevin?
>>>
>>>
>>
>> The TI code for OMAP L 13x is part of mach-davinci. And the platform specific patches to be submitted to Davinci mailing list for upstream submissions.
>>
>> Regards,
>> Khasim
>>
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-06-12 14:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-12 9:56 Which directory should OMAP-L137/L138's code in ? stanley.miao
2009-06-12 10:32 ` Tony Lindgren
2009-06-12 10:46 ` Syed Mohammed, Khasim
2009-06-12 12:09 ` stanley.miao
2009-06-12 14:23 ` Kevin Hilman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox