devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] dt-bindings: Document mti,mips-cpc binding
       [not found] ` <1513869627-15391-1-git-send-email-aleksandar.markovic-FblTVreYubkAvxtiuMwx3w@public.gmane.org>
@ 2017-12-21 15:20   ` Aleksandar Markovic
       [not found]     ` <1513869627-15391-2-git-send-email-aleksandar.markovic-FblTVreYubkAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Aleksandar Markovic @ 2017-12-21 15:20 UTC (permalink / raw)
  To: linux-mips-6z/3iImG2C8G8FEW9MqTrA
  Cc: Paul Burton, Aleksandar Markovic,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Douglas Leung, Goran Ferenc,
	James Hogan, linux-kernel-u79uwXL29TY76Z2rM5mHXA, Mark Rutland,
	Miodrag Dinic, Petar Jovanovic, Raghu Gandham, Rob Herring

From: Paul Burton <paul.burton-8NJIiSa5LzA@public.gmane.org>

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

Signed-off-by: Paul Burton <paul.burton-8NJIiSa5LzA@public.gmane.org>
Signed-off-by: Aleksandar Markovic <aleksandar.markovic-8NJIiSa5LzA@public.gmane.org>
---
 Documentation/devicetree/bindings/misc/mti,mips-cpc.txt | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/misc/mti,mips-cpc.txt

diff --git a/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt b/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt
new file mode 100644
index 0000000..c6b8251
--- /dev/null
+++ b/Documentation/devicetree/bindings/misc/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

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* Re: [PATCH v2 1/2] dt-bindings: Document mti,mips-cpc binding
       [not found]     ` <1513869627-15391-2-git-send-email-aleksandar.markovic-FblTVreYubkAvxtiuMwx3w@public.gmane.org>
@ 2017-12-26 21:48       ` Rob Herring
  2017-12-27 13:56         ` Aleksandar Markovic
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2017-12-26 21:48 UTC (permalink / raw)
  To: Aleksandar Markovic
  Cc: linux-mips-6z/3iImG2C8G8FEW9MqTrA, Paul Burton,
	Aleksandar Markovic, devicetree-u79uwXL29TY76Z2rM5mHXA,
	Douglas Leung, Goran Ferenc, James Hogan,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Mark Rutland, Miodrag Dinic,
	Petar Jovanovic, Raghu Gandham

On Thu, Dec 21, 2017 at 04:20:23PM +0100, Aleksandar Markovic wrote:
> From: Paul Burton <paul.burton-8NJIiSa5LzA@public.gmane.org>
> 
> Document a binding for the MIPS Cluster Power Controller (CPC) which
> simply allows the device tree to specify where the CPC registers are
> located.
> 
> Signed-off-by: Paul Burton <paul.burton-8NJIiSa5LzA@public.gmane.org>
> Signed-off-by: Aleksandar Markovic <aleksandar.markovic-8NJIiSa5LzA@public.gmane.org>
> ---
>  Documentation/devicetree/bindings/misc/mti,mips-cpc.txt | 8 ++++++++

power controllers are usually documented under bindings/power/

>  1 file changed, 8 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/misc/mti,mips-cpc.txt
> 
> diff --git a/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt b/Documentation/devicetree/bindings/misc/mti,mips-cpc.txt
> new file mode 100644
> index 0000000..c6b8251
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/misc/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
> 
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* RE: [PATCH v2 1/2] dt-bindings: Document mti,mips-cpc binding
  2017-12-26 21:48       ` Rob Herring
@ 2017-12-27 13:56         ` Aleksandar Markovic
  0 siblings, 0 replies; 3+ messages in thread
From: Aleksandar Markovic @ 2017-12-27 13:56 UTC (permalink / raw)
  To: Rob Herring, Aleksandar Markovic
  Cc: linux-mips, Paul Burton, devicetree, Douglas Leung, Goran Ferenc,
	James Hogan, linux-kernel, Mark Rutland, Miodrag Dinic,
	Petar Jovanovic, Raghu Gandham

Hi, Rob.

Thanks for the review.

> From: Rob Herring [robh@kernel.org]
> Sent: Tuesday, December 26, 2017 10:48 PM
> To: Aleksandar Markovic
> > On Thu, Dec 21, 2017 at 04:20:23PM +0100, Aleksandar Markovic wrote:
> > From: Paul Burton <paul.burton@mips.com>
> >
> > Document a binding for the MIPS Cluster Power Controller (CPC) which
> > simply allows the device tree to specify where the CPC registers are
> > located.
> >
> > Signed-off-by: Paul Burton <paul.burton@mips.com>
> > Signed-off-by: Aleksandar Markovic <aleksandar.markovic@mips.com>
> > ---
> >  Documentation/devicetree/bindings/misc/mti,mips-cpc.txt | 8 ++++++++
> 
> power controllers are usually documented under bindings/power/

I am going to change the file location to Documentation/devicetree/bindings/power
in v3, unless someone objects.

Regards,
Aleksandar

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

end of thread, other threads:[~2017-12-27 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1513869627-15391-1-git-send-email-aleksandar.markovic@rt-rk.com>
     [not found] ` <1513869627-15391-1-git-send-email-aleksandar.markovic-FblTVreYubkAvxtiuMwx3w@public.gmane.org>
2017-12-21 15:20   ` [PATCH v2 1/2] dt-bindings: Document mti,mips-cpc binding Aleksandar Markovic
     [not found]     ` <1513869627-15391-2-git-send-email-aleksandar.markovic-FblTVreYubkAvxtiuMwx3w@public.gmane.org>
2017-12-26 21:48       ` Rob Herring
2017-12-27 13:56         ` Aleksandar Markovic

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