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


Groups > linux.kernel > #1220588

[PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217.

From Enric Balletbo i Serra <eballetbo@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217.
Date 2015-09-08 10:20 +0200
Message-ID <q6mie-72x-25@gated-at.bofh.it> (permalink)
References <q6mie-72x-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Add tps65217 battery charger subdevice.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
---
 drivers/mfd/tps65217.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/drivers/mfd/tps65217.c b/drivers/mfd/tps65217.c
index 55add04..d32b5442 100644
--- a/drivers/mfd/tps65217.c
+++ b/drivers/mfd/tps65217.c
@@ -39,6 +39,10 @@ static const struct mfd_cell tps65217s[] = {
 		.name = "tps65217-bl",
 		.of_compatible = "ti,tps65217-bl",
 	},
+	{
+		.name = "tps65217-charger",
+		.of_compatible = "ti,tps65217-charger",
+	},
 };
 
 /**
-- 
2.1.0

--
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 0/3] Add support for tps65217 charger Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
  [PATCH 1/3] devicetree: Add TPS65217 charger binding. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
  [PATCH 2/3] power_supply: Add support for tps65217-charger. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
  [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217. Enric Balletbo i Serra <eballetbo@gmail.com> - 2015-09-08 10:20 +0200
    Re: [PATCH 3/3] mfd: Add battery charger as subdevice to the  tps65217. Lee Jones <lee.jones@linaro.org> - 2015-09-20 06:30 +0200
      Re: [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217. Enric Balletbo Serra <eballetbo@gmail.com> - 2015-09-22 09:50 +0200

csiph-web