linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP: new miscellaneous clock/hwmod data for 3.2
@ 2011-10-10 19:44 Paul Walmsley
  2011-10-10 20:16 ` [GIT PULL v2] " Paul Walmsley
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Walmsley @ 2011-10-10 19:44 UTC (permalink / raw)
  To: tony
  Cc: linux-omap, linux-arm-kernel, santosh.shilimkar, b-cousson,
	keshava_mgowda

Hi Tony,

The following changes since commit be73246058737beec52ae232bcab7776332a9e06:

  ARM: OMAP2+: Remove custom init_irq for remaining boards (2011-09-26 17:50:37 -0700)

are available in the git repository at:
  git://git.pwsan.com/linux-2.6 clock_hwmod_devel_3.2

Benoit Cousson (1):
      ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP4

Keshava Munegowda (1):
      ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP3

Paul Walmsley (1):
      ARM: OMAP3xxx: hwmod data: add PRM hwmod

Santosh Shilimkar (1):
      ARM: OMAP4: clock: Add CPU local timer clock node.

 arch/arm/mach-omap2/clock44xx_data.c       |    9 +
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |  279 ++++++++++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  206 ++++++++++++++++++++-
 3 files changed, 493 insertions(+), 1 deletions(-)


- Paul

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

* [GIT PULL v2] ARM: OMAP: new miscellaneous clock/hwmod data for 3.2
  2011-10-10 19:44 [GIT PULL] ARM: OMAP: new miscellaneous clock/hwmod data for 3.2 Paul Walmsley
@ 2011-10-10 20:16 ` Paul Walmsley
  2011-10-11  0:43   ` [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node " Paul Walmsley
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Walmsley @ 2011-10-10 20:16 UTC (permalink / raw)
  To: tony
  Cc: linux-omap, linux-arm-kernel, santosh.shilimkar, b-cousson,
	keshava_mgowda

Hi,

The following changes since commit be73246058737beec52ae232bcab7776332a9e06:

  ARM: OMAP2+: Remove custom init_irq for remaining boards (2011-09-26 17:50:37 -0700)

are available in the git repository at:
  git://git.pwsan.com/linux-2.6 clock_hwmod_devel_3.2

This second version drops the PRM hwmod since it needs more discussion.

Benoit Cousson (1):
      ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP4

Keshava Munegowda (1):
      ARM: OMAP: USB: EHCI and OHCI hwmod structures for OMAP3

Santosh Shilimkar (1):
      ARM: OMAP4: clock: Add CPU local timer clock node.

 arch/arm/mach-omap2/clock44xx_data.c       |    9 ++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |  217 ++++++++++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c |  206 ++++++++++++++++++++++++++-
 3 files changed, 431 insertions(+), 1 deletions(-)

- Paul

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

* [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node for 3.2
  2011-10-10 20:16 ` [GIT PULL v2] " Paul Walmsley
@ 2011-10-11  0:43   ` Paul Walmsley
  2011-11-05  0:53     ` Tony Lindgren
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Walmsley @ 2011-10-11  0:43 UTC (permalink / raw)
  To: tony
  Cc: linux-omap, linux-arm-kernel, santosh.shilimkar, b-cousson,
	keshava_mgowda

Hi Tony

The following changes since commit be73246058737beec52ae232bcab7776332a9e06:

  ARM: OMAP2+: Remove custom init_irq for remaining boards (2011-09-26 17:50:37 -0700)

are available in the git repository at:
  git://git.pwsan.com/linux-2.6 clock_hwmod_devel_3.2

This pull request drops the EHCI/OHCI hwmod data due to some 
inconsistencies that were just found in the data.

Santosh Shilimkar (1):
      ARM: OMAP4: clock: Add CPU local timer clock node.

 arch/arm/mach-omap2/clock44xx_data.c |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

- Paul

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

* Re: [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node for 3.2
  2011-10-11  0:43   ` [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node " Paul Walmsley
@ 2011-11-05  0:53     ` Tony Lindgren
  2011-11-08  7:53       ` Paul Walmsley
  0 siblings, 1 reply; 7+ messages in thread
From: Tony Lindgren @ 2011-11-05  0:53 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: linux-omap, linux-arm-kernel, santosh.shilimkar, b-cousson,
	keshava_mgowda

* Paul Walmsley <paul@pwsan.com> [111010 17:09]:
> Hi Tony
> 
> The following changes since commit be73246058737beec52ae232bcab7776332a9e06:
> 
>   ARM: OMAP2+: Remove custom init_irq for remaining boards (2011-09-26 17:50:37 -0700)
> 
> are available in the git repository at:
>   git://git.pwsan.com/linux-2.6 clock_hwmod_devel_3.2
> 
> This pull request drops the EHCI/OHCI hwmod data due to some 
> inconsistencies that were just found in the data.
> 
> Santosh Shilimkar (1):
>       ARM: OMAP4: clock: Add CPU local timer clock node.
> 
>  arch/arm/mach-omap2/clock44xx_data.c |    9 +++++++++
>  1 files changed, 9 insertions(+), 0 deletions(-)

Should this be pulled into fixes for v3.2 -rc cycle?

Tony

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

* Re: [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node for 3.2
  2011-11-05  0:53     ` Tony Lindgren
@ 2011-11-08  7:53       ` Paul Walmsley
  2011-11-08  8:07         ` Shilimkar, Santosh
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Walmsley @ 2011-11-08  7:53 UTC (permalink / raw)
  To: Tony Lindgren, santosh.shilimkar
  Cc: linux-omap, linux-arm-kernel, b-cousson, keshava_mgowda

On Fri, 4 Nov 2011, Tony Lindgren wrote:

> * Paul Walmsley <paul@pwsan.com> [111010 17:09]:
> > The following changes since commit be73246058737beec52ae232bcab7776332a9e06:
> > 
> >   ARM: OMAP2+: Remove custom init_irq for remaining boards (2011-09-26 17:50:37 -0700)
> > 
> > are available in the git repository at:
> >   git://git.pwsan.com/linux-2.6 clock_hwmod_devel_3.2
> > 
> > This pull request drops the EHCI/OHCI hwmod data due to some 
> > inconsistencies that were just found in the data.
> > 
> > Santosh Shilimkar (1):
> >       ARM: OMAP4: clock: Add CPU local timer clock node.
> > 
> >  arch/arm/mach-omap2/clock44xx_data.c |    9 +++++++++
> >  1 files changed, 9 insertions(+), 0 deletions(-)
> 
> Should this be pulled into fixes for v3.2 -rc cycle?

Santosh would be the right person to ask.  Santosh, is anything broken in 
3.2 if this patch doesn't get merged in -rc?  Or is it just a feature 
which could be added in 3.3?


- Paul

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

* Re: [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node for 3.2
  2011-11-08  7:53       ` Paul Walmsley
@ 2011-11-08  8:07         ` Shilimkar, Santosh
  2011-11-08 16:56           ` Tony Lindgren
  0 siblings, 1 reply; 7+ messages in thread
From: Shilimkar, Santosh @ 2011-11-08  8:07 UTC (permalink / raw)
  To: Paul Walmsley
  Cc: Tony Lindgren, linux-omap, linux-arm-kernel, b-cousson,
	keshava_mgowda

On Tue, Nov 8, 2011 at 1:23 PM, Paul Walmsley <paul@pwsan.com> wrote:
> On Fri, 4 Nov 2011, Tony Lindgren wrote:
>
>> * Paul Walmsley <paul@pwsan.com> [111010 17:09]:
>> > The following changes since commit be73246058737beec52ae232bcab7776332a9e06:
>> >
>> >   ARM: OMAP2+: Remove custom init_irq for remaining boards (2011-09-26 17:50:37 -0700)
>> >
>> > are available in the git repository at:
>> >   git://git.pwsan.com/linux-2.6 clock_hwmod_devel_3.2
>> >
>> > This pull request drops the EHCI/OHCI hwmod data due to some
>> > inconsistencies that were just found in the data.
>> >
>> > Santosh Shilimkar (1):
>> >       ARM: OMAP4: clock: Add CPU local timer clock node.
>> >
>> >  arch/arm/mach-omap2/clock44xx_data.c |    9 +++++++++
>> >  1 files changed, 9 insertions(+), 0 deletions(-)
>>
>> Should this be pulled into fixes for v3.2 -rc cycle?
>
> Santosh would be the right person to ask.  Santosh, is anything broken in
> 3.2 if this patch doesn't get merged in -rc?  Or is it just a feature
> which could be added in 3.3?
>
Nope nothing broken now since OMAP CPUFreq has not
got into mainline yet. We need this patch to present once we
start supporting MPU frequency scaling which I guess would
happen now in 3.3.

Regards
Santosh
--
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] 7+ messages in thread

* Re: [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node for 3.2
  2011-11-08  8:07         ` Shilimkar, Santosh
@ 2011-11-08 16:56           ` Tony Lindgren
  0 siblings, 0 replies; 7+ messages in thread
From: Tony Lindgren @ 2011-11-08 16:56 UTC (permalink / raw)
  To: Shilimkar, Santosh
  Cc: Paul Walmsley, linux-omap, linux-arm-kernel, b-cousson,
	keshava_mgowda

* Shilimkar, Santosh <santosh.shilimkar@ti.com> [111107 23:33]:
> On Tue, Nov 8, 2011 at 1:23 PM, Paul Walmsley <paul@pwsan.com> wrote:
> > On Fri, 4 Nov 2011, Tony Lindgren wrote:
> >
> >> * Paul Walmsley <paul@pwsan.com> [111010 17:09]:
> >> > The following changes since commit be73246058737beec52ae232bcab7776332a9e06:
> >> >
> >> >   ARM: OMAP2+: Remove custom init_irq for remaining boards (2011-09-26 17:50:37 -0700)
> >> >
> >> > are available in the git repository at:
> >> >   git://git.pwsan.com/linux-2.6 clock_hwmod_devel_3.2
> >> >
> >> > This pull request drops the EHCI/OHCI hwmod data due to some
> >> > inconsistencies that were just found in the data.
> >> >
> >> > Santosh Shilimkar (1):
> >> >       ARM: OMAP4: clock: Add CPU local timer clock node.
> >> >
> >> >  arch/arm/mach-omap2/clock44xx_data.c |    9 +++++++++
> >> >  1 files changed, 9 insertions(+), 0 deletions(-)
> >>
> >> Should this be pulled into fixes for v3.2 -rc cycle?
> >
> > Santosh would be the right person to ask.  Santosh, is anything broken in
> > 3.2 if this patch doesn't get merged in -rc?  Or is it just a feature
> > which could be added in 3.3?
> >
> Nope nothing broken now since OMAP CPUFreq has not
> got into mainline yet. We need this patch to present once we
> start supporting MPU frequency scaling which I guess would
> happen now in 3.3.

OK thanks for the update.

Tony
--
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] 7+ messages in thread

end of thread, other threads:[~2011-11-08 16:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-10 19:44 [GIT PULL] ARM: OMAP: new miscellaneous clock/hwmod data for 3.2 Paul Walmsley
2011-10-10 20:16 ` [GIT PULL v2] " Paul Walmsley
2011-10-11  0:43   ` [GIT PULL v3] ARM: OMAP: Cortex-A9 PERIPHCLK node " Paul Walmsley
2011-11-05  0:53     ` Tony Lindgren
2011-11-08  7:53       ` Paul Walmsley
2011-11-08  8:07         ` Shilimkar, Santosh
2011-11-08 16:56           ` 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).