Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1389010 > unrolled thread
| Started by | Lee Jones <lee.jones@linaro.org> |
|---|---|
| First post | 2016-04-27 15:00 +0200 |
| Last post | 2016-04-27 17:40 +0200 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH V10 1/6] mfd: add device-tree binding doc for PMIC max77620/max20024 Lee Jones <lee.jones@linaro.org> - 2016-04-27 15:00 +0200
Re: [PATCH V10 1/6] mfd: add device-tree binding doc for PMIC max77620/max20024 Thierry Reding <treding@nvidia.com> - 2016-04-27 17:10 +0200
Re: [PATCH V10 1/6] mfd: add device-tree binding doc for PMIC max77620/max20024 Lee Jones <lee.jones@linaro.org> - 2016-04-27 17:40 +0200
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-04-27 15:00 +0200 |
| Subject | Re: [PATCH V10 1/6] mfd: add device-tree binding doc for PMIC max77620/max20024 |
| Message-ID | <rsxeq-1nA-13@gated-at.bofh.it> |
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> -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [next] | [standalone]
| From | Thierry Reding <treding@nvidia.com> |
|---|---|
| Date | 2016-04-27 17:10 +0200 |
| Message-ID | <rszge-3gp-23@gated-at.bofh.it> |
| In reply to | #1389010 |
[Multipart message — attachments visible in raw view] — view raw
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
[toc] | [prev] | [next] | [standalone]
| From | Lee Jones <lee.jones@linaro.org> |
|---|---|
| Date | 2016-04-27 17:40 +0200 |
| Message-ID | <rszJi-3tA-75@gated-at.bofh.it> |
| In reply to | #1389213 |
On Wed, 27 Apr 2016, Thierry Reding wrote: > 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? I will pick it up once I'm good with the driver. The "For my own reference" tags are just to let me know not to waste my time and re-review. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web