From: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Adam Thomson
<Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>,
Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
Samuel Ortiz <sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
Hartmut Knaack <knaack.h-Mmb7MZpHnFY@public.gmane.org>,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Dmitry Eremin-Solenikov
<dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Grant Likely
<grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Andrew Morton
<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
Joe Perches <joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
support.opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org
Subject: Re: [PATCH v7 6/7] power: da9150: Add DT binding documentation for charger
Date: Wed, 25 Feb 2015 12:11:28 +0000 [thread overview]
Message-ID: <54EDBBF0.7070307@kernel.org> (raw)
In-Reply-To: <f6c1bb16817176c5f253aec7cb5a912219bd814a.1424267009.git.Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
On 18/02/15 14:08, Adam Thomson wrote:
> Signed-off-by: Adam Thomson <Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
Acked-by: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
> ---
> .../devicetree/bindings/power/da9150-charger.txt | 26 ++++++++++++++++++++++
> 1 file changed, 26 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/power/da9150-charger.txt
>
> diff --git a/Documentation/devicetree/bindings/power/da9150-charger.txt b/Documentation/devicetree/bindings/power/da9150-charger.txt
> new file mode 100644
> index 0000000..f390666
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/power/da9150-charger.txt
> @@ -0,0 +1,26 @@
> +Dialog Semiconductor DA9150 Charger Power Supply bindings
> +
> +Required properties:
> +- compatible: "dlg,da9150-charger" for DA9150 Charger Power Supply
> +
> +Optional properties:
> +- io-channels: List of phandle and IIO specifier pairs
> +- io-channel-names: List of channel names used by charger
> + ["CHAN_IBUS", "CHAN_VBUS", "CHAN_TJUNC", "CHAN_VBAT"]
> + (See Documentation/devicetree/bindings/iio/iio-bindings.txt for further info)
> +
> +
> +Example:
> +
> + da9150-charger {
> + compatible = "dlg,da9150-charger";
> +
> + io-channels = <&gpadc 0>,
> + <&gpadc 2>,
> + <&gpadc 8>,
> + <&gpadc 5>;
> + io-channel-names = "CHAN_IBUS",
> + "CHAN_VBUS",
> + "CHAN_TJUNC",
> + "CHAN_VBAT";
> + };
> --
> 1.9.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-iio" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2015-02-25 12:11 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-18 14:08 [PATCH v7 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC Adam Thomson
2015-02-18 14:08 ` [PATCH v7 1/7] mfd: Add support for DA9150 combined charger & fuel-gauge device Adam Thomson
[not found] ` <66fc6a8e5c1edf096ee8f5f39501fbda759cb31c.1424267009.git.Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2015-02-25 20:08 ` Sebastian Reichel
2015-03-02 10:47 ` Opensource [Adam Thomson]
2015-02-18 14:08 ` [PATCH v7 2/7] mfd: da9150: Add DT binding documentation for core Adam Thomson
[not found] ` <d3c040b8f0c74a7d731b36e24384215327b83725.1424267009.git.Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2015-02-25 20:10 ` Sebastian Reichel
2015-02-26 8:43 ` Lee Jones
2015-02-18 14:08 ` [PATCH v7 3/7] iio: Add support for DA9150 GPADC Adam Thomson
2015-02-18 14:08 ` [PATCH v7 4/7] iio: da9150: Add DT binding documentation for GPADC Adam Thomson
[not found] ` <cover.1424267009.git.Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2015-02-18 14:08 ` [PATCH v7 5/7] power: Add support for DA9150 Charger Adam Thomson
2015-02-25 12:10 ` Jonathan Cameron
[not found] ` <54EDBBC1.9080301-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2015-03-02 10:58 ` Opensource [Adam Thomson]
2015-02-18 14:08 ` [PATCH v7 6/7] power: da9150: Add DT binding documentation for charger Adam Thomson
[not found] ` <f6c1bb16817176c5f253aec7cb5a912219bd814a.1424267009.git.Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org>
2015-02-25 12:11 ` Jonathan Cameron [this message]
2015-02-25 20:33 ` [PATCH v7 0/7] Add initial support for DA9150 Charger & Fuel-Gauge IC Sebastian Reichel
2015-03-08 11:27 ` Jonathan Cameron
2015-02-18 14:08 ` [PATCH v7 7/7] MAINTAINERS: Include DA9150 files in Dialog Semiconductor support list Adam Thomson
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=54EDBBF0.7070307@kernel.org \
--to=jic23-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=Adam.Thomson.Opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=joe-6d6DIl74uiNBDgjK7y7TUQ@public.gmane.org \
--cc=knaack.h-Mmb7MZpHnFY@public.gmane.org \
--cc=lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sameo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
--cc=sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=support.opensource-WBD+wuPFNBhBDgjK7y7TUQ@public.gmane.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).