linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: mturquette@baylibre.com, sboyd@codeaurora.org, lee.jones@linaro.org
Cc: linux-kernel@vger.kernel.org, guodong.xu@linaro.org
Subject: [PATCH 2/2] mfd: hi655x: Add the clock cell to provide WiFi and Bluetooth
Date: Fri, 17 Mar 2017 08:58:50 +0100	[thread overview]
Message-ID: <1489737531-3036-2-git-send-email-daniel.lezcano@linaro.org> (raw)
In-Reply-To: <1489737531-3036-1-git-send-email-daniel.lezcano@linaro.org>

The hi655x is a PMIC with regulator but also provides a clock for the WiFi
and the bluetooth which is missing in the current implementation.

Add the clock cell so it can be used in the next patch via the dts.

Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/mfd/hi655x-pmic.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/mfd/hi655x-pmic.c b/drivers/mfd/hi655x-pmic.c
index ba706ad..c37ccbf 100644
--- a/drivers/mfd/hi655x-pmic.c
+++ b/drivers/mfd/hi655x-pmic.c
@@ -77,7 +77,8 @@
 		.num_resources	= ARRAY_SIZE(pwrkey_resources),
 		.resources	= &pwrkey_resources[0],
 	},
-	{	.name		= "hi655x-regulator", },
+	{	.name		= "hi655x-regulator",	},
+	{	.name		= "hi655x-clk",		},
 };
 
 static void hi655x_local_irq_clear(struct regmap *map)
-- 
1.9.1

  reply	other threads:[~2017-03-17  8:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-17  7:58 [PATCH 1/2] clk: hi6220: Add the hi655x's pmic clock Daniel Lezcano
2017-03-17  7:58 ` Daniel Lezcano [this message]
2017-04-11 13:58   ` [PATCH 2/2] mfd: hi655x: Add the clock cell to provide WiFi and Bluetooth Lee Jones
2017-04-07 13:46 ` [PATCH 1/2] clk: hi6220: Add the hi655x's pmic clock Daniel Lezcano
2017-04-07 16:48 ` Stephen Boyd
2017-04-07 17:21   ` Daniel Lezcano
2017-04-07 17:23     ` Stephen Boyd
2017-04-07 17:32       ` Daniel Lezcano

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=1489737531-3036-2-git-send-email-daniel.lezcano@linaro.org \
    --to=daniel.lezcano@linaro.org \
    --cc=guodong.xu@linaro.org \
    --cc=lee.jones@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mturquette@baylibre.com \
    --cc=sboyd@codeaurora.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).