From: Kevin Hilman <khilman@deeprootsystems.com>
To: "Y, Kishore" <kishore.y@ti.com>
Cc: "Tomi Valkeinen (tomi.valkeinen@nokia.com)"
<tomi.valkeinen@nokia.com>,
"linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>
Subject: Re: [PATCH 1/3] DSS PM_WKEN to refill DMA
Date: Wed, 13 Jan 2010 15:47:15 -0800 [thread overview]
Message-ID: <877hrlftz0.fsf@deeprootsystems.com> (raw)
In-Reply-To: <E0D41E29EB0DAC4E9F3FF173962E9E94026AD401DB@dbde02.ent.ti.com> (Kishore Y.'s message of "Tue\, 22 Dec 2009 15\:07\:50 +0530")
"Y, Kishore" <kishore.y@ti.com> writes:
> From: Subramani Venkatesh <x0108988@ti.com>
>
> Currently, DSS doesnot wakeup when there is a DMA request.
> DSS wake up event must be enabled so that the DMA request to refill
> the FIFO will wake up the CORE domain.
>
> Signed-off-by: Subramani Venkatesh <subramani.venkatesh@windriver.com>
Adding this one to pm-fixes queue for 2.6.33-rc.
The rest of this series needs to go upstream via Tomi's DSS2 tree.
Kevin
> ---
> arch/arm/mach-omap2/pm34xx.c | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c
> index 81ed252..2d11b80 100644
> --- a/arch/arm/mach-omap2/pm34xx.c
> +++ b/arch/arm/mach-omap2/pm34xx.c
> @@ -726,6 +726,11 @@ static void __init prcm_setup_regs(void)
> prm_write_mod_reg(0, OMAP3430_IVA2_MOD, PM_WKDEP);
> prm_write_mod_reg(0, MPU_MOD, PM_WKDEP);
> prm_write_mod_reg(0, OMAP3430_DSS_MOD, PM_WKDEP);
> +
> + /* Enable PM_WKEN to support DSS LPR */
> + prm_write_mod_reg(OMAP3430_PM_WKEN_DSS_EN_DSS,
> + OMAP3430_DSS_MOD, PM_WKEN);
> +
> prm_write_mod_reg(0, OMAP3430_NEON_MOD, PM_WKDEP);
> prm_write_mod_reg(0, OMAP3430_CAM_MOD, PM_WKDEP);
> prm_write_mod_reg(0, OMAP3430_PER_MOD, PM_WKDEP);
> --
> 1.5.4.3
>
>
> Regards,
> Kishore Y
prev parent reply other threads:[~2010-01-13 23:47 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-22 9:37 [PATCH 1/3] DSS PM_WKEN to refill DMA Y, Kishore
2010-01-13 23:47 ` Kevin Hilman [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=877hrlftz0.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=kishore.y@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=tomi.valkeinen@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 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.