From: Kevin Hilman <khilman@deeprootsystems.com>
To: linux-omap@vger.kernel.org
Subject: [PATCH 4/5] OMAP3: PM: D2D clockdomain supports SW supervised transitions
Date: Wed, 26 Nov 2008 16:05:48 -0800 [thread overview]
Message-ID: <1227744349-12118-5-git-send-email-khilman@deeprootsystems.com> (raw)
In-Reply-To: <1227744349-12118-4-git-send-email-khilman@deeprootsystems.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
---
arch/arm/mach-omap2/clockdomains.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-omap2/clockdomains.h b/arch/arm/mach-omap2/clockdomains.h
index bafa650..49a5774 100644
--- a/arch/arm/mach-omap2/clockdomains.h
+++ b/arch/arm/mach-omap2/clockdomains.h
@@ -198,7 +198,7 @@ static struct clockdomain sgx_clkdm = {
static struct clockdomain d2d_clkdm = {
.name = "d2d_clkdm",
.pwrdm = { .name = "core_pwrdm" },
- .flags = CLKDM_CAN_HWSUP,
+ .flags = CLKDM_CAN_HWSUP_SWSUP,
.clktrctrl_mask = OMAP3430ES1_CLKTRCTRL_D2D_MASK,
.omap_chip = OMAP_CHIP_INIT(CHIP_IS_OMAP3430),
};
--
1.6.0.3
next prev parent reply other threads:[~2008-11-27 0:06 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-27 0:05 [PATCH 0/5] extra module resets to ensure full-chip idle Kevin Hilman
2008-11-27 0:05 ` [PATCH 1/5] OMAP3: PM: HSMMC: force MMC module reset on boot Kevin Hilman
2008-11-27 0:05 ` [PATCH 2/5] OMAP3: PM: Force IVA2 into idle during bootup Kevin Hilman
2008-11-27 0:05 ` [PATCH 3/5] OMAP3: PM: Add D2D clocks and auto-idle setup to PRCM init Kevin Hilman
2008-11-27 0:05 ` Kevin Hilman [this message]
2008-11-27 0:05 ` [PATCH 5/5] OMAP3: PM: Ensure modem is reset during " Kevin Hilman
2008-11-27 0:25 ` [PATCH 1/5] OMAP3: PM: HSMMC: force MMC module reset on boot Tony Lindgren
2008-11-27 5:04 ` [PATCH 0/5] extra module resets to ensure full-chip idle Dirk Behme
2008-11-27 5:14 ` Kevin Hilman
2008-11-27 9:02 ` Koen Kooi
2008-11-30 5:10 ` Kevin Hilman
2008-12-01 7:42 ` Paul Walmsley
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=1227744349-12118-5-git-send-email-khilman@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.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 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.