All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
@ 2012-03-12 10:15 ` Paul Walmsley
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Walmsley @ 2012-03-12 10:15 UTC (permalink / raw)
  To: tony; +Cc: linux-omap, rnayak, t-kristo, linux-arm-kernel

Hi Tony

The following changes since commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9:

  Linux 3.3-rc7 (2012-03-10 13:49:52 -0800)

are available in the git repository at:

  git://git.pwsan.com/linux-2.6 io_chain_devel_3.4

for you to fetch changes up to efd360a8902101148f4fc6325097b94ae1fbb451:

  ARM: OMAP3: PM: Remove IO Daisychain control from cpuidle (2012-03-12 04:11:48 -0600)


- Paul

----------------------------------------------------------------
Mohan V (1):
      ARM: OMAP3: PM: correct enable/disable of daisy io chain

Rajendra Nayak (1):
      ARM: OMAP4: PRM: Add IO Daisychain support

Tero Kristo (1):
      ARM: OMAP3+: PRM: Enable IO wake up

Vishwanath BS (3):
      ARM: OMAP3: PM: Move IO Daisychain function to omap3 prm file
      ARM: OMAP3PLUS: hwmod: reconfigure IO Daisychain during hwmod mux
      ARM: OMAP3: PM: Remove IO Daisychain control from cpuidle

 arch/arm/mach-omap2/omap_hwmod.c   |   37 +++++++++++++++++++++-
 arch/arm/mach-omap2/pm34xx.c       |   44 --------------------------
 arch/arm/mach-omap2/prcm-common.h  |    8 +++++
 arch/arm/mach-omap2/prm2xxx_3xxx.c |   51 ++++++++++++++++++++++++++++++-
 arch/arm/mach-omap2/prm2xxx_3xxx.h |    2 +
 arch/arm/mach-omap2/prm44xx.c      |   60 +++++++++++++++++++++++++++++++++++-
 arch/arm/mach-omap2/prm44xx.h      |    2 +
 7 files changed, 156 insertions(+), 48 deletions(-)

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

* [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
@ 2012-03-12 10:15 ` Paul Walmsley
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Walmsley @ 2012-03-12 10:15 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tony

The following changes since commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9:

  Linux 3.3-rc7 (2012-03-10 13:49:52 -0800)

are available in the git repository at:

  git://git.pwsan.com/linux-2.6 io_chain_devel_3.4

for you to fetch changes up to efd360a8902101148f4fc6325097b94ae1fbb451:

  ARM: OMAP3: PM: Remove IO Daisychain control from cpuidle (2012-03-12 04:11:48 -0600)


- Paul

----------------------------------------------------------------
Mohan V (1):
      ARM: OMAP3: PM: correct enable/disable of daisy io chain

Rajendra Nayak (1):
      ARM: OMAP4: PRM: Add IO Daisychain support

Tero Kristo (1):
      ARM: OMAP3+: PRM: Enable IO wake up

Vishwanath BS (3):
      ARM: OMAP3: PM: Move IO Daisychain function to omap3 prm file
      ARM: OMAP3PLUS: hwmod: reconfigure IO Daisychain during hwmod mux
      ARM: OMAP3: PM: Remove IO Daisychain control from cpuidle

 arch/arm/mach-omap2/omap_hwmod.c   |   37 +++++++++++++++++++++-
 arch/arm/mach-omap2/pm34xx.c       |   44 --------------------------
 arch/arm/mach-omap2/prcm-common.h  |    8 +++++
 arch/arm/mach-omap2/prm2xxx_3xxx.c |   51 ++++++++++++++++++++++++++++++-
 arch/arm/mach-omap2/prm2xxx_3xxx.h |    2 +
 arch/arm/mach-omap2/prm44xx.c      |   60 +++++++++++++++++++++++++++++++++++-
 arch/arm/mach-omap2/prm44xx.h      |    2 +
 7 files changed, 156 insertions(+), 48 deletions(-)

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

* Re: [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
  2012-03-12 10:15 ` Paul Walmsley
@ 2012-04-20  8:21   ` Tero Kristo
  -1 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2012-04-20  8:21 UTC (permalink / raw)
  To: Paul Walmsley; +Cc: tony, linux-omap, rnayak, linux-arm-kernel

Hi,

What happened with this pull request? It doesn't seem to be in 3.4 at
least.

-Tero

On Mon, 2012-03-12 at 04:15 -0600, Paul Walmsley wrote:
> Hi Tony
> 
> The following changes since commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9:
> 
>   Linux 3.3-rc7 (2012-03-10 13:49:52 -0800)
> 
> are available in the git repository at:
> 
>   git://git.pwsan.com/linux-2.6 io_chain_devel_3.4
> 
> for you to fetch changes up to efd360a8902101148f4fc6325097b94ae1fbb451:
> 
>   ARM: OMAP3: PM: Remove IO Daisychain control from cpuidle (2012-03-12 04:11:48 -0600)
> 
> 
> - Paul
> 
> ----------------------------------------------------------------
> Mohan V (1):
>       ARM: OMAP3: PM: correct enable/disable of daisy io chain
> 
> Rajendra Nayak (1):
>       ARM: OMAP4: PRM: Add IO Daisychain support
> 
> Tero Kristo (1):
>       ARM: OMAP3+: PRM: Enable IO wake up
> 
> Vishwanath BS (3):
>       ARM: OMAP3: PM: Move IO Daisychain function to omap3 prm file
>       ARM: OMAP3PLUS: hwmod: reconfigure IO Daisychain during hwmod mux
>       ARM: OMAP3: PM: Remove IO Daisychain control from cpuidle
> 
>  arch/arm/mach-omap2/omap_hwmod.c   |   37 +++++++++++++++++++++-
>  arch/arm/mach-omap2/pm34xx.c       |   44 --------------------------
>  arch/arm/mach-omap2/prcm-common.h  |    8 +++++
>  arch/arm/mach-omap2/prm2xxx_3xxx.c |   51 ++++++++++++++++++++++++++++++-
>  arch/arm/mach-omap2/prm2xxx_3xxx.h |    2 +
>  arch/arm/mach-omap2/prm44xx.c      |   60 +++++++++++++++++++++++++++++++++++-
>  arch/arm/mach-omap2/prm44xx.h      |    2 +
>  7 files changed, 156 insertions(+), 48 deletions(-)



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

* [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
@ 2012-04-20  8:21   ` Tero Kristo
  0 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2012-04-20  8:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

What happened with this pull request? It doesn't seem to be in 3.4 at
least.

-Tero

On Mon, 2012-03-12 at 04:15 -0600, Paul Walmsley wrote:
> Hi Tony
> 
> The following changes since commit fde7d9049e55ab85a390be7f415d74c9f62dd0f9:
> 
>   Linux 3.3-rc7 (2012-03-10 13:49:52 -0800)
> 
> are available in the git repository at:
> 
>   git://git.pwsan.com/linux-2.6 io_chain_devel_3.4
> 
> for you to fetch changes up to efd360a8902101148f4fc6325097b94ae1fbb451:
> 
>   ARM: OMAP3: PM: Remove IO Daisychain control from cpuidle (2012-03-12 04:11:48 -0600)
> 
> 
> - Paul
> 
> ----------------------------------------------------------------
> Mohan V (1):
>       ARM: OMAP3: PM: correct enable/disable of daisy io chain
> 
> Rajendra Nayak (1):
>       ARM: OMAP4: PRM: Add IO Daisychain support
> 
> Tero Kristo (1):
>       ARM: OMAP3+: PRM: Enable IO wake up
> 
> Vishwanath BS (3):
>       ARM: OMAP3: PM: Move IO Daisychain function to omap3 prm file
>       ARM: OMAP3PLUS: hwmod: reconfigure IO Daisychain during hwmod mux
>       ARM: OMAP3: PM: Remove IO Daisychain control from cpuidle
> 
>  arch/arm/mach-omap2/omap_hwmod.c   |   37 +++++++++++++++++++++-
>  arch/arm/mach-omap2/pm34xx.c       |   44 --------------------------
>  arch/arm/mach-omap2/prcm-common.h  |    8 +++++
>  arch/arm/mach-omap2/prm2xxx_3xxx.c |   51 ++++++++++++++++++++++++++++++-
>  arch/arm/mach-omap2/prm2xxx_3xxx.h |    2 +
>  arch/arm/mach-omap2/prm44xx.c      |   60 +++++++++++++++++++++++++++++++++++-
>  arch/arm/mach-omap2/prm44xx.h      |    2 +
>  7 files changed, 156 insertions(+), 48 deletions(-)

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

* Re: [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
  2012-04-20  8:21   ` Tero Kristo
@ 2012-04-20 16:55     ` Tony Lindgren
  -1 siblings, 0 replies; 10+ messages in thread
From: Tony Lindgren @ 2012-04-20 16:55 UTC (permalink / raw)
  To: Tero Kristo; +Cc: Paul Walmsley, linux-omap, rnayak, linux-arm-kernel

* Tero Kristo <t-kristo@ti.com> [120420 01:24]:
> Hi,
> 
> What happened with this pull request? It doesn't seem to be in 3.4 at
> least.

There was a boot issue on omap3 evm and that branch got dropped.
Will merge it again after Paul has figured out the issue.

Regards,

Tony

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

* [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
@ 2012-04-20 16:55     ` Tony Lindgren
  0 siblings, 0 replies; 10+ messages in thread
From: Tony Lindgren @ 2012-04-20 16:55 UTC (permalink / raw)
  To: linux-arm-kernel

* Tero Kristo <t-kristo@ti.com> [120420 01:24]:
> Hi,
> 
> What happened with this pull request? It doesn't seem to be in 3.4 at
> least.

There was a boot issue on omap3 evm and that branch got dropped.
Will merge it again after Paul has figured out the issue.

Regards,

Tony

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

* Re: [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
  2012-04-20 16:55     ` Tony Lindgren
@ 2012-05-09 10:13       ` Tero Kristo
  -1 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2012-05-09 10:13 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Paul Walmsley, linux-omap, rnayak, linux-arm-kernel

On Fri, 2012-04-20 at 09:55 -0700, Tony Lindgren wrote:
> * Tero Kristo <t-kristo@ti.com> [120420 01:24]:
> > Hi,
> > 
> > What happened with this pull request? It doesn't seem to be in 3.4 at
> > least.
> 
> There was a boot issue on omap3 evm and that branch got dropped.
> Will merge it again after Paul has figured out the issue.

Paul / Tony, do you want me to re-send the set for this with the OMAP3
EVM related fix? This was figured out in a separate email chain.

-Tero


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

* [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
@ 2012-05-09 10:13       ` Tero Kristo
  0 siblings, 0 replies; 10+ messages in thread
From: Tero Kristo @ 2012-05-09 10:13 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 2012-04-20 at 09:55 -0700, Tony Lindgren wrote:
> * Tero Kristo <t-kristo@ti.com> [120420 01:24]:
> > Hi,
> > 
> > What happened with this pull request? It doesn't seem to be in 3.4 at
> > least.
> 
> There was a boot issue on omap3 evm and that branch got dropped.
> Will merge it again after Paul has figured out the issue.

Paul / Tony, do you want me to re-send the set for this with the OMAP3
EVM related fix? This was figured out in a separate email chain.

-Tero

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

* Re: [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
  2012-05-09 10:13       ` Tero Kristo
@ 2012-05-10 17:26         ` Paul Walmsley
  -1 siblings, 0 replies; 10+ messages in thread
From: Paul Walmsley @ 2012-05-10 17:26 UTC (permalink / raw)
  To: Tero Kristo; +Cc: Tony Lindgren, linux-omap, rnayak, linux-arm-kernel

Hi Tero,

On Wed, 9 May 2012, Tero Kristo wrote:

> On Fri, 2012-04-20 at 09:55 -0700, Tony Lindgren wrote:
> > * Tero Kristo <t-kristo@ti.com> [120420 01:24]:
> > > Hi,
> > > 
> > > What happened with this pull request? It doesn't seem to be in 3.4 at
> > > least.
> > 
> > There was a boot issue on omap3 evm and that branch got dropped.
> > Will merge it again after Paul has figured out the issue.
> 
> Paul / Tony, do you want me to re-send the set for this with the OMAP3
> EVM related fix? This was figured out in a separate email chain.

Will try to integrate it here.  But maybe if I run into problems here, I 
might ask for your help.

By the way, I regret how long it's taken me to review and handle some of 
your pending patchsets.  They haven't been forgotten here...


- Paul

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

* [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support
@ 2012-05-10 17:26         ` Paul Walmsley
  0 siblings, 0 replies; 10+ messages in thread
From: Paul Walmsley @ 2012-05-10 17:26 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Tero,

On Wed, 9 May 2012, Tero Kristo wrote:

> On Fri, 2012-04-20 at 09:55 -0700, Tony Lindgren wrote:
> > * Tero Kristo <t-kristo@ti.com> [120420 01:24]:
> > > Hi,
> > > 
> > > What happened with this pull request? It doesn't seem to be in 3.4 at
> > > least.
> > 
> > There was a boot issue on omap3 evm and that branch got dropped.
> > Will merge it again after Paul has figured out the issue.
> 
> Paul / Tony, do you want me to re-send the set for this with the OMAP3
> EVM related fix? This was figured out in a separate email chain.

Will try to integrate it here.  But maybe if I run into problems here, I 
might ask for your help.

By the way, I regret how long it's taken me to review and handle some of 
your pending patchsets.  They haven't been forgotten here...


- Paul

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

end of thread, other threads:[~2012-05-10 17:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-12 10:15 [GIT PULL] ARM: OMAP3+: PRM/hwmod: fix and improve I/O chain wakeup support Paul Walmsley
2012-03-12 10:15 ` Paul Walmsley
2012-04-20  8:21 ` Tero Kristo
2012-04-20  8:21   ` Tero Kristo
2012-04-20 16:55   ` Tony Lindgren
2012-04-20 16:55     ` Tony Lindgren
2012-05-09 10:13     ` Tero Kristo
2012-05-09 10:13       ` Tero Kristo
2012-05-10 17:26       ` Paul Walmsley
2012-05-10 17:26         ` Paul Walmsley

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.