From: Lee Jones <lee.jones-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
To: Wenyou Yang <wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
Cc: Sebastian Reichel <sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Dmitry Eremin-Solenikov
<dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Mark Brown <broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Nicolas Ferre
<nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>,
Alexandre Belloni
<alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH v8 01/11] mfd: act8945a: Add .of_compatible for act8945a-charger
Date: Wed, 31 Aug 2016 13:28:49 +0100 [thread overview]
Message-ID: <20160831122849.GF9415@dell> (raw)
In-Reply-To: <1472109599-21915-2-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
On Thu, 25 Aug 2016, Wenyou Yang wrote:
> To regard the act8945a-charger as a sub-device, add .of_compatible for
> act8945a-charger cell.
>
> Signed-off-by: Wenyou Yang <wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
> ---
>
> Changes in v8: None
> Changes in v7: None
> Changes in v6: None
> Changes in v5: None
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
>
> drivers/mfd/act8945a.c | 1 +
> 1 file changed, 1 insertion(+)
Applied, thanks.
> diff --git a/drivers/mfd/act8945a.c b/drivers/mfd/act8945a.c
> index 10c6d2d..a4024d9 100644
> --- a/drivers/mfd/act8945a.c
> +++ b/drivers/mfd/act8945a.c
> @@ -23,6 +23,7 @@ static const struct mfd_cell act8945a_devs[] = {
> },
> {
> .name = "act8945a-charger",
> + .of_compatible = "active-semi,act8945a-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 devicetree" 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:[~2016-08-31 12:28 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-25 7:19 [PATCH v8 00/11] power: act8945a_charger: Improvements Wenyou Yang
[not found] ` <1472109599-21915-1-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2016-08-25 7:19 ` [PATCH v8 01/11] mfd: act8945a: Add .of_compatible for act8945a-charger Wenyou Yang
[not found] ` <1472109599-21915-2-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2016-08-31 12:28 ` Lee Jones [this message]
2016-08-25 7:19 ` [PATCH v8 02/11] power: act8945a_charger: Achieve properties from its node Wenyou Yang
2016-08-31 14:44 ` Sebastian Reichel
2016-08-25 7:19 ` [PATCH v8 07/11] power: act8945a_charger: Add capacity level property Wenyou Yang
2016-08-31 14:56 ` Sebastian Reichel
2016-08-25 7:19 ` [PATCH v8 08/11] power: act8945a_charger: Add max current property Wenyou Yang
2016-08-31 14:58 ` Sebastian Reichel
2016-08-25 7:38 ` [PATCH v8 09/11] doc: bindings: mfd: act8945a: Update the example Wenyou Yang
[not found] ` <1472110715-22242-1-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2016-08-30 19:52 ` Rob Herring
2016-08-31 14:50 ` Sebastian Reichel
2016-08-25 7:19 ` [PATCH v8 03/11] power: act8945a_charger: Remove "battery_temperature" Wenyou Yang
2016-08-31 14:45 ` Sebastian Reichel
2016-08-25 7:19 ` [PATCH v8 04/11] power: act8945a_charger: Improve Wenyou Yang
[not found] ` <1472109599-21915-5-git-send-email-wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>
2016-08-31 14:45 ` Sebastian Reichel
2016-08-25 7:19 ` [PATCH v8 05/11] power: act8945a_charger: Add status change update support Wenyou Yang
2016-08-31 14:45 ` Sebastian Reichel
2016-08-25 7:19 ` [PATCH v8 06/11] power: act8945a_charger: Fix the power supply type Wenyou Yang
2016-08-31 14:47 ` Sebastian Reichel
2016-08-25 7:40 ` [PATCH v8 10/11] doc: bindings: power: act8945a-charger: Update properties Wenyou Yang
2016-08-31 14:48 ` Sebastian Reichel
2016-08-25 7:45 ` [PATCH v8 11/11] ARM: at91/dt: sama5d2_xplained: Add act8945a-charger node Wenyou Yang
2016-08-25 8:59 ` [PATCH v8 00/11] power: act8945a_charger: Improvements Mark Brown
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=20160831122849.GF9415@dell \
--to=lee.jones-qsej5fyqhm4dnm+yrofe0a@public.gmane.org \
--cc=alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org \
--cc=broonie-DgEjT+Ai2ygdnm+yROfE0A@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=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sre-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=wenyou.yang-AIFe0yeh4nAAvxtiuMwx3w@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).