RE: [PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding

2018-01-19 Thread Aleksandar Markovic
> On Wed, Dec 27, 2017 at 03:37:51PM +0100, Aleksandar Markovic wrote:
> > From: Paul Burton 
> >
> > Document a binding for the MIPS Cluster Power Controller (CPC) that
> > allows the device tree to specify where the CPC registers are located.
> >
> > Signed-off-by: Paul Burton 
> > Signed-off-by: Aleksandar Markovic 
> > ---
> >  Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 
> >  1 file changed, 8 insertions(+)
> >  create mode 100644 Documentation/devicetree/bindings/power/mti,mips-cpc.txt
> >
> > diff --git a/Documentation/devicetree/bindings/power/mti,mips-cpc.txt 
> > b/Documentation/devicetree/bindings/power/mti,mips-cpc.txt
> > new file mode 100644
> 
> Is it worth adding to the MIPS GENERIC PLATFORM entry of MAINTAINERS,
> given that it directly benefits it?
> 
> Cheers
> James

If nobody objects, in the v4 of this series, as a part of this particular 
patch, I am going to add the line:

F:   Documentation/devicetree/bindings/power/mti,mips-cpc.txt

to the following segment in MAINTAINERS file:

MIPS GENERIC PLATFORM
M:  Paul Burton 
L:  linux-m...@linux-mips.org
S:  Supported
F:  arch/mips/generic/
F:  arch/mips/tools/generic-board-config.sh

v4 is planned to be sent by the end of the day.

Thanks,
Aleksandar


Re: [PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding

2018-01-18 Thread James Hogan
On Wed, Dec 27, 2017 at 03:37:51PM +0100, Aleksandar Markovic wrote:
> From: Paul Burton 
> 
> Document a binding for the MIPS Cluster Power Controller (CPC) that
> allows the device tree to specify where the CPC registers are located.
> 
> Signed-off-by: Paul Burton 
> Signed-off-by: Aleksandar Markovic 
> ---
>  Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 
>  1 file changed, 8 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/power/mti,mips-cpc.txt
> 
> diff --git a/Documentation/devicetree/bindings/power/mti,mips-cpc.txt 
> b/Documentation/devicetree/bindings/power/mti,mips-cpc.txt
> new file mode 100644

Is it worth adding to the MIPS GENERIC PLATFORM entry of MAINTAINERS,
given that it directly benefits it?

Cheers
James

> index 000..c6b8251
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/power/mti,mips-cpc.txt
> @@ -0,0 +1,8 @@
> +Binding for MIPS Cluster Power Controller (CPC).
> +
> +This binding allows a system to specify where the CPC registers are
> +located.
> +
> +Required properties:
> +compatible : Should be "mti,mips-cpc".
> +regs: Should describe the address & size of the CPC register region.
> -- 
> 2.7.4
> 


signature.asc
Description: Digital signature


Re: [PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding

2018-01-02 Thread Rob Herring
On Wed, Dec 27, 2017 at 03:37:51PM +0100, Aleksandar Markovic wrote:
> From: Paul Burton 
> 
> Document a binding for the MIPS Cluster Power Controller (CPC) that
> allows the device tree to specify where the CPC registers are located.
> 
> Signed-off-by: Paul Burton 
> Signed-off-by: Aleksandar Markovic 
> ---
>  Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 
>  1 file changed, 8 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/power/mti,mips-cpc.txt

Reviewed-by: Rob Herring 



[PATCH v3 1/2] dt-bindings: Document mti,mips-cpc binding

2017-12-27 Thread Aleksandar Markovic
From: Paul Burton 

Document a binding for the MIPS Cluster Power Controller (CPC) that
allows the device tree to specify where the CPC registers are located.

Signed-off-by: Paul Burton 
Signed-off-by: Aleksandar Markovic 
---
 Documentation/devicetree/bindings/power/mti,mips-cpc.txt | 8 
 1 file changed, 8 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/mti,mips-cpc.txt

diff --git a/Documentation/devicetree/bindings/power/mti,mips-cpc.txt 
b/Documentation/devicetree/bindings/power/mti,mips-cpc.txt
new file mode 100644
index 000..c6b8251
--- /dev/null
+++ b/Documentation/devicetree/bindings/power/mti,mips-cpc.txt
@@ -0,0 +1,8 @@
+Binding for MIPS Cluster Power Controller (CPC).
+
+This binding allows a system to specify where the CPC registers are
+located.
+
+Required properties:
+compatible : Should be "mti,mips-cpc".
+regs: Should describe the address & size of the CPC register region.
-- 
2.7.4