linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: rjw@sisk.pl (Rafael J. Wysocki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: S3C64XX: Implement basic power domain support
Date: Fri, 9 Dec 2011 22:57:18 +0100	[thread overview]
Message-ID: <201112092257.18319.rjw@sisk.pl> (raw)
In-Reply-To: <00a701ccb605$9ba84650$d2f8d2f0$%kim@samsung.com>

On Friday, December 09, 2011, Kukjin Kim wrote:
> 
> > -----Original Message-----
> > From: Rafael J. Wysocki [mailto:rjw at sisk.pl]
> > Sent: Friday, December 09, 2011 7:55 AM
> > To: Mark Brown
> > Cc: Kukjin Kim; linux-arm-kernel at lists.infradead.org; linux-samsung-
> > soc at vger.kernel.org
> > Subject: Re: [PATCH v2] ARM: S3C64XX: Implement basic power domain support
> > 
> > On Thursday, December 08, 2011, Mark Brown wrote:
> > > The S3C64xx SoCs contain a set of gateable power domains which can be
> > > enabled and disabled at runtime in order to save power.  Use the generic
> > > power domain code to implement support for these in software, enabling
> > > runtime control of most domains:
> > >
> > >  - ETM (not supported in mainline).
> > >  - Domain G: 3D acceleration (no mainline support).
> > >  - Domain V: MFC (no mainline support).
> > >  - Domain I: JPEG and camera interface (no mainline support).
> > >  - Domain P: 2D acceleration, TV encoder and scaler (no mainline
> support)
> > >  - Domain S: Security (no mainline support).
> > >  - Domain F: LCD (driver already uses runtime PM), post processing and
> > >    rotation (no mainline support).
> > >
> > > The IROM domain is marked as always enabled as we should arrange for it
> > > to be enabled when we suspend which will need a bit more work.
> > >
> > > Due to all the conditional device registration that the platform does
> > > wrap s3c_pm_init() with s3c64xx_pm_init() which actually puts the device
> > > into the power domain after the machines have registered, looking for
> > > platform data to tell if the device was registered. Since currently only
> > > Cragganmore actually sets up PM that is the only machine updated.
> > >
> > > Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
> > > Acked-by: Kukjin Kim <kgene.kim@samsung.com>
> > 
> > Applied to linux-pm/linux-next.
> > 
> Hi Rafael,
> 
> As I said, I need topic branch for merging into my tree to avoid conflicts,
> but I couldn't find any branch for this.

And as I said, I'll put those patches into the pm-domains branch of my tree
shortly (most likely later today), which I think is the topic branch you need.

Thanks,
Rafael

      reply	other threads:[~2011-12-09 21:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-08  1:08 [PATCH v2] ARM: S3C64XX: Implement basic power domain support Mark Brown
2011-12-08 22:55 ` Rafael J. Wysocki
2011-12-09  0:00   ` Kukjin Kim
2011-12-09 21:57     ` Rafael J. Wysocki [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=201112092257.18319.rjw@sisk.pl \
    --to=rjw@sisk.pl \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).