Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1228834
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 3/3] mfd: Add battery charger as subdevice to the tps65217. |
| Date | 2015-09-20 06:30 +0200 |
| Message-ID | <qaEqd-60W-7@gated-at.bofh.it> (permalink) |
| References | <q6mie-72x-11@gated-at.bofh.it> <q6mie-72x-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 08 Sep 2015, Enric Balletbo i Serra wrote:
> 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(+)
Applied, thanks.
> 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",
> + },
> };
>
> /**
--
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
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 | Next — Previous in thread | Next in thread | Find similar | Unroll 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