linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@stericsson.com>
To: "Rafael J. Wysocki" <rjw@sisk.pl>,
	cpufreq@vger.kernel.org, linux-pm@vger.kernel.org,
	Mike Turquette <mturquette@ti.com>,
	Mike Turquette <mturquette@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org,
	Lee Jones <lee.jones@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Rickard Andersson <rickard.andersson@stericsson.com>,
	Jonas Aberg <jonas.aberg@stericsson.com>,
	Vincent Guittot <vincent.guittot@linaro.org>,
	Philippe Begnic <philippe.begnic@st.com>,
	Ulf Hansson <ulf.hansson@linaro.org>
Subject: [RESEND PATCH 2/5] mfd: db8500: Update cpufreq device name
Date: Mon, 10 Dec 2012 16:25:39 +0100	[thread overview]
Message-ID: <1355153142-9534-3-git-send-email-ulf.hansson@stericsson.com> (raw)
In-Reply-To: <1355153142-9534-1-git-send-email-ulf.hansson@stericsson.com>

From: Lee Jones <lee.jones@linaro.org>

Since the cpufreq driver for ux500 has been renamed from
cpufreq-db8500 to cpufreq-dbx500, we need to change the
device name here as well.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
---
 drivers/mfd/db8500-prcmu.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/mfd/db8500-prcmu.c b/drivers/mfd/db8500-prcmu.c
index b96661d..5214422 100644
--- a/drivers/mfd/db8500-prcmu.c
+++ b/drivers/mfd/db8500-prcmu.c
@@ -3062,8 +3062,8 @@ static struct mfd_cell db8500_prcmu_devs[] = {
 		.pdata_size = sizeof(db8500_regulators),
 	},
 	{
-		.name = "cpufreq-u8500",
-		.of_compatible = "stericsson,cpufreq-u8500",
+		.name = "cpufreq-ux500",
+		.of_compatible = "stericsson,cpufreq-ux500",
 		.platform_data = &db8500_cpufreq_table,
 		.pdata_size = sizeof(db8500_cpufreq_table),
 	},
-- 
1.7.10


  parent reply	other threads:[~2012-12-10 15:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-10 15:25 [RESEND PATCH 0/5] cpufreq: db8500: Rename driver and update some parts Ulf Hansson
2012-12-10 15:25 ` [RESEND PATCH 1/5] cpufreq: Give driver used for dbx500 family a more generic name Ulf Hansson
2012-12-10 15:25 ` Ulf Hansson [this message]
2012-12-10 15:25 ` [RESEND PATCH 3/5] cpufreq: dbx500: Move clk_get to probe Ulf Hansson
2012-12-10 15:25 ` [RESEND PATCH 4/5] cpufreq: dbx500: Minor code cleanup Ulf Hansson
2012-12-10 15:25 ` [RESEND PATCH 5/5] cpufreq: dbx500: Update file header Ulf Hansson
2012-12-11  9:15 ` [RESEND PATCH 0/5] cpufreq: db8500: Rename driver and update some parts Linus Walleij
2012-12-12 20:56 ` Mike Turquette
2012-12-12 22:43   ` Rafael J. Wysocki
2012-12-13  9:20   ` Ulf Hansson
2012-12-21 17:18     ` Mike Turquette

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=1355153142-9534-3-git-send-email-ulf.hansson@stericsson.com \
    --to=ulf.hansson@stericsson.com \
    --cc=cpufreq@vger.kernel.org \
    --cc=jonas.aberg@stericsson.com \
    --cc=lee.jones@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=mturquette@linaro.org \
    --cc=mturquette@ti.com \
    --cc=philippe.begnic@st.com \
    --cc=rickard.andersson@stericsson.com \
    --cc=rjw@sisk.pl \
    --cc=ulf.hansson@linaro.org \
    --cc=vincent.guittot@linaro.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).