All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for bridgedriver
@ 2009-02-12  1:10 Gupta, Ramesh
  2009-02-12  4:42 ` Nayak, Rajendra
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Gupta, Ramesh @ 2009-02-12  1:10 UTC (permalink / raw)
  To: linux-omap

All,

The patch set provides DVFS and offmode support for bridgedriver.
These patches to be applied on top of the pm branch. Currently 
Some times we have observed issues like MMU fault and DSP Reset on setting VDD1 to OPP1.

Looks like the drop in voltage to DSP core causing the issue. With a slight increase in VDD1 voltage level for OPP1 [patch 3/3] solving the issue, We are investigating further into this. 

[PATCH 1/3]DSPBRIDGE-Offmode-and-DVFS-Support.patch
[PATCH 2/3]DSPBRIDGE-DVFS-and-OFF-mode-support-with-OPP2.patch
[PATCH 3/3]Boosting-OPP1-voltage-level.patch


Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
---
 arch/arm/plat-omap/include/dspbridge/cfgdefs.h |    2 +
 arch/arm/plat-omap/include/dspbridge/drv.h     |    6 +
 drivers/dsp/bridge/Kbuild                      |    3 +-
 drivers/dsp/bridge/rmgr/drv.c                  |   11 +-
 drivers/dsp/bridge/rmgr/drv_interface.c        |    5 +-
 drivers/dsp/bridge/rmgr/node.c                 |   37 ++--
 drivers/dsp/bridge/rmgr/proc.c                 |   48 ++--
 drivers/dsp/bridge/wmd/_tiomap_pwr.h           |    6 +
 drivers/dsp/bridge/wmd/io_sm.c                 |  339 +++++++++++++-----------
 drivers/dsp/bridge/wmd/tiomap3430.c            |  150 +++++++----
 drivers/dsp/bridge/wmd/tiomap3430_pwr.c        |  225 +++++++++++++++--
 drivers/dsp/bridge/wmd/tiomap_sm.c             |   51 ++--
 12 files changed, 590 insertions(+), 293 deletions(-)


Please let me know your comments.

Thanks & regards
Ramesh Gupta G

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

* RE: [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for bridgedriver
  2009-02-12  1:10 [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for bridgedriver Gupta, Ramesh
@ 2009-02-12  4:42 ` Nayak, Rajendra
  2009-02-12  9:28   ` Gupta, Ramesh
  2009-02-12  9:19 ` Gupta, Ramesh
  2009-02-13 11:52 ` Gupta, Ramesh
  2 siblings, 1 reply; 5+ messages in thread
From: Nayak, Rajendra @ 2009-02-12  4:42 UTC (permalink / raw)
  To: Gupta, Ramesh, linux-omap


> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org 
> [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Gupta, Ramesh
> Sent: Thursday, February 12, 2009 6:41 AM
> To: linux-omap@vger.kernel.org
> Subject: [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for 
> bridgedriver
> 
> All,
> 
> The patch set provides DVFS and offmode support for bridgedriver.
> These patches to be applied on top of the pm branch. Currently 
> Some times we have observed issues like MMU fault and DSP 
> Reset on setting VDD1 to OPP1.
> 
> Looks like the drop in voltage to DSP core causing the issue. 
> With a slight increase in VDD1 voltage level for OPP1 [patch 
> 3/3] solving the issue, We are investigating further into this.

Ramesh,

The latest operating condition addendum for 3430 specifies VDD1 OPP1 voltage
to be .975 and OPP2 to be 1.05. Same for VDD2. Rest OPP's remain 
the same. I will send a patch on PM branch to update this and that sould
solve your problem.

regards,
Rajendra
 
> 
> [PATCH 1/3]DSPBRIDGE-Offmode-and-DVFS-Support.patch
> [PATCH 2/3]DSPBRIDGE-DVFS-and-OFF-mode-support-with-OPP2.patch
> [PATCH 3/3]Boosting-OPP1-voltage-level.patch
> 
> 
> Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
> ---
>  arch/arm/plat-omap/include/dspbridge/cfgdefs.h |    2 +
>  arch/arm/plat-omap/include/dspbridge/drv.h     |    6 +
>  drivers/dsp/bridge/Kbuild                      |    3 +-
>  drivers/dsp/bridge/rmgr/drv.c                  |   11 +-
>  drivers/dsp/bridge/rmgr/drv_interface.c        |    5 +-
>  drivers/dsp/bridge/rmgr/node.c                 |   37 ++--
>  drivers/dsp/bridge/rmgr/proc.c                 |   48 ++--
>  drivers/dsp/bridge/wmd/_tiomap_pwr.h           |    6 +
>  drivers/dsp/bridge/wmd/io_sm.c                 |  339 
> +++++++++++++-----------
>  drivers/dsp/bridge/wmd/tiomap3430.c            |  150 +++++++----
>  drivers/dsp/bridge/wmd/tiomap3430_pwr.c        |  225 
> +++++++++++++++--
>  drivers/dsp/bridge/wmd/tiomap_sm.c             |   51 ++--
>  12 files changed, 590 insertions(+), 293 deletions(-)
> 
> 
> Please let me know your comments.
> 
> Thanks & regards
> Ramesh Gupta G
> --
> 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] 5+ messages in thread

* RE: [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for bridgedriver
  2009-02-12  1:10 [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for bridgedriver Gupta, Ramesh
  2009-02-12  4:42 ` Nayak, Rajendra
@ 2009-02-12  9:19 ` Gupta, Ramesh
  2009-02-13 11:52 ` Gupta, Ramesh
  2 siblings, 0 replies; 5+ messages in thread
From: Gupta, Ramesh @ 2009-02-12  9:19 UTC (permalink / raw)
  To: Gupta, Ramesh, linux-omap

All,
Looks like there was some issue with git-send-email configuration, It didn't reach the list, I resent the same.

Thanks
Ramesh Gupta G 

> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org 
> [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Gupta, Ramesh
> Sent: Thursday, February 12, 2009 6:41 AM
> To: linux-omap@vger.kernel.org
> Subject: [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for 
> bridgedriver
> 
> All,
> 
> The patch set provides DVFS and offmode support for bridgedriver.
> These patches to be applied on top of the pm branch. 
> Currently Some times we have observed issues like MMU fault 
> and DSP Reset on setting VDD1 to OPP1.
> 
> Looks like the drop in voltage to DSP core causing the issue. 
> With a slight increase in VDD1 voltage level for OPP1 [patch 
> 3/3] solving the issue, We are investigating further into this. 
> 
> [PATCH 1/3]DSPBRIDGE-Offmode-and-DVFS-Support.patch
> [PATCH 2/3]DSPBRIDGE-DVFS-and-OFF-mode-support-with-OPP2.patch
> [PATCH 3/3]Boosting-OPP1-voltage-level.patch
> 
> 
> Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
> ---
>  arch/arm/plat-omap/include/dspbridge/cfgdefs.h |    2 +
>  arch/arm/plat-omap/include/dspbridge/drv.h     |    6 +
>  drivers/dsp/bridge/Kbuild                      |    3 +-
>  drivers/dsp/bridge/rmgr/drv.c                  |   11 +-
>  drivers/dsp/bridge/rmgr/drv_interface.c        |    5 +-
>  drivers/dsp/bridge/rmgr/node.c                 |   37 ++--
>  drivers/dsp/bridge/rmgr/proc.c                 |   48 ++--
>  drivers/dsp/bridge/wmd/_tiomap_pwr.h           |    6 +
>  drivers/dsp/bridge/wmd/io_sm.c                 |  339 
> +++++++++++++-----------
>  drivers/dsp/bridge/wmd/tiomap3430.c            |  150 +++++++----
>  drivers/dsp/bridge/wmd/tiomap3430_pwr.c        |  225 
> +++++++++++++++--
>  drivers/dsp/bridge/wmd/tiomap_sm.c             |   51 ++--
>  12 files changed, 590 insertions(+), 293 deletions(-)
> 
> 
> Please let me know your comments.
> 
> Thanks & regards
> Ramesh Gupta G
> --
> 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] 5+ messages in thread

* RE: [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for bridgedriver
  2009-02-12  4:42 ` Nayak, Rajendra
@ 2009-02-12  9:28   ` Gupta, Ramesh
  0 siblings, 0 replies; 5+ messages in thread
From: Gupta, Ramesh @ 2009-02-12  9:28 UTC (permalink / raw)
  To: Nayak, Rajendra, linux-omap

Hi Rajendra, 

> -----Original Message-----
> From: Nayak, Rajendra 
> Sent: Thursday, February 12, 2009 10:13 AM
> To: Gupta, Ramesh; linux-omap@vger.kernel.org
> Subject: RE: [PATCH 0/3] DSPBRIDGE DVFS and Off mode support 
> for bridgedriver
> 
> 
> > -----Original Message-----
> > From: linux-omap-owner@vger.kernel.org 
> > [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Gupta, Ramesh
> > Sent: Thursday, February 12, 2009 6:41 AM
> > To: linux-omap@vger.kernel.org
> > Subject: [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for 
> > bridgedriver
> > 
> > All,
> > 
> > The patch set provides DVFS and offmode support for bridgedriver.
> > These patches to be applied on top of the pm branch. Currently Some 
> > times we have observed issues like MMU fault and DSP Reset 
> on setting 
> > VDD1 to OPP1.
> > 
> > Looks like the drop in voltage to DSP core causing the issue. 
> > With a slight increase in VDD1 voltage level for OPP1 [patch 3/3] 
> > solving the issue, We are investigating further into this.
> 
> Ramesh,
> 
> The latest operating condition addendum for 3430 specifies 
> VDD1 OPP1 voltage to be .975 and OPP2 to be 1.05. Same for 
> VDD2. Rest OPP's remain the same. I will send a patch on PM 
> branch to update this and that sould solve your problem.

Thanks for looking into this, yeah this should resolve my issue with OPP1,
I will wait for your patches.

Regards
Ramesh Gupta G

 

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

* RE: [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for bridgedriver
  2009-02-12  1:10 [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for bridgedriver Gupta, Ramesh
  2009-02-12  4:42 ` Nayak, Rajendra
  2009-02-12  9:19 ` Gupta, Ramesh
@ 2009-02-13 11:52 ` Gupta, Ramesh
  2 siblings, 0 replies; 5+ messages in thread
From: Gupta, Ramesh @ 2009-02-13 11:52 UTC (permalink / raw)
  To: Gupta, Ramesh, linux-omap

All,

The patch [PATCH] OMAP3: PM: Update voltage levels for OPP1/2 on VDD1/2 from Rajendra Naik is fixing the OPP1 issues I was seeing. For Bridge DVFS to work [PATCH 1/3]DSPBRIDGE-Offmode-and-DVFS-Support.patch is sufficient from this patch set, I am going to send a single updated patch for DSPBRIDGE DVFS and OFF mode.

Thanks 
Ramesh Gupta G

> -----Original Message-----
> From: linux-omap-owner@vger.kernel.org 
> [mailto:linux-omap-owner@vger.kernel.org] On Behalf Of Gupta, Ramesh
> Sent: Thursday, February 12, 2009 6:41 AM
> To: linux-omap@vger.kernel.org
> Subject: [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for 
> bridgedriver
> 
> All,
> 
> The patch set provides DVFS and offmode support for bridgedriver.
> These patches to be applied on top of the pm branch. 
> Currently Some times we have observed issues like MMU fault 
> and DSP Reset on setting VDD1 to OPP1.
> 
> Looks like the drop in voltage to DSP core causing the issue. 
> With a slight increase in VDD1 voltage level for OPP1 [patch 
> 3/3] solving the issue, We are investigating further into this. 
> 
> [PATCH 1/3]DSPBRIDGE-Offmode-and-DVFS-Support.patch
> [PATCH 2/3]DSPBRIDGE-DVFS-and-OFF-mode-support-with-OPP2.patch
> [PATCH 3/3]Boosting-OPP1-voltage-level.patch
> 
> 
> Signed-off-by: Ramesh Gupta G <grgupta@ti.com>
> ---
>  arch/arm/plat-omap/include/dspbridge/cfgdefs.h |    2 +
>  arch/arm/plat-omap/include/dspbridge/drv.h     |    6 +
>  drivers/dsp/bridge/Kbuild                      |    3 +-
>  drivers/dsp/bridge/rmgr/drv.c                  |   11 +-
>  drivers/dsp/bridge/rmgr/drv_interface.c        |    5 +-
>  drivers/dsp/bridge/rmgr/node.c                 |   37 ++--
>  drivers/dsp/bridge/rmgr/proc.c                 |   48 ++--
>  drivers/dsp/bridge/wmd/_tiomap_pwr.h           |    6 +
>  drivers/dsp/bridge/wmd/io_sm.c                 |  339 
> +++++++++++++-----------
>  drivers/dsp/bridge/wmd/tiomap3430.c            |  150 +++++++----
>  drivers/dsp/bridge/wmd/tiomap3430_pwr.c        |  225 
> +++++++++++++++--
>  drivers/dsp/bridge/wmd/tiomap_sm.c             |   51 ++--
>  12 files changed, 590 insertions(+), 293 deletions(-)
> 
> 
> Please let me know your comments.
> 
> Thanks & regards
> Ramesh Gupta G
> --
> 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] 5+ messages in thread

end of thread, other threads:[~2009-02-13 11:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-12  1:10 [PATCH 0/3] DSPBRIDGE DVFS and Off mode support for bridgedriver Gupta, Ramesh
2009-02-12  4:42 ` Nayak, Rajendra
2009-02-12  9:28   ` Gupta, Ramesh
2009-02-12  9:19 ` Gupta, Ramesh
2009-02-13 11:52 ` Gupta, Ramesh

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.