linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] OMAP SmartReflex/voltage core for 2.6.38
@ 2010-12-22 19:14 Kevin Hilman
  2010-12-22 20:24 ` Kevin Hilman
  0 siblings, 1 reply; 2+ messages in thread
From: Kevin Hilman @ 2010-12-22 19:14 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, linux-arm-kernel

Tony,

The following pull request is for the SmartReflex/voltage core for
2.6.38.  

It is based on Paul's latest integration-2.6.38-for-tony branch, so
should be pulled only after pulling from Paul.

Kevin


The following changes since commit f17f9726c27c3921e00a5750e85070e6dd7e1ff7:

  OMAP4: clock data: Add missing fixed divisors (2010-12-22 10:12:46 -0700)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git pm-sr

Benoit Cousson (1):
      OMAP4: hwmod: Add inital data for smartreflex modules.

Thara Gopinath (14):
      OMAP3: PM: Adding voltage driver support.
      OMAP: Introduce voltage domain information in the hwmod structures
      OMAP3: PM: Adding smartreflex driver support.
      OMAP3: PM: Adding smartreflex device file.
      OMAP3: PM: Adding smartreflex hwmod data
      OMAP3: PM: Adding smartreflex class3 driver
      OMAP3: PM: Adding T2 enabling of smartreflex support
      OMAP3: PM: Register TWL4030 pmic info with the voltage driver.
      OMAP3: PM: Adding debug support to Voltage and Smartreflex drivers
      OMAP3: PM: Program correct init voltages for VDD1 and VDD2
      OMAP4: Register voltage PMIC parameters with the voltage layer
      OMAP4: Adding voltage driver support
      OMAP4: PM: Program correct init voltages for scalable VDDs
      OMAP4: Smartreflex framework extensions

 arch/arm/mach-omap2/Makefile                  |    9 +-
 arch/arm/mach-omap2/control.h                 |   29 +
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c    |  175 +++
 arch/arm/mach-omap2/omap_hwmod_44xx_data.c    |  168 +++
 arch/arm/mach-omap2/omap_twl.c                |  277 +++++
 arch/arm/mach-omap2/pm.c                      |  102 ++
 arch/arm/mach-omap2/pm.h                      |   28 +
 arch/arm/mach-omap2/smartreflex-class3.c      |   59 +
 arch/arm/mach-omap2/smartreflex.c             | 1029 ++++++++++++++++
 arch/arm/mach-omap2/sr_device.c               |  146 +++
 arch/arm/mach-omap2/voltage.c                 | 1571 +++++++++++++++++++++++++
 arch/arm/plat-omap/Kconfig                    |   31 +
 arch/arm/plat-omap/include/plat/omap_hwmod.h  |    5 +
 arch/arm/plat-omap/include/plat/smartreflex.h |  245 ++++
 arch/arm/plat-omap/include/plat/voltage.h     |  146 +++
 drivers/mfd/twl-core.c                        |   13 +
 include/linux/i2c/twl.h                       |   11 +
 17 files changed, 4042 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm/mach-omap2/omap_twl.c
 create mode 100644 arch/arm/mach-omap2/smartreflex-class3.c
 create mode 100644 arch/arm/mach-omap2/smartreflex.c
 create mode 100644 arch/arm/mach-omap2/sr_device.c
 create mode 100644 arch/arm/mach-omap2/voltage.c
 create mode 100644 arch/arm/plat-omap/include/plat/smartreflex.h
 create mode 100644 arch/arm/plat-omap/include/plat/voltage.h

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

* Re: [GIT PULL] OMAP SmartReflex/voltage core for 2.6.38
  2010-12-22 19:14 [GIT PULL] OMAP SmartReflex/voltage core for 2.6.38 Kevin Hilman
@ 2010-12-22 20:24 ` Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2010-12-22 20:24 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, linux-arm-kernel

Kevin Hilman <khilman@deeprootsystems.com> writes:

> Tony,
>
> The following pull request is for the SmartReflex/voltage core for
> 2.6.38.  
>
> It is based on Paul's latest integration-2.6.38-for-tony branch, so
> should be pulled only after pulling from Paul.
>

Retracting this pull request.  It actually breaks boot on 2430SDP.

More details in replies to the last posting of this series.

Kevin


>
>
> The following changes since commit f17f9726c27c3921e00a5750e85070e6dd7e1ff7:
>
>   OMAP4: clock data: Add missing fixed divisors (2010-12-22 10:12:46 -0700)
>
> are available in the git repository at:
>   ssh://master.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git pm-sr
>
> Benoit Cousson (1):
>       OMAP4: hwmod: Add inital data for smartreflex modules.
>
> Thara Gopinath (14):
>       OMAP3: PM: Adding voltage driver support.
>       OMAP: Introduce voltage domain information in the hwmod structures
>       OMAP3: PM: Adding smartreflex driver support.
>       OMAP3: PM: Adding smartreflex device file.
>       OMAP3: PM: Adding smartreflex hwmod data
>       OMAP3: PM: Adding smartreflex class3 driver
>       OMAP3: PM: Adding T2 enabling of smartreflex support
>       OMAP3: PM: Register TWL4030 pmic info with the voltage driver.
>       OMAP3: PM: Adding debug support to Voltage and Smartreflex drivers
>       OMAP3: PM: Program correct init voltages for VDD1 and VDD2
>       OMAP4: Register voltage PMIC parameters with the voltage layer
>       OMAP4: Adding voltage driver support
>       OMAP4: PM: Program correct init voltages for scalable VDDs
>       OMAP4: Smartreflex framework extensions
>
>  arch/arm/mach-omap2/Makefile                  |    9 +-
>  arch/arm/mach-omap2/control.h                 |   29 +
>  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c    |  175 +++
>  arch/arm/mach-omap2/omap_hwmod_44xx_data.c    |  168 +++
>  arch/arm/mach-omap2/omap_twl.c                |  277 +++++
>  arch/arm/mach-omap2/pm.c                      |  102 ++
>  arch/arm/mach-omap2/pm.h                      |   28 +
>  arch/arm/mach-omap2/smartreflex-class3.c      |   59 +
>  arch/arm/mach-omap2/smartreflex.c             | 1029 ++++++++++++++++
>  arch/arm/mach-omap2/sr_device.c               |  146 +++
>  arch/arm/mach-omap2/voltage.c                 | 1571 +++++++++++++++++++++++++
>  arch/arm/plat-omap/Kconfig                    |   31 +
>  arch/arm/plat-omap/include/plat/omap_hwmod.h  |    5 +
>  arch/arm/plat-omap/include/plat/smartreflex.h |  245 ++++
>  arch/arm/plat-omap/include/plat/voltage.h     |  146 +++
>  drivers/mfd/twl-core.c                        |   13 +
>  include/linux/i2c/twl.h                       |   11 +
>  17 files changed, 4042 insertions(+), 2 deletions(-)
>  create mode 100644 arch/arm/mach-omap2/omap_twl.c
>  create mode 100644 arch/arm/mach-omap2/smartreflex-class3.c
>  create mode 100644 arch/arm/mach-omap2/smartreflex.c
>  create mode 100644 arch/arm/mach-omap2/sr_device.c
>  create mode 100644 arch/arm/mach-omap2/voltage.c
>  create mode 100644 arch/arm/plat-omap/include/plat/smartreflex.h
>  create mode 100644 arch/arm/plat-omap/include/plat/voltage.h

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

end of thread, other threads:[~2010-12-22 20:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-22 19:14 [GIT PULL] OMAP SmartReflex/voltage core for 2.6.38 Kevin Hilman
2010-12-22 20:24 ` Kevin Hilman

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).