Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1224432
| From | Geert Uytterhoeven <geert+renesas@glider.be> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] ARM: gic: Document optional Clock and Power Domain properties |
| Date | 2015-09-14 22:10 +0200 |
| Message-ID | <q8IeB-89j-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
On some SoCs, the GIC may be part of a PM Domain (hardware Power and/or
Clock Domain). Document the related optional DT properties.
This patch series:
- Adds support for the PL390 GIC variant, as the PL390 has different
clock inputs than the A9 MPCore GIC that is currently (incorrectly)
described in various Renesas DTSes instead,
- Documents optional Clock and Power Domain properties.
This will allow to properly describe later the relationship between the
GIC and the Clock and/or Power Domain topology on Renesas SoCs, and
prevent clocks from being disabled inadvertently.
This is v2 of "[PATCH] ARM: gic: Document Power and Clock Domain optional
properties" (https://lkml.org/lkml/2015/4/27/401).
Changes since v1:
- Add "arm,pl390",
- Add "clock-names" to DT bindings,
- Document clock inputs on various GIC variants.
Thanks for your comments!
Geert Uytterhoeven (2):
irqchip: gic: Add arm,pl390 support
irqchip: gic: Document optional Clock and Power Domain properties
Documentation/devicetree/bindings/arm/gic.txt | 24 ++++++++++++++++++++----
drivers/irqchip/irq-gic.c | 1 +
2 files changed, 21 insertions(+), 4 deletions(-)
--
1.9.1
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH v2 0/2] ARM: gic: Document optional Clock and Power Domain properties Geert Uytterhoeven <geert+renesas@glider.be> - 2015-09-14 22:10 +0200
csiph-web