public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for OMAP35x processors (v3)
@ 2009-01-10 20:00 Sanjeev Premi
  2009-01-13 19:41 ` Kevin Hilman
  0 siblings, 1 reply; 4+ messages in thread
From: Sanjeev Premi @ 2009-01-10 20:00 UTC (permalink / raw)
  To: linux-omap; +Cc: Sanjeev Premi

These patches provide support for the OMAP35x processors.

This is essentially a re-submit after series of discusions
earlier in the list. It had always been getting pushed in
my to-do list :(
See: http://marc.info/?l=linux-omap&m=122029900603111&w=2

Based on the comments received, this patch includes following:
  1) Updates to Kconfig
     (Includes the changes suggested by Aguirre Rodriguez)
  2) Runtime check for OMAP35x
  3) Updates to omap3_evm_defconfig

If the changes look good, I can make updates to Beagle,
Overo and Pandora boards as well.

Best regards,
Sanjeev

Sanjeev Premi (3):
  Add support for OMAP35x processors
  Runitme check for OMAP35x
  Updates for OMAP3EVM

 arch/arm/configs/omap3_evm_defconfig     |    5 ++
 arch/arm/mach-omap2/Kconfig              |   65 ++++++++++++++++++++--
 arch/arm/mach-omap2/board-omap3evm.c     |    2 +-
 arch/arm/plat-omap/common.c              |   68 +++++++++++++++++++++++
 arch/arm/plat-omap/include/mach/common.h |    1 +
 arch/arm/plat-omap/include/mach/cpu.h    |   88 +++++++++++++++++++++++++++++-
 6 files changed, 220 insertions(+), 9 deletions(-)

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

* Re: [PATCH 0/3] Add support for OMAP35x processors (v3)
  2009-01-10 20:00 [PATCH 0/3] Add support for OMAP35x processors (v3) Sanjeev Premi
@ 2009-01-13 19:41 ` Kevin Hilman
  2009-01-13 20:16   ` Koen Kooi
  2009-01-15  8:53   ` Premi, Sanjeev
  0 siblings, 2 replies; 4+ messages in thread
From: Kevin Hilman @ 2009-01-13 19:41 UTC (permalink / raw)
  To: Sanjeev Premi; +Cc: linux-omap

Sanjeev Premi <premi@ti.com> writes:

> These patches provide support for the OMAP35x processors.
>
> This is essentially a re-submit after series of discusions
> earlier in the list. It had always been getting pushed in
> my to-do list :(
> See: http://marc.info/?l=linux-omap&m=122029900603111&w=2
>
> Based on the comments received, this patch includes following:
>   1) Updates to Kconfig
>      (Includes the changes suggested by Aguirre Rodriguez)
>   2) Runtime check for OMAP35x
>   3) Updates to omap3_evm_defconfig
>
> If the changes look good, I can make updates to Beagle,
> Overo and Pandora boards as well.
>
> Best regards,
> Sanjeev

Sanjeev,

Is the HEAD of linux-omap working for you on omap3evm?  I just got my
EVM and am getting it going but it doesn't boot without
CONFIG_DEBUG_LL, and with that enabled, as soon as the normal serial
driver is enabled, the serial console goes crazy with garbage output.

I'm about to push a new PM branch and wanted to do some testing on the
EVM.

Kevin

> Sanjeev Premi (3):
>   Add support for OMAP35x processors
>   Runitme check for OMAP35x
>   Updates for OMAP3EVM
>
>  arch/arm/configs/omap3_evm_defconfig     |    5 ++
>  arch/arm/mach-omap2/Kconfig              |   65 ++++++++++++++++++++--
>  arch/arm/mach-omap2/board-omap3evm.c     |    2 +-
>  arch/arm/plat-omap/common.c              |   68 +++++++++++++++++++++++
>  arch/arm/plat-omap/include/mach/common.h |    1 +
>  arch/arm/plat-omap/include/mach/cpu.h    |   88 +++++++++++++++++++++++++++++-
>  6 files changed, 220 insertions(+), 9 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH 0/3] Add support for OMAP35x processors (v3)
  2009-01-13 19:41 ` Kevin Hilman
@ 2009-01-13 20:16   ` Koen Kooi
  2009-01-15  8:53   ` Premi, Sanjeev
  1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2009-01-13 20:16 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: Sanjeev Premi, linux-omap

[-- Attachment #1: Type: text/plain, Size: 2251 bytes --]


Op 13 jan 2009, om 20:41 heeft Kevin Hilman het volgende geschreven:

> Sanjeev Premi <premi@ti.com> writes:
>
>> These patches provide support for the OMAP35x processors.
>>
>> This is essentially a re-submit after series of discusions
>> earlier in the list. It had always been getting pushed in
>> my to-do list :(
>> See: http://marc.info/?l=linux-omap&m=122029900603111&w=2
>>
>> Based on the comments received, this patch includes following:
>>  1) Updates to Kconfig
>>     (Includes the changes suggested by Aguirre Rodriguez)
>>  2) Runtime check for OMAP35x
>>  3) Updates to omap3_evm_defconfig
>>
>> If the changes look good, I can make updates to Beagle,
>> Overo and Pandora boards as well.
>>
>> Best regards,
>> Sanjeev
>
> Sanjeev,
>
> Is the HEAD of linux-omap working for you on omap3evm?  I just got my
> EVM and am getting it going but it doesn't boot without
> CONFIG_DEBUG_LL, and with that enabled, as soon as the normal serial
> driver is enabled, the serial console goes crazy with garbage output.

That's indeed the same problem I reported some weeks ago. The console  
returns to normal when getty starts.

regards,

Koen




>
>
> I'm about to push a new PM branch and wanted to do some testing on the
> EVM.
>
> Kevin
>
>> Sanjeev Premi (3):
>>  Add support for OMAP35x processors
>>  Runitme check for OMAP35x
>>  Updates for OMAP3EVM
>>
>> arch/arm/configs/omap3_evm_defconfig     |    5 ++
>> arch/arm/mach-omap2/Kconfig              |   65 +++++++++++++++++++ 
>> +--
>> arch/arm/mach-omap2/board-omap3evm.c     |    2 +-
>> arch/arm/plat-omap/common.c              |   68 ++++++++++++++++++++ 
>> +++
>> arch/arm/plat-omap/include/mach/common.h |    1 +
>> arch/arm/plat-omap/include/mach/cpu.h    |   88 ++++++++++++++++++++ 
>> +++++++++-
>> 6 files changed, 220 insertions(+), 9 deletions(-)
>> --
>> To unsubscribe from this list: send the line "unsubscribe linux- 
>> omap" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> --
> To unsubscribe from this list: send the line "unsubscribe linux- 
> omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


[-- Attachment #2: Dit deel van het bericht is digitaal ondertekend --]
[-- Type: application/pgp-signature, Size: 186 bytes --]

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

* RE: [PATCH 0/3] Add support for OMAP35x processors (v3)
  2009-01-13 19:41 ` Kevin Hilman
  2009-01-13 20:16   ` Koen Kooi
@ 2009-01-15  8:53   ` Premi, Sanjeev
  1 sibling, 0 replies; 4+ messages in thread
From: Premi, Sanjeev @ 2009-01-15  8:53 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: linux-omap@vger.kernel.org

> -----Original Message-----
> From: Kevin Hilman [mailto:khilman@deeprootsystems.com] 
> Sent: Wednesday, January 14, 2009 1:11 AM
> To: Premi, Sanjeev
> Cc: linux-omap@vger.kernel.org
> Subject: Re: [PATCH 0/3] Add support for OMAP35x processors (v3)
> 
> Sanjeev Premi <premi@ti.com> writes:
> 
> > These patches provide support for the OMAP35x processors.
> >
> > This is essentially a re-submit after series of discusions 
> earlier in 
> > the list. It had always been getting pushed in my to-do list :(
> > See: http://marc.info/?l=linux-omap&m=122029900603111&w=2
> >
> > Based on the comments received, this patch includes following:
> >   1) Updates to Kconfig
> >      (Includes the changes suggested by Aguirre Rodriguez)
> >   2) Runtime check for OMAP35x
> >   3) Updates to omap3_evm_defconfig
> >
> > If the changes look good, I can make updates to Beagle, Overo and 
> > Pandora boards as well.
> >
> > Best regards,
> > Sanjeev
> 
> Sanjeev,
> 
> Is the HEAD of linux-omap working for you on omap3evm?  I 
> just got my EVM and am getting it going but it doesn't boot 
> without CONFIG_DEBUG_LL, and with that enabled, as soon as 
> the normal serial driver is enabled, the serial console goes 
> crazy with garbage output.

Here is the git-log from my working branch that works fine for me.

commit 15f75b6226c2d3b82062bb721e7cb9a1d6f35efd
Author: Ajay Kumar Gupta <ajay.gupta@ti.com>
Date:   Tue Jan 13 14:08:44 2009 +0200
    usb: musb: fix bug in musbhsdma programming
    <snip>--<snip>

commit 0ec95b96fd77036a13398c66901e11cd301190d0
Author: Jouni Hogander <jouni.hogander@nokia.com>
Date:   Fri Jan 9 09:52:33 2009 +0200
    OMAP3: PM: Emu_pwrdm is switched off by hardware even when sdti is in use
    <snip>--<snip>
> 
> I'm about to push a new PM branch and wanted to do some 
> testing on the EVM.
> 

Currently building HEAD of your branch will update soon.

Best regards,
Sanjeev

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

end of thread, other threads:[~2009-01-15  8:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-10 20:00 [PATCH 0/3] Add support for OMAP35x processors (v3) Sanjeev Premi
2009-01-13 19:41 ` Kevin Hilman
2009-01-13 20:16   ` Koen Kooi
2009-01-15  8:53   ` Premi, Sanjeev

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