All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 3/7] omap voltdomain clean-up for v3.11 merge window
  2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
@ 2013-06-18 18:07 ` Tony Lindgren
  2013-06-18 18:07 ` Tony Lindgren
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-06-18 18:07 UTC (permalink / raw)
  To: Arnd Bergmann, Olof Johansson; +Cc: linux-omap, linux-arm-kernel

The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:

  Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/pm-voltdomain-signed

for you to fetch changes up to 8bfdfc87dc3d00eb2f33e972b4177c36ca0e3d54:

  Merge tag 'omap-pm-v3.11/voltdm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.11/pm-voltdomain (2013-06-18 01:08:39 -0700)

----------------------------------------------------------------

PM voltage domain clean-up via Kevin Hilman <khilman@linaro.org>:

OMAP: PM: remove requirement for voltage domain data; remove dummy data

----------------------------------------------------------------
Rajendra Nayak (2):
      ARM: OMAP2+: Powerdomain: Remove the need to always have a voltdm associated to a pwrdm
      ARM: AM33xx: Remove the unused voltagedomain data

Tony Lindgren (1):
      Merge tag 'omap-pm-v3.11/voltdm' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.11/pm-voltdomain

 arch/arm/mach-omap2/Makefile                  |  1 -
 arch/arm/mach-omap2/io.c                      |  1 -
 arch/arm/mach-omap2/powerdomain.c             |  5 ++++
 arch/arm/mach-omap2/powerdomain.h             |  2 ++
 arch/arm/mach-omap2/prm33xx.c                 |  7 +++++
 arch/arm/mach-omap2/voltage.h                 |  1 -
 arch/arm/mach-omap2/voltagedomains33xx_data.c | 43 ---------------------------
 7 files changed, 14 insertions(+), 46 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/voltagedomains33xx_data.c

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

* [GIT PULL 3/7] omap voltdomain clean-up for v3.11 merge window
  2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
  2013-06-18 18:07 ` [GIT PULL 3/7] omap voltdomain clean-up " Tony Lindgren
@ 2013-06-18 18:07 ` Tony Lindgren
  1 sibling, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2013-06-18 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:

  Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/pm-voltdomain-signed

for you to fetch changes up to 8bfdfc87dc3d00eb2f33e972b4177c36ca0e3d54:

  Merge tag 'omap-pm-v3.11/voltdm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.11/pm-voltdomain (2013-06-18 01:08:39 -0700)

----------------------------------------------------------------

PM voltage domain clean-up via Kevin Hilman <khilman@linaro.org>:

OMAP: PM: remove requirement for voltage domain data; remove dummy data

----------------------------------------------------------------
Rajendra Nayak (2):
      ARM: OMAP2+: Powerdomain: Remove the need to always have a voltdm associated to a pwrdm
      ARM: AM33xx: Remove the unused voltagedomain data

Tony Lindgren (1):
      Merge tag 'omap-pm-v3.11/voltdm' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-for-v3.11/pm-voltdomain

 arch/arm/mach-omap2/Makefile                  |  1 -
 arch/arm/mach-omap2/io.c                      |  1 -
 arch/arm/mach-omap2/powerdomain.c             |  5 ++++
 arch/arm/mach-omap2/powerdomain.h             |  2 ++
 arch/arm/mach-omap2/prm33xx.c                 |  7 +++++
 arch/arm/mach-omap2/voltage.h                 |  1 -
 arch/arm/mach-omap2/voltagedomains33xx_data.c | 43 ---------------------------
 7 files changed, 14 insertions(+), 46 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/voltagedomains33xx_data.c

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

* Re: [GIT PULL 3/7] omap voltdomain clean-up for v3.11 merge window
       [not found] <0M1niQ-1U0tlb0s82-00tvkU@mx.kundenserver.de>
@ 2013-06-20 14:56   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 14:56 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: Olof Johansson, linux-arm-kernel, linux-omap

On Tuesday 18 June 2013, Tony Lindgren wrote:
> The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:
> 
>   Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/pm-voltdomain-signed
> 
> for you to fetch changes up to 8bfdfc87dc3d00eb2f33e972b4177c36ca0e3d54:
> 
>   Merge tag 'omap-pm-v3.11/voltdm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.11/pm-voltdomain (2013-06-18 01:08:39 -0700)
> 
> ----------------------------------------------------------------
> 
> PM voltage domain clean-up via Kevin Hilman <khilman@linaro.org>:
> 
> OMAP: PM: remove requirement for voltage domain data; remove dummy data
> 

Pulled into next/cleanup, thanks!

	Arnd

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

* [GIT PULL 3/7] omap voltdomain clean-up for v3.11 merge window
@ 2013-06-20 14:56   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2013-06-20 14:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Tuesday 18 June 2013, Tony Lindgren wrote:
> The following changes since commit 7d132055814ef17a6c7b69f342244c410a5e000f:
> 
>   Linux 3.10-rc6 (2013-06-15 11:51:07 -1000)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.11/pm-voltdomain-signed
> 
> for you to fetch changes up to 8bfdfc87dc3d00eb2f33e972b4177c36ca0e3d54:
> 
>   Merge tag 'omap-pm-v3.11/voltdm' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-for-v3.11/pm-voltdomain (2013-06-18 01:08:39 -0700)
> 
> ----------------------------------------------------------------
> 
> PM voltage domain clean-up via Kevin Hilman <khilman@linaro.org>:
> 
> OMAP: PM: remove requirement for voltage domain data; remove dummy data
> 

Pulled into next/cleanup, thanks!

	Arnd

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

end of thread, other threads:[~2013-06-20 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <0M1niQ-1U0tlb0s82-00tvkU@mx.kundenserver.de>
2013-06-20 14:56 ` [GIT PULL 3/7] omap voltdomain clean-up for v3.11 merge window Arnd Bergmann
2013-06-20 14:56   ` Arnd Bergmann
2013-06-18 18:07 [GIT PULL 1/7] omap soc fixes " Tony Lindgren
2013-06-18 18:07 ` [GIT PULL 3/7] omap voltdomain clean-up " Tony Lindgren
2013-06-18 18:07 ` Tony Lindgren

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.