All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] regulator: tps65911: fix regulator-compatible documentation
@ 2018-06-04 21:14 Christoph Fritz
  2018-06-05  7:04 ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Christoph Fritz @ 2018-06-04 21:14 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Tony Lindgren; +Cc: devicetree, linux-omap


Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
---
 Documentation/devicetree/bindings/mfd/tps65910.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/tps65910.txt b/Documentation/devicetree/bindings/mfd/tps65910.txt
index 8af1202..4f62143 100644
--- a/Documentation/devicetree/bindings/mfd/tps65910.txt
+++ b/Documentation/devicetree/bindings/mfd/tps65910.txt
@@ -22,7 +22,7 @@ Required properties:
   The valid regulator-compatible values are:
   tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1,
             vaux2, vaux33, vmmc, vbb
-  tps65911: vrtc, vio, vdd1, vdd3, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5,
+  tps65911: vrtc, vio, vdd1, vdd2, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5,
             ldo6, ldo7, ldo8
 
 - xxx-supply: Input voltage supply regulator.
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] regulator: tps65911: fix regulator-compatible documentation
  2018-06-04 21:14 [PATCH] regulator: tps65911: fix regulator-compatible documentation Christoph Fritz
@ 2018-06-05  7:04 ` Lee Jones
  2018-06-05  9:26   ` [PATCH v2] dt-bindings: mfd: fix documentation of tps65911 Christoph Fritz
  0 siblings, 1 reply; 7+ messages in thread
From: Lee Jones @ 2018-06-05  7:04 UTC (permalink / raw)
  To: Christoph Fritz; +Cc: Rob Herring, Tony Lindgren, devicetree, linux-omap

On Mon, 04 Jun 2018, Christoph Fritz wrote:

> 
> Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
> ---
>  Documentation/devicetree/bindings/mfd/tps65910.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/devicetree/bindings/mfd/tps65910.txt b/Documentation/devicetree/bindings/mfd/tps65910.txt
> index 8af1202..4f62143 100644
> --- a/Documentation/devicetree/bindings/mfd/tps65910.txt
> +++ b/Documentation/devicetree/bindings/mfd/tps65910.txt
> @@ -22,7 +22,7 @@ Required properties:
>    The valid regulator-compatible values are:
>    tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1,
>              vaux2, vaux33, vmmc, vbb
> -  tps65911: vrtc, vio, vdd1, vdd3, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5,
> +  tps65911: vrtc, vio, vdd1, vdd2, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5,
>              ldo6, ldo7, ldo8
>  
>  - xxx-supply: Input voltage supply regulator.

<playing_dumb>

I have no idea what I'm meant to be looking for.

Please add a suitable commit log.

</playing_dumb>

Also, this is not a "regulator" patch, as your $SUBJECT suggests.
Please change the pre-fix to "dt-bindings: mfd: "

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH v2] dt-bindings: mfd: fix documentation of tps65911
  2018-06-05  7:04 ` Lee Jones
@ 2018-06-05  9:26   ` Christoph Fritz
  2018-06-11 18:27     ` Rob Herring
  2018-07-04  7:41     ` Lee Jones
  0 siblings, 2 replies; 7+ messages in thread
From: Christoph Fritz @ 2018-06-05  9:26 UTC (permalink / raw)
  To: Lee Jones; +Cc: Rob Herring, Tony Lindgren, devicetree, linux-omap

This patch fixes documentation of tps65911 because its list of
compatible regulators contains wrongly vdd3 instead of vdd2.

Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
---
 Documentation/devicetree/bindings/mfd/tps65910.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/mfd/tps65910.txt b/Documentation/devicetree/bindings/mfd/tps65910.txt
index 8af1202..4f62143 100644
--- a/Documentation/devicetree/bindings/mfd/tps65910.txt
+++ b/Documentation/devicetree/bindings/mfd/tps65910.txt
@@ -22,7 +22,7 @@ Required properties:
   The valid regulator-compatible values are:
   tps65910: vrtc, vio, vdd1, vdd2, vdd3, vdig1, vdig2, vpll, vdac, vaux1,
             vaux2, vaux33, vmmc, vbb
-  tps65911: vrtc, vio, vdd1, vdd3, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5,
+  tps65911: vrtc, vio, vdd1, vdd2, vddctrl, ldo1, ldo2, ldo3, ldo4, ldo5,
             ldo6, ldo7, ldo8
 
 - xxx-supply: Input voltage supply regulator.
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] dt-bindings: mfd: fix documentation of tps65911
  2018-06-05  9:26   ` [PATCH v2] dt-bindings: mfd: fix documentation of tps65911 Christoph Fritz
@ 2018-06-11 18:27     ` Rob Herring
  2018-06-23 19:26       ` Christoph Fritz
  2018-07-04  7:41     ` Lee Jones
  1 sibling, 1 reply; 7+ messages in thread
From: Rob Herring @ 2018-06-11 18:27 UTC (permalink / raw)
  To: Christoph Fritz; +Cc: Lee Jones, Tony Lindgren, devicetree, linux-omap

On Tue, Jun 05, 2018 at 11:26:49AM +0200, Christoph Fritz wrote:
> This patch fixes documentation of tps65911 because its list of
> compatible regulators contains wrongly vdd3 instead of vdd2.
> 
> Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
> ---
>  Documentation/devicetree/bindings/mfd/tps65910.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] dt-bindings: mfd: fix documentation of tps65911
  2018-06-11 18:27     ` Rob Herring
@ 2018-06-23 19:26       ` Christoph Fritz
  2018-07-03  7:41         ` Lee Jones
  0 siblings, 1 reply; 7+ messages in thread
From: Christoph Fritz @ 2018-06-23 19:26 UTC (permalink / raw)
  To: Lee Jones; +Cc: Tony Lindgren, devicetree, linux-omap, Rob Herring

Hey Lee

On Mon, 2018-06-11 at 12:27 -0600, Rob Herring wrote:
> On Tue, Jun 05, 2018 at 11:26:49AM +0200, Christoph Fritz wrote:
> > This patch fixes documentation of tps65911 because its list of
> > compatible regulators contains wrongly vdd3 instead of vdd2.
> > 
> > Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
> > ---
> >  Documentation/devicetree/bindings/mfd/tps65910.txt | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> Acked-by: Rob Herring <robh@kernel.org>

any chance to get this patch queued soon?

Thanks
 -- Christoph

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] dt-bindings: mfd: fix documentation of tps65911
  2018-06-23 19:26       ` Christoph Fritz
@ 2018-07-03  7:41         ` Lee Jones
  0 siblings, 0 replies; 7+ messages in thread
From: Lee Jones @ 2018-07-03  7:41 UTC (permalink / raw)
  To: Christoph Fritz; +Cc: Tony Lindgren, devicetree, linux-omap, Rob Herring

On Sat, 23 Jun 2018, Christoph Fritz wrote:
> On Mon, 2018-06-11 at 12:27 -0600, Rob Herring wrote:
> > On Tue, Jun 05, 2018 at 11:26:49AM +0200, Christoph Fritz wrote:
> > > This patch fixes documentation of tps65911 because its list of
> > > compatible regulators contains wrongly vdd3 instead of vdd2.
> > > 
> > > Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
> > > ---
> > >  Documentation/devicetree/bindings/mfd/tps65910.txt | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > Acked-by: Rob Herring <robh@kernel.org>
> 
> any chance to get this patch queued soon?

It's in the queue to be reviewed.  I have just returned from paternity
leave and have 290 emails to get through.  Please bear with me.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH v2] dt-bindings: mfd: fix documentation of tps65911
  2018-06-05  9:26   ` [PATCH v2] dt-bindings: mfd: fix documentation of tps65911 Christoph Fritz
  2018-06-11 18:27     ` Rob Herring
@ 2018-07-04  7:41     ` Lee Jones
  1 sibling, 0 replies; 7+ messages in thread
From: Lee Jones @ 2018-07-04  7:41 UTC (permalink / raw)
  To: Christoph Fritz; +Cc: Rob Herring, Tony Lindgren, devicetree, linux-omap

On Tue, 05 Jun 2018, Christoph Fritz wrote:

> This patch fixes documentation of tps65911 because its list of
> compatible regulators contains wrongly vdd3 instead of vdd2.
> 
> Signed-off-by: Christoph Fritz <chf.fritz@googlemail.com>
> ---
>  Documentation/devicetree/bindings/mfd/tps65910.txt | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-07-04  7:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-04 21:14 [PATCH] regulator: tps65911: fix regulator-compatible documentation Christoph Fritz
2018-06-05  7:04 ` Lee Jones
2018-06-05  9:26   ` [PATCH v2] dt-bindings: mfd: fix documentation of tps65911 Christoph Fritz
2018-06-11 18:27     ` Rob Herring
2018-06-23 19:26       ` Christoph Fritz
2018-07-03  7:41         ` Lee Jones
2018-07-04  7:41     ` Lee Jones

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.