All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: gic: Document Power and Clock Domain optional properties
@ 2015-04-27 15:00 ` Geert Uytterhoeven
  0 siblings, 0 replies; 40+ messages in thread
From: Geert Uytterhoeven @ 2015-04-27 15:00 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Marc Zyngier
  Cc: devicetree, linux-pm, linux-arm-kernel, linux-sh, linux-kernel,
	Geert Uytterhoeven

On some SoCs, the GIC may be part of a PM Domain (hardware Power and/or
Clock Domain).  Document the related optional DT properties.

Note: As the current GIC driver doesn't support Runtime PM yet, PM
Domain constraints must be handled elsewhere in e.g. platform code.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To preserve DT stability, we would like to add these properties to the
affected shmobile dtsi files.

On Thu, Mar 26, 2015 at 11:39 AM, Marc Zyngier <marc.zyngier@arm.com> wrote:
> On 25/03/15 21:19, Geert Uytterhoeven wrote:
>> I would like to add the clock and GIC dependency on the clock in the DTS now,
>> for reasons of DTS stability. But that means I need a temporary workaround
>> to avoid the clock from being disabled, until the GIC driver handles this.
>>
>> I don't expect a fix for the GIC code to just show up magically. I just wanted
>> you to be aware of the problem. GIC is not the only problematic module here,
>> there are others, cfr. the last slide of [2].
>
> As long as there is an agreement from the DT people on the presence of
> that extra property in the GIC node, I'm happy with that. I'd like it to
> be documented though.

Full thread at
http://lists.infradead.org/pipermail/linux-arm-kernel/2015-March/331876.html

 Documentation/devicetree/bindings/arm/gic.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/Documentation/devicetree/bindings/arm/gic.txt b/Documentation/devicetree/bindings/arm/gic.txt
index 2da059a4790cb3c6..b21113b35f085f27 100644
--- a/Documentation/devicetree/bindings/arm/gic.txt
+++ b/Documentation/devicetree/bindings/arm/gic.txt
@@ -58,6 +58,14 @@ Optional
   regions, used when the GIC doesn't have banked registers. The offset is
   cpu-offset * cpu-nr.
 
+- power-domains : A phandle and PM domain specifier as defined by bindings of
+		  the power controller specified by phandle, used when the GIC
+		  is part of a Power or Clock Domain.
+
+- clocks        : A phandle and clock specifier as defined by bindings of
+		  the clock controller specified by phandle, used when the GIC
+		  is part of a Clock Domain.
+
 Example:
 
 	intc: interrupt-controller@fff11000 {
-- 
1.9.1

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

end of thread, other threads:[~2015-04-29 18:28 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-27 15:00 [PATCH] ARM: gic: Document Power and Clock Domain optional properties Geert Uytterhoeven
2015-04-27 15:00 ` Geert Uytterhoeven
2015-04-27 15:00 ` Geert Uytterhoeven
2015-04-27 15:25 ` Rob Herring
2015-04-27 15:25   ` Rob Herring
2015-04-27 15:25   ` Rob Herring
     [not found]   ` <CAL_JsqKjXuGp0SRFAVWskJRfyeoko6ybtceJQcDzymshuz9wPw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-27 16:26     ` Geert Uytterhoeven
2015-04-27 16:26       ` Geert Uytterhoeven
2015-04-27 16:26       ` Geert Uytterhoeven
2015-04-27 16:26       ` Geert Uytterhoeven
     [not found] ` <1430146811-29862-1-git-send-email-geert+renesas-gXvu3+zWzMSzQB+pC5nmwQ@public.gmane.org>
2015-04-27 15:54   ` Mark Rutland
2015-04-27 15:54     ` Mark Rutland
2015-04-27 15:54     ` Mark Rutland
2015-04-27 15:54     ` Mark Rutland
2015-04-27 16:43     ` Geert Uytterhoeven
2015-04-27 16:43       ` Geert Uytterhoeven
2015-04-27 16:43       ` Geert Uytterhoeven
2015-04-27 17:15       ` Mark Rutland
2015-04-27 17:15         ` Mark Rutland
2015-04-27 17:15         ` Mark Rutland
2015-04-28  8:28         ` Geert Uytterhoeven
2015-04-28  8:28           ` Geert Uytterhoeven
2015-04-28  8:28           ` Geert Uytterhoeven
2015-04-28  8:28           ` Geert Uytterhoeven
     [not found]           ` <CAMuHMdVY5Oh7b9Pme2jiwtV4GBPqK-T5nfxnB9_1ufFzueUjLA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2015-04-29 12:57             ` Mark Rutland
2015-04-29 12:57               ` Mark Rutland
2015-04-29 12:57               ` Mark Rutland
2015-04-29 12:57               ` Mark Rutland
2015-04-29 14:09               ` Geert Uytterhoeven
2015-04-29 14:09                 ` Geert Uytterhoeven
2015-04-29 14:09                 ` Geert Uytterhoeven
2015-04-29 15:15                 ` Mark Rutland
2015-04-29 15:15                   ` Mark Rutland
2015-04-29 15:15                   ` Mark Rutland
2015-04-29 18:12                   ` Geert Uytterhoeven
2015-04-29 18:12                     ` Geert Uytterhoeven
2015-04-29 18:12                     ` Geert Uytterhoeven
2015-04-29 18:28                     ` Mark Rutland
2015-04-29 18:28                       ` Mark Rutland
2015-04-29 18:28                       ` Mark Rutland

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.