From: Bastien Nocera <hadess@hadess.net>
To: Lee Jones <lee.jones@linaro.org>, linux-gpio@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, Bastien Nocera <hadess@hadess.net>
Subject: [PATCH] mfd: intel_soc_pmic_crc: Uniquify device name
Date: Tue, 20 Jun 2017 18:33:23 +0200 [thread overview]
Message-ID: <20170620163323.16345-1-hadess@hadess.net> (raw)
---
drivers/mfd/intel_soc_pmic_crc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/mfd/intel_soc_pmic_crc.c b/drivers/mfd/intel_soc_pmic_crc.c
index 4a7494872da2..f47dadaf644c 100644
--- a/drivers/mfd/intel_soc_pmic_crc.c
+++ b/drivers/mfd/intel_soc_pmic_crc.c
@@ -147,7 +147,7 @@ static const struct regmap_irq crystal_cove_irqs[] = {
};
static const struct regmap_irq_chip crystal_cove_irq_chip = {
- .name = "Crystal Cove",
+ .name = "Crystal Cove (PMIC)",
.irqs = crystal_cove_irqs,
.num_irqs = ARRAY_SIZE(crystal_cove_irqs),
.num_regs = 1,
--
2.13.0
next reply other threads:[~2017-06-20 16:33 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-20 16:33 Bastien Nocera [this message]
2017-07-17 11:58 ` Lee Jones
2017-07-17 13:24 ` Bastien Nocera
2017-07-18 7:14 ` Lee Jones
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=20170620163323.16345-1-hadess@hadess.net \
--to=hadess@hadess.net \
--cc=lee.jones@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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
Powered by JetHome