All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3]: Update OPP Table and Voltage Rail Values
@ 2011-02-16  6:16 Shweta Gulati
  2011-03-01  5:32 ` Gulati, Shweta
  2011-03-01 20:52 ` Kevin Hilman
  0 siblings, 2 replies; 3+ messages in thread
From: Shweta Gulati @ 2011-02-16  6:16 UTC (permalink / raw)
  To: linux-omap; +Cc: Shweta Gulati

The series mainly does below:

OMAP4 only
       - Update MPU VOltage rail values for all OPPs
       - Enable OPP-Nitro and OPP-Turbo for all boards
OMAP2PLUS
       -Replace hardcoded Voltage values in OPP Table
        with Voltage Macros.

Baseline:
git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git
Branch: pm

Tested on OMAP4430 SDP, OMAP3630 SDP and OMAP3430 SDP.

Shweta Gulati (2):
  OMAP4: Revise MPU Voltage rail values.
  OMAP4: Enable Turbo and Nitro OPP for OMAP4

Vishwanath BS (1):
  OMAP2+: Replace Voltage values with Macros.

 arch/arm/mach-omap2/opp3xxx_data.c        |   47 +++++++++++++++--------------
 arch/arm/mach-omap2/opp4xxx_data.c        |   13 ++++----
 arch/arm/plat-omap/include/plat/voltage.h |    8 ++--
 3 files changed, 35 insertions(+), 33 deletions(-)


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

* Re: [PATCH 0/3]: Update OPP Table and Voltage Rail Values
  2011-02-16  6:16 [PATCH 0/3]: Update OPP Table and Voltage Rail Values Shweta Gulati
@ 2011-03-01  5:32 ` Gulati, Shweta
  2011-03-01 20:52 ` Kevin Hilman
  1 sibling, 0 replies; 3+ messages in thread
From: Gulati, Shweta @ 2011-03-01  5:32 UTC (permalink / raw)
  To: linux-omap; +Cc: Shweta Gulati

Hi,

On Wed, Feb 16, 2011 at 11:46 AM, Shweta Gulati <shweta.gulati@ti.com> wrote:
> The series mainly does below:
>
> OMAP4 only
>       - Update MPU VOltage rail values for all OPPs
>       - Enable OPP-Nitro and OPP-Turbo for all boards
> OMAP2PLUS
>       -Replace hardcoded Voltage values in OPP Table
>        with Voltage Macros.
>
> Baseline:
> git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git
> Branch: pm
>
> Tested on OMAP4430 SDP, OMAP3630 SDP and OMAP3430 SDP.
>
> Shweta Gulati (2):
>  OMAP4: Revise MPU Voltage rail values.
>  OMAP4: Enable Turbo and Nitro OPP for OMAP4
>
> Vishwanath BS (1):
>  OMAP2+: Replace Voltage values with Macros.
>
>  arch/arm/mach-omap2/opp3xxx_data.c        |   47 +++++++++++++++--------------
>  arch/arm/mach-omap2/opp4xxx_data.c        |   13 ++++----
>  arch/arm/plat-omap/include/plat/voltage.h |    8 ++--
>  3 files changed, 35 insertions(+), 33 deletions(-)
>
>
Any Comments on this Patch Series.


-- 
Thanks,
Regards,
Shweta
--
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] 3+ messages in thread

* Re: [PATCH 0/3]: Update OPP Table and Voltage Rail Values
  2011-02-16  6:16 [PATCH 0/3]: Update OPP Table and Voltage Rail Values Shweta Gulati
  2011-03-01  5:32 ` Gulati, Shweta
@ 2011-03-01 20:52 ` Kevin Hilman
  1 sibling, 0 replies; 3+ messages in thread
From: Kevin Hilman @ 2011-03-01 20:52 UTC (permalink / raw)
  To: Shweta Gulati; +Cc: linux-omap

Shweta Gulati <shweta.gulati@ti.com> writes:

> The series mainly does below:
>
> OMAP4 only
>        - Update MPU VOltage rail values for all OPPs
>        - Enable OPP-Nitro and OPP-Turbo for all boards
> OMAP2PLUS
>        -Replace hardcoded Voltage values in OPP Table
>         with Voltage Macros.
>
> Baseline:
> git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git
> Branch: pm

What is the dependency on the PM branch?

> Tested on OMAP4430 SDP, OMAP3630 SDP and OMAP3430 SDP.

Tested in what way? 

This series looks OK to me, but would like to see an ack/reviewed-by
from Nishanth before merging.

Also, please Cc linux-arm-kernel on patches intended for mainline merge.

Kevin


> Shweta Gulati (2):
>   OMAP4: Revise MPU Voltage rail values.
>   OMAP4: Enable Turbo and Nitro OPP for OMAP4
>
> Vishwanath BS (1):
>   OMAP2+: Replace Voltage values with Macros.
>
>  arch/arm/mach-omap2/opp3xxx_data.c        |   47 +++++++++++++++--------------
>  arch/arm/mach-omap2/opp4xxx_data.c        |   13 ++++----
>  arch/arm/plat-omap/include/plat/voltage.h |    8 ++--
>  3 files changed, 35 insertions(+), 33 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] 3+ messages in thread

end of thread, other threads:[~2011-03-01 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-16  6:16 [PATCH 0/3]: Update OPP Table and Voltage Rail Values Shweta Gulati
2011-03-01  5:32 ` Gulati, Shweta
2011-03-01 20:52 ` Kevin Hilman

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.