devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: mfd: rn5t618: Document optional property system-power-controller
@ 2019-01-29 13:59 Jonathan Neuschäfer
  2019-02-01  9:24 ` Lee Jones
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Neuschäfer @ 2019-01-29 13:59 UTC (permalink / raw)
  To: devicetree
  Cc: Jonathan Neuschäfer, Lee Jones, Rob Herring, Mark Rutland,
	linux-kernel

The RN5T618 family of PMICs can be used as system management
controllers, in which case they handle poweroff and restart. Document
this capability by referring to the corresponding generic DT binding.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/devicetree/bindings/mfd/rn5t618.txt | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/rn5t618.txt b/Documentation/devicetree/bindings/mfd/rn5t618.txt
index 65c23263cc54..b74e5e94d1cb 100644
--- a/Documentation/devicetree/bindings/mfd/rn5t618.txt
+++ b/Documentation/devicetree/bindings/mfd/rn5t618.txt
@@ -14,6 +14,10 @@ Required properties:
 		"ricoh,rc5t619"
  - reg: the I2C slave address of the device
 
+Optional properties:
+ - system-power-controller:
+   See Documentation/devicetree/bindings/power/power-controller.txt
+
 Sub-nodes:
  - regulators: the node is required if the regulator functionality is
    needed. The valid regulator names are: DCDC1, DCDC2, DCDC3, DCDC4
@@ -28,6 +32,7 @@ Example:
 	pmic@32 {
 		compatible = "ricoh,rn5t618";
 		reg = <0x32>;
+		system-power-controller;
 
 		regulators {
 			DCDC1 {
-- 
2.20.1

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

* Re: [PATCH] dt-bindings: mfd: rn5t618: Document optional property system-power-controller
  2019-01-29 13:59 [PATCH] dt-bindings: mfd: rn5t618: Document optional property system-power-controller Jonathan Neuschäfer
@ 2019-02-01  9:24 ` Lee Jones
  2019-08-08 18:39   ` Jonathan Neuschäfer
  0 siblings, 1 reply; 5+ messages in thread
From: Lee Jones @ 2019-02-01  9:24 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: devicetree, Rob Herring, Mark Rutland, linux-kernel

On Tue, 29 Jan 2019, Jonathan Neuschäfer wrote:

> The RN5T618 family of PMICs can be used as system management
> controllers, in which case they handle poweroff and restart. Document
> this capability by referring to the corresponding generic DT binding.
> 
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  Documentation/devicetree/bindings/mfd/rn5t618.txt | 5 +++++
>  1 file changed, 5 insertions(+)

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] 5+ messages in thread

* Re: [PATCH] dt-bindings: mfd: rn5t618: Document optional property system-power-controller
  2019-02-01  9:24 ` Lee Jones
@ 2019-08-08 18:39   ` Jonathan Neuschäfer
  2019-08-12  6:25     ` Lee Jones
  0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Neuschäfer @ 2019-08-08 18:39 UTC (permalink / raw)
  To: Lee Jones
  Cc: Jonathan Neuschäfer, devicetree, Rob Herring, Mark Rutland,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 684 bytes --]

On Fri, Feb 01, 2019 at 09:24:11AM +0000, Lee Jones wrote:
> On Tue, 29 Jan 2019, Jonathan Neuschäfer wrote:
> 
> > The RN5T618 family of PMICs can be used as system management
> > controllers, in which case they handle poweroff and restart. Document
> > this capability by referring to the corresponding generic DT binding.
> > 
> > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> > ---
> >  Documentation/devicetree/bindings/mfd/rn5t618.txt | 5 +++++
> >  1 file changed, 5 insertions(+)
> 
> Applied, thanks.

Hi,

apparently this patch got lost somehow (I can't find it in mainline or
-next). Should I resend it?


Thanks
Jonathan Neuschäfer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] dt-bindings: mfd: rn5t618: Document optional property system-power-controller
  2019-08-08 18:39   ` Jonathan Neuschäfer
@ 2019-08-12  6:25     ` Lee Jones
  2019-08-12  6:53       ` Jonathan Neuschäfer
  0 siblings, 1 reply; 5+ messages in thread
From: Lee Jones @ 2019-08-12  6:25 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: devicetree, Rob Herring, Mark Rutland, linux-kernel

On Thu, 08 Aug 2019, Jonathan Neuschäfer wrote:

> On Fri, Feb 01, 2019 at 09:24:11AM +0000, Lee Jones wrote:
> > On Tue, 29 Jan 2019, Jonathan Neuschäfer wrote:
> > 
> > > The RN5T618 family of PMICs can be used as system management
> > > controllers, in which case they handle poweroff and restart. Document
> > > this capability by referring to the corresponding generic DT binding.
> > > 
> > > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> > > ---
> > >  Documentation/devicetree/bindings/mfd/rn5t618.txt | 5 +++++
> > >  1 file changed, 5 insertions(+)
> > 
> > Applied, thanks.
> 
> Hi,
> 
> apparently this patch got lost somehow (I can't find it in mainline or
> -next). Should I resend it?

Yes, it appears that it did.

I've applied it again.

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

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

* Re: [PATCH] dt-bindings: mfd: rn5t618: Document optional property system-power-controller
  2019-08-12  6:25     ` Lee Jones
@ 2019-08-12  6:53       ` Jonathan Neuschäfer
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Neuschäfer @ 2019-08-12  6:53 UTC (permalink / raw)
  To: Lee Jones
  Cc: Jonathan Neuschäfer, devicetree, Rob Herring, Mark Rutland,
	linux-kernel

[-- Attachment #1: Type: text/plain, Size: 583 bytes --]

On Mon, Aug 12, 2019 at 07:25:20AM +0100, Lee Jones wrote:
> On Thu, 08 Aug 2019, Jonathan Neuschäfer wrote:
> > On Fri, Feb 01, 2019 at 09:24:11AM +0000, Lee Jones wrote:
> > > On Tue, 29 Jan 2019, Jonathan Neuschäfer wrote:
> > > >  Documentation/devicetree/bindings/mfd/rn5t618.txt | 5 +++++
> > > >  1 file changed, 5 insertions(+)
> > > 
> > > Applied, thanks.
> > 
> > Hi,
> > 
> > apparently this patch got lost somehow (I can't find it in mainline or
> > -next). Should I resend it?
> 
> Yes, it appears that it did.
> 
> I've applied it again.

Thanks!

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2019-08-12  6:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-29 13:59 [PATCH] dt-bindings: mfd: rn5t618: Document optional property system-power-controller Jonathan Neuschäfer
2019-02-01  9:24 ` Lee Jones
2019-08-08 18:39   ` Jonathan Neuschäfer
2019-08-12  6:25     ` Lee Jones
2019-08-12  6:53       ` Jonathan Neuschäfer

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).