From: Kevin Hilman <khilman@deeprootsystems.com>
To: Paul Walmsley <paul@pwsan.com>
Cc: linux-omap@vger.kernel.org, rnayak@ti.com
Subject: Re: [PATCH] OMAP PM: SRF: Drop unnecessary powerdomain activity hooks
Date: Tue, 27 Oct 2009 14:04:19 -0700 [thread overview]
Message-ID: <87y6mw8s6k.fsf@deeprootsystems.com> (raw)
In-Reply-To: <alpine.DEB.2.00.0910271424420.10228@utopia.booyaka.com> (Paul Walmsley's message of "Tue\, 27 Oct 2009 14\:25\:30 -0600 \(MDT\)")
Paul Walmsley <paul@pwsan.com> writes:
> This patch applies against the PM branch.
>
> omap_pm_pwrdm_active() and omap_pm_pwrdm_inactive() were dropped from the
> OMAP PM interface some time ago, but evidently we did not drop them from
> omap-pm-srf.c; this patch does that now.
>
> Signed-off-by: Paul Walmsley <paul@pwsan.com>
> Cc: Rajendra Nayak <rnayak@ti.com>
> Cc: Kevin Hilman <khilman@deeprootsystems.com>
Thanks, pushing to PM branch.
Kevin
> ---
> arch/arm/plat-omap/omap-pm-srf.c | 38 +-------------------------------------
> 1 files changed, 1 insertions(+), 37 deletions(-)
>
> diff --git a/arch/arm/plat-omap/omap-pm-srf.c b/arch/arm/plat-omap/omap-pm-srf.c
> index d769b90..ef1d235 100644
> --- a/arch/arm/plat-omap/omap-pm-srf.c
> +++ b/arch/arm/plat-omap/omap-pm-srf.c
> @@ -297,43 +297,7 @@ int omap_pm_get_dev_context_loss_count(struct device *dev)
> }
>
> /*
> - * Powerdomain usecounting hooks
> - */
> -
> -void omap_pm_pwrdm_active(struct powerdomain *pwrdm)
> -{
> - if (!pwrdm) {
> - WARN_ON(1);
> - return;
> - };
> -
> - pr_debug("OMAP PM: powerdomain %s is becoming active\n", pwrdm->name);
> -
> - /*
> - * CDP code apparently will need these for the enable_power_domain()
> - * and disable_power_domain() functions.
> - */
> -}
> -
> -void omap_pm_pwrdm_inactive(struct powerdomain *pwrdm)
> -{
> - if (!pwrdm) {
> - WARN_ON(1);
> - return;
> - };
> -
> - pr_debug("OMAP PM: powerdomain %s is becoming inactive\n",
> - pwrdm->name);
> -
> - /*
> - * CDP code apparently will need these for the enable_power_domain()
> - * and disable_power_domain() functions.
> - */
> -}
> -
> -/*
> - * Should be called before clk framework since clk fw will call
> - * omap_pm_pwrdm_{in,}active()
> + * Must be called before clk framework init
> */
> int __init omap_pm_if_early_init(struct omap_opp *mpu_opp_table,
> struct omap_opp *dsp_opp_table,
> --
> 1.6.5.GIT
prev parent reply other threads:[~2009-10-27 21:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-27 20:25 [PATCH] OMAP PM: SRF: Drop unnecessary powerdomain activity hooks Paul Walmsley
2009-10-27 21:04 ` 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=87y6mw8s6k.fsf@deeprootsystems.com \
--to=khilman@deeprootsystems.com \
--cc=linux-omap@vger.kernel.org \
--cc=paul@pwsan.com \
--cc=rnayak@ti.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