mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Mark Brown <broonie@kernel.org>
Cc: Samuel Ortiz <sameo@linux.intel.com>,
	linux-kernel@vger.kernel.org, linaro-kernel@lists.linaro.org,
	Mark Brown <broonie@linaro.org>
Subject: Re: [PATCH] mfd: tps65010: Use power efficient workqueue for power polling
Date: Mon, 12 Aug 2013 17:33:24 +0100	[thread overview]
Message-ID: <20130812163324.GB3636@lee--X1> (raw)
In-Reply-To: <1376069102-15658-1-git-send-email-broonie@kernel.org>

On Fri, 09 Aug 2013, Mark Brown wrote:

> From: Mark Brown <broonie@linaro.org>
> 
> There is no need to use a per CPU workqueue to poll, especially with the
> 5s delay used, so allow the scheduler to use any CPU.
> 
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---
>  drivers/mfd/tps65010.c | 12 +++++++-----
>  1 file changed, 7 insertions(+), 5 deletions(-)

I'm going to apply the patch and ...

> -		schedule_delayed_work(&the_tps->work, 0);
> +		queue_delayed_work(system_power_efficient_wq, &the_tps->work,
> +				   0);

... move this back up onto the line above, if it's all the same to you?

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

  reply	other threads:[~2013-08-12 16:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-09 17:25 Mark Brown
2013-08-12 16:33 ` Lee Jones [this message]
2013-08-12 17:05   ` Mark Brown
     [not found]     ` <CAF2Aj3i3ZCt4Eimp5-4tGnFEAL6gruf+MuH7qEbWezTnfugiqg@mail.gmail.com>
2013-08-12 20:43       ` Mark Brown

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=20130812163324.GB3636@lee--X1 \
    --to=lee.jones@linaro.org \
    --cc=broonie@kernel.org \
    --cc=broonie@linaro.org \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sameo@linux.intel.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

all inboxes | Powered by JetHome®