Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1222316

[PATCH v6 5/5] PM / devfreq: drop comment about thermal setting max_freq

From Javi Merino <javi.merino@arm.com>
Newsgroups linux.kernel
Subject [PATCH v6 5/5] PM / devfreq: drop comment about thermal setting max_freq
Date 2015-09-10 19:20 +0200
Message-ID <q7dFU-7WH-5@gated-at.bofh.it> (permalink)
References <q7dFU-7WH-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The thermal infrastructure should use the devfreq cooling device, which
uses the OPP library to disable OPPs as necessary.

Fix a couple of typos in the same comment while we are at it.

Signed-off-by: Javi Merino <javi.merino@arm.com>
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
---

Hi MyungJoo,
    
The patches in this series haven't changed from what you have in your
tree.  I'm only including them because they're not yet in mainline.

 drivers/devfreq/devfreq.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/devfreq/devfreq.c b/drivers/devfreq/devfreq.c
index ca1b362d77e2..aed1137b2173 100644
--- a/drivers/devfreq/devfreq.c
+++ b/drivers/devfreq/devfreq.c
@@ -177,10 +177,10 @@ int update_devfreq(struct devfreq *devfreq)
 		return err;
 
 	/*
-	 * Adjust the freuqency with user freq and QoS.
+	 * Adjust the frequency with user freq and QoS.
 	 *
-	 * List from the highest proiority
-	 * max_freq (probably called by thermal when it's too hot)
+	 * List from the highest priority
+	 * max_freq
 	 * min_freq
 	 */
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v6 0/5] Devfreq cooling device Javi Merino <javi.merino@arm.com> - 2015-09-10 19:20 +0200
  [PATCH v6 5/5] PM / devfreq: drop comment about thermal setting max_freq Javi Merino <javi.merino@arm.com> - 2015-09-10 19:20 +0200
  [PATCH v6 1/5] PM / devfreq: cache the last call to get_dev_status() Javi Merino <javi.merino@arm.com> - 2015-09-10 19:20 +0200
  [PATCH v6 4/5] devfreq_cooling: add trace information Javi Merino <javi.merino@arm.com> - 2015-09-10 19:20 +0200
    Re: [PATCH v6 4/5] devfreq_cooling: add trace information Steven Rostedt <rostedt@goodmis.org> - 2015-09-10 19:20 +0200
      Re: [PATCH v6 4/5] devfreq_cooling: add trace information Javi Merino <javi.merino@arm.com> - 2015-09-18 16:00 +0200
        Re: [PATCH v6 4/5] devfreq_cooling: add trace information Steven Rostedt <rostedt@goodmis.org> - 2015-09-18 16:10 +0200
  [PATCH v6 2/5] PM / OPP: get the voltage for all OPPs Javi Merino <javi.merino@arm.com> - 2015-09-10 19:20 +0200
  [PATCH v6 3/5] thermal: Add devfreq cooling Javi Merino <javi.merino@arm.com> - 2015-09-10 19:20 +0200

csiph-web