linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC 0/3] ARM: ux500: Add support for power domains using DT
@ 2014-04-16 13:05 Ulf Hansson
  2014-04-16 13:05 ` [RFC 1/3] ARM: ux500: Initial support for power domains Ulf Hansson
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ulf Hansson @ 2014-04-16 13:05 UTC (permalink / raw)
  To: linux-arm-kernel

This patchset is based upon a patchset from Tomasz Figa for the generic power
domain. It is still being discussed on the linux-pm mailing list. In principle
it adds DT support to the generic power domain.

http://marc.info/?l=linux-pm&m=139386277422309&w=2

This patchset is therefore sent as an RFC and must not be merged as is.

Ulf Hansson (3):
  ARM: ux500: Initial support for power domains
  ARM: ux500: Add DT node for ux500 power domains
  ARM: ux500: Add sdi[n] devices to VAPE power domain

 .../devicetree/bindings/arm/ux500/power_domain.txt |   35 +++++++++
 arch/arm/boot/dts/ste-dbx5x0.dtsi                  |   11 +++
 arch/arm/mach-ux500/Kconfig                        |    5 ++
 arch/arm/mach-ux500/Makefile                       |    1 +
 arch/arm/mach-ux500/pm.c                           |    4 +
 arch/arm/mach-ux500/pm_domains.c                   |   77 ++++++++++++++++++++
 arch/arm/mach-ux500/pm_domains.h                   |   17 +++++
 include/dt-bindings/arm/ux500_pm_domains.h         |   15 ++++
 8 files changed, 165 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/ux500/power_domain.txt
 create mode 100644 arch/arm/mach-ux500/pm_domains.c
 create mode 100644 arch/arm/mach-ux500/pm_domains.h
 create mode 100644 include/dt-bindings/arm/ux500_pm_domains.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-04-23  7:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-16 13:05 [RFC 0/3] ARM: ux500: Add support for power domains using DT Ulf Hansson
2014-04-16 13:05 ` [RFC 1/3] ARM: ux500: Initial support for power domains Ulf Hansson
2014-04-23  7:18   ` Linus Walleij
2014-04-16 13:05 ` [RFC PATCH 2/3] ARM: ux500: Add DT node for ux500 " Ulf Hansson
2014-04-16 13:05 ` [RFC 3/3] ARM: ux500: Add sdi[n] devices to VAPE power domain Ulf Hansson

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