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


Groups > linux.kernel > #1354001 > unrolled thread

[PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd

Started byMaxime Ripard <maxime.ripard@free-electrons.com>
First post2016-03-09 12:10 +0100
Last post2016-03-16 11:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-03-09 12:10 +0100
    Re: [PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd Linus Walleij <linus.walleij@linaro.org> - 2016-03-16 11:10 +0100

#1354001 — [PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd

FromMaxime Ripard <maxime.ripard@free-electrons.com>
Date2016-03-09 12:10 +0100
Subject[PATCH 2/4] mfd: axp20x: Add AXP209 GPIO driver to the mfd
Message-ID<raKa6-735-27@gated-at.bofh.it>
Now that we have a GPIO driver for the AXP209, we can add it to our MFD.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 drivers/mfd/axp20x.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/mfd/axp20x.c b/drivers/mfd/axp20x.c
index a57d6e940610..89518ee3be33 100644
--- a/drivers/mfd/axp20x.c
+++ b/drivers/mfd/axp20x.c
@@ -430,6 +430,9 @@ static const struct regmap_irq_chip axp288_regmap_irq_chip = {
 
 static struct mfd_cell axp20x_cells[] = {
 	{
+		.name		= "axp20x-gpio",
+		.of_compatible	= "x-powers,axp209-gpio",
+	}, {
 		.name		= "axp20x-pek",
 		.num_resources	= ARRAY_SIZE(axp20x_pek_resources),
 		.resources	= axp20x_pek_resources,
-- 
2.7.2

[toc] | [next] | [standalone]


#1358785

FromLinus Walleij <linus.walleij@linaro.org>
Date2016-03-16 11:10 +0100
Message-ID<rdgyS-7xF-15@gated-at.bofh.it>
In reply to#1354001
On Wed, Mar 9, 2016 at 11:50 AM, Maxime Ripard
<maxime.ripard@free-electrons.com> wrote:

> Now that we have a GPIO driver for the AXP209, we can add it to our MFD.
>
> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
(...)
> +               .name           = "axp20x-gpio",
> +               .of_compatible  = "x-powers,axp209-gpio",

Acked-by: Linus Walleij <linus.walleij@linaro.org>

Professor X must be behind this X-powers X men.

Yours,
Linus Walleij

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web