From: Thierry Reding <treding@nvidia.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: Laxman Dewangan <ldewangan@nvidia.com>,
linus.walleij@linaro.org, robh+dt@kernel.org,
mark.rutland@arm.com, gnurou@gmail.com,
linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
devicetree@vger.kernel.org, ijc+devicetree@hellion.org.uk,
swarren@nvidia.com
Subject: Re: [PATCH V10 1/6] mfd: add device-tree binding doc for PMIC max77620/max20024
Date: Wed, 27 Apr 2016 17:04:44 +0200 [thread overview]
Message-ID: <20160427150443.GC4176@ulmo.ba.sec> (raw)
In-Reply-To: <20160427124959.GC4892@dell>
[-- Attachment #1: Type: text/plain, Size: 1869 bytes --]
On Wed, Apr 27, 2016 at 01:49:59PM +0100, Lee Jones wrote:
> On Wed, 30 Mar 2016, Laxman Dewangan wrote:
>
> > The MAXIM PMIC MAX77620 and MAX20024 are power management IC
> > which supports RTC, GPIO, DCDC/LDO regulators, interrupt,
> > watchdog etc.
> >
> > Add DT binding document for the different functionality of
> > this device.
> >
> > Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
> > Acked-by: Rob Herring <robh@kernel.org>
> >
> > ---
> > Changes from V1:
> > - Added units in some of properties.
> > - Change the boolean property to tristate type and detail some of
> > properties.
> >
> > Change from V2:
> > - added unit in period related dt property.
> >
> > Change from V3: None
> > - Added Rob's ack.
> >
> > Changes from V4:
> > - A- Provide more details in the dt binding doc.
> > - Take care of fps nodes.
> > - Split the submodule's DT binding doc on respective folder.
> > - Drop the battery charger and low battery binding and related code as
> > it need to go on power driver.
> >
> > Change from V5:
> > - None
> >
> > Change from V6:
> > -start the patch title with mfd instead of DT: mfd:
> >
> > Change from V7:
> > - Better describe the FPS to make more clear.
> >
> > Changes from V8:
> > None
> >
> > Changes from V9:
> > None
> >
> > Documentation/devicetree/bindings/mfd/max77620.txt | 143 +++++++++++++++++++++
> > include/dt-bindings/mfd/max77620.h | 39 ++++++
> > 2 files changed, 182 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/mfd/max77620.txt
> > create mode 100644 include/dt-bindings/mfd/max77620.h
>
> For my own reference:
>
> Acked-by: Lee Jones <lee.jones@linaro.org>
Hi Lee,
I'm confused now. Were you going to pick this up, or are you waiting for
someone else to do it?
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <treding@nvidia.com>
To: Lee Jones <lee.jones@linaro.org>
Cc: Laxman Dewangan <ldewangan@nvidia.com>,
<linus.walleij@linaro.org>, <robh+dt@kernel.org>,
<mark.rutland@arm.com>, <gnurou@gmail.com>,
<linux-kernel@vger.kernel.org>, <linux-gpio@vger.kernel.org>,
<devicetree@vger.kernel.org>, <ijc+devicetree@hellion.org.uk>,
<swarren@nvidia.com>
Subject: Re: [PATCH V10 1/6] mfd: add device-tree binding doc for PMIC max77620/max20024
Date: Wed, 27 Apr 2016 17:04:44 +0200 [thread overview]
Message-ID: <20160427150443.GC4176@ulmo.ba.sec> (raw)
In-Reply-To: <20160427124959.GC4892@dell>
[-- Attachment #1: Type: text/plain, Size: 1869 bytes --]
On Wed, Apr 27, 2016 at 01:49:59PM +0100, Lee Jones wrote:
> On Wed, 30 Mar 2016, Laxman Dewangan wrote:
>
> > The MAXIM PMIC MAX77620 and MAX20024 are power management IC
> > which supports RTC, GPIO, DCDC/LDO regulators, interrupt,
> > watchdog etc.
> >
> > Add DT binding document for the different functionality of
> > this device.
> >
> > Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com>
> > Acked-by: Rob Herring <robh@kernel.org>
> >
> > ---
> > Changes from V1:
> > - Added units in some of properties.
> > - Change the boolean property to tristate type and detail some of
> > properties.
> >
> > Change from V2:
> > - added unit in period related dt property.
> >
> > Change from V3: None
> > - Added Rob's ack.
> >
> > Changes from V4:
> > - A- Provide more details in the dt binding doc.
> > - Take care of fps nodes.
> > - Split the submodule's DT binding doc on respective folder.
> > - Drop the battery charger and low battery binding and related code as
> > it need to go on power driver.
> >
> > Change from V5:
> > - None
> >
> > Change from V6:
> > -start the patch title with mfd instead of DT: mfd:
> >
> > Change from V7:
> > - Better describe the FPS to make more clear.
> >
> > Changes from V8:
> > None
> >
> > Changes from V9:
> > None
> >
> > Documentation/devicetree/bindings/mfd/max77620.txt | 143 +++++++++++++++++++++
> > include/dt-bindings/mfd/max77620.h | 39 ++++++
> > 2 files changed, 182 insertions(+)
> > create mode 100644 Documentation/devicetree/bindings/mfd/max77620.txt
> > create mode 100644 include/dt-bindings/mfd/max77620.h
>
> For my own reference:
>
> Acked-by: Lee Jones <lee.jones@linaro.org>
Hi Lee,
I'm confused now. Were you going to pick this up, or are you waiting for
someone else to do it?
Thierry
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2016-04-27 15:04 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-30 14:29 [PATCH V10 0/6] Add support for MAXIM MAX77620/MAX20024 PMIC Laxman Dewangan
2016-03-30 14:29 ` Laxman Dewangan
2016-03-30 14:29 ` [PATCH V10 1/6] mfd: add device-tree binding doc for PMIC max77620/max20024 Laxman Dewangan
2016-03-30 14:29 ` Laxman Dewangan
2016-04-27 12:49 ` Lee Jones
2016-04-27 15:04 ` Thierry Reding [this message]
2016-04-27 15:04 ` Thierry Reding
2016-04-27 15:30 ` Lee Jones
[not found] ` <1459348188-11726-1-git-send-email-ldewangan-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2016-03-30 14:29 ` [PATCH V10 2/6] mfd: max77620: add core driver for MAX77620/MAX20024 Laxman Dewangan
2016-03-30 14:29 ` Laxman Dewangan
2016-04-27 15:06 ` Thierry Reding
2016-04-27 15:06 ` Thierry Reding
2016-04-27 15:29 ` Lee Jones
2016-04-27 15:19 ` Lee Jones
2016-04-27 15:19 ` Lee Jones
2016-04-27 18:27 ` Laxman Dewangan
2016-04-27 18:27 ` Laxman Dewangan
2016-04-28 7:25 ` Lee Jones
2016-04-28 7:18 ` Laxman Dewangan
2016-04-28 7:18 ` Laxman Dewangan
2016-04-28 8:51 ` Lee Jones
2016-04-28 8:51 ` Lee Jones
2016-04-27 18:43 ` Laxman Dewangan
2016-04-27 18:43 ` Laxman Dewangan
2016-04-28 7:23 ` Lee Jones
2016-04-28 7:23 ` Lee Jones
2016-03-30 14:29 ` [PATCH V10 3/6] pinctrl: add DT binding doc for pincontrol of PMIC max77620/max20024 Laxman Dewangan
2016-03-30 14:29 ` Laxman Dewangan
2016-03-30 14:29 ` [PATCH V10 4/6] pinctrl: max77620: add pincontrol driver for MAX77620/MAX20024 Laxman Dewangan
2016-03-30 14:29 ` Laxman Dewangan
2016-03-30 14:29 ` [PATCH V10 5/6] gpio: add DT binding doc for gpio of PMIC max77620/max20024 Laxman Dewangan
2016-03-30 14:29 ` Laxman Dewangan
2016-03-30 14:29 ` [PATCH V10 6/6] gpio: max77620: add gpio driver for MAX77620/MAX20024 Laxman Dewangan
2016-03-30 14:29 ` Laxman Dewangan
2016-04-15 16:57 ` [PATCH V10 0/6] Add support for MAXIM MAX77620/MAX20024 PMIC Laxman Dewangan
2016-04-15 16:57 ` Laxman Dewangan
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=20160427150443.GC4176@ulmo.ba.sec \
--to=treding@nvidia.com \
--cc=devicetree@vger.kernel.org \
--cc=gnurou@gmail.com \
--cc=ijc+devicetree@hellion.org.uk \
--cc=ldewangan@nvidia.com \
--cc=lee.jones@linaro.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=robh+dt@kernel.org \
--cc=swarren@nvidia.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.