public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Artem Bityutskiy <dedekind1@gmail.com>
To: "Woodruff, Richard" <r-woodruff2@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>,
	Tero Kristo <tero.kristo@nokia.com>,
	Ameya Palande <ameya.palande@nokia.com>,
	"Ghongdemath, Girish" <girishsg@ti.com>,
	"hiroshi.doyu@nokia.com" <hiroshi.doyu@nokia.com>,
	"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
	"khilman@deeprootsystems.com" <khilman@deeprootsystems.com>
Subject: RE: [PATCH 01/17] PM: fix suspend control for IVA2
Date: Fri, 23 Oct 2009 08:22:05 +0300	[thread overview]
Message-ID: <1256275325.29885.213.camel@localhost> (raw)
In-Reply-To: <13B9B4C6EF24D648824FF11BE8967162039B459EE8@dlee02.ent.ti.com>

On Thu, 2009-10-22 at 16:21 -0500, Woodruff, Richard wrote:
> > From: linux-omap-owner@vger.kernel.org [mailto:linux-omap-
> > owner@vger.kernel.org] On Behalf Of Paul Walmsley
> > Sent: Thursday, October 22, 2009 5:24 AM
> 
> > > IVA2 controls its target power state individually, thus suspend should not
> > > touch IVA2. Without this patch DSP suspend always fails.
> >
> > We don't allow other device drivers to touch PRCM bits, so we should
> > probably should remove all PRCM register accesses from the DSPBridge code,
> > so all power control should go through the ARM.
> >
> > Is there a reason why the ARM code can't handle the DSP powerdomain?
> 
> Sharing with DSP is something which probably could use some improvement.
> 
> Today DSP self-manages its domain.  Its (bios) micro-kernel makes decisions to optimize its domain. The ARM can't really micro-manage the DSP as he doesn't even want to know at the detail level what the DSP is up to at every instant.
> 
> - During idle time cpuidle should just be checking dsp status to see if its current state gets in the way of a low c-state.
> 
> - bridge does register with suspend frame work so he should do the right thing when in the system.
> 
> * problem is when bridge isn't there what to do.  This is especially after an unload of the bridge.

Just a side note reminder: bridge does not exist in the real world.

[dedekind@sauron linux-omap-2.6]\$ ls drivers/dsp/bridge
ls: cannot access drivers/dsp/bridge: No such file or directory

-- 
Best Regards,
Artem Bityutskiy (Артём Битюцкий)

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

      reply	other threads:[~2009-10-23  5:22 UTC|newest]

Thread overview: 61+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-16 10:48 [PATCH 00/17] Misc PM patches Tero Kristo
2009-10-16 10:48 ` [PATCH 01/17] PM: fix suspend control for IVA2 Tero Kristo
2009-10-16 10:48   ` [PATCH 02/17] OMAP3: PM: Dynamic check for CORE target state Tero Kristo
2009-10-16 10:48     ` [PATCH 03/17] PM: Block CORE off when DSS is active Tero Kristo
2009-10-16 10:48       ` [PATCH 04/17] OMAP3: PM: Do not enable IO wake-up on boot Tero Kristo
2009-10-16 10:48         ` [PATCH 05/17] OMAP:PM: Precedence fix Tero Kristo
2009-10-16 10:48           ` [PATCH 06/17] OMAP3: PM: Added next state check for IVA2, USB and PER into idle loop Tero Kristo
2009-10-16 10:49             ` [PATCH 07/17] OMAP3: Disable Smartreflex before pwrdm enters RET Tero Kristo
2009-10-16 10:49               ` [PATCH 08/17] OMAP2/3: GPTIMER: Clear pending interrupts when entering suspend Tero Kristo
2009-10-16 10:49                 ` [PATCH 09/17] OMAP3: PM: Ack pending interrupts before " Tero Kristo
2009-10-16 10:49                   ` [PATCH 10/17] OMAP3: PM: Enable system control module autoidle Tero Kristo
2009-10-16 10:49                     ` [PATCH 11/17] Make USBHOST powerdomain go to sleep after warm reset Tero Kristo
2009-10-16 10:49                       ` [PATCH 12/17] OMAP2/3: Do not enable AUTOIDLE in interrupt controller Tero Kristo
2009-10-16 10:49                         ` [PATCH 13/17] OMAP3: Fixed ARM aux ctrl register save/restore Tero Kristo
2009-10-16 10:49                           ` [PATCH 14/17] OMAP3: PM: Disabled I2C4 repeated start operation mode Tero Kristo
2009-10-16 10:49                             ` [PATCH 15/17] OMAP3: PM: Added support for L2 aux ctrl register save and restore Tero Kristo
2009-10-16 10:49                               ` [PATCH 16/17] OMAP3: PM: Write voltage and clock setup times dynamically in idle loop Tero Kristo
2009-10-16 10:49                                 ` [PATCH 17/17] OMAP3: PM: Force disable OTG autoidle Tero Kristo
2009-10-20 18:44                                   ` Kevin Hilman
2009-10-21 10:21                                     ` Tero.Kristo
2009-10-20 17:47                                 ` [PATCH 16/17] OMAP3: PM: Write voltage and clock setup times dynamically in idle loop Kevin Hilman
2009-10-21  9:55                                   ` Tero.Kristo
2009-10-21 14:15                                     ` Kevin Hilman
2009-10-21 15:37                                       ` Tero.Kristo
2009-10-16 14:39                         ` [PATCH 12/17] OMAP2/3: Do not enable AUTOIDLE in interrupt controller Woodruff, Richard
2009-10-16 17:47                           ` Girish S G
2009-10-16 18:04                             ` Woodruff, Richard
     [not found]                               ` <005001ca4e8b$ea107c10$3d1018ac@am.dhcp.ti! .com>
2009-10-16 18:10                               ` Girish S G
2009-10-19 10:18                                 ` Tero.Kristo
2009-10-19 17:21                                   ` Woodruff, Richard
2009-10-19 18:31                                   ` Girish S G
2009-10-20 16:01                                   ` Kevin Hilman
2009-10-20 16:15                                     ` Tero.Kristo
2009-10-20 16:32                                       ` Kevin Hilman
2009-10-21  4:37                                         ` Gopinath, Thara
2009-10-21 15:25                                           ` Girish S G
2009-10-20 16:19                                     ` Girish S G
2009-10-20 17:39                       ` [PATCH 11/17] Make USBHOST powerdomain go to sleep after warm reset Kevin Hilman
2009-10-20 17:30                   ` [PATCH 09/17] OMAP3: PM: Ack pending interrupts before entering suspend Kevin Hilman
2009-10-21 10:03                     ` Tero.Kristo
2009-10-21 14:19                       ` Kevin Hilman
2009-10-21 16:01                         ` Tero.Kristo
2009-10-20 17:36                 ` [PATCH 08/17] OMAP2/3: GPTIMER: Clear pending interrupts when " Kevin Hilman
2009-10-21 10:09                   ` Tero.Kristo
2009-10-16 13:16             ` [PATCH 06/17] OMAP3: PM: Added next state check for IVA2, USB and PER into idle loop Sripathy, Vishwanath
2009-10-16 13:35               ` Tero.Kristo
2009-10-16 14:57               ` Cousson, Benoit
2009-10-20 19:04             ` Kevin Hilman
2009-10-20 17:23           ` [PATCH 05/17] OMAP:PM: Precedence fix Kevin Hilman
2009-10-20 17:21         ` [PATCH 04/17] OMAP3: PM: Do not enable IO wake-up on boot Kevin Hilman
2009-10-16 15:27       ` [PATCH 03/17] PM: Block CORE off when DSS is active Cousson, Benoit
2009-10-19  9:37         ` Tero.Kristo
2009-10-20 17:19           ` Kevin Hilman
2009-10-20 16:16     ` [PATCH 02/17] OMAP3: PM: Dynamic check for CORE target state Kevin Hilman
2009-10-16 17:16   ` [PATCH 01/17] PM: fix suspend control for IVA2 Girish S G
2009-10-19  9:22     ` Tero.Kristo
2009-10-19 18:26       ` Girish S G
2009-10-20 16:10       ` Kevin Hilman
2009-10-22 10:24   ` Paul Walmsley
2009-10-22 21:21     ` Woodruff, Richard
2009-10-23  5:22       ` Artem Bityutskiy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1256275325.29885.213.camel@localhost \
    --to=dedekind1@gmail.com \
    --cc=ameya.palande@nokia.com \
    --cc=girishsg@ti.com \
    --cc=hiroshi.doyu@nokia.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=r-woodruff2@ti.com \
    --cc=tero.kristo@nokia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox