All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] ARM: shmobile: r8a7740/armadillo legacy prototype pm domain support
@ 2014-08-29 13:50 ` Geert Uytterhoeven
  0 siblings, 0 replies; 45+ messages in thread
From: Geert Uytterhoeven @ 2014-08-29 13:50 UTC (permalink / raw)
  To: linux-arm-kernel

	Hi Simon, Magnus,

This series contains prototype patches to improve pm domain support for
r8a7740/armadillo800eva, mimicking (parts of) the existing pm domain support
for sh7372/mackerel.

More specifically, they
  - Add missing devices to existing pm domains,
  - Add missing pm domains, hooking up devices and subdomains,

There are a few things commented out, and a few rough edges or missing things
(cfr. the patches marked with "[WIP]", and the "FIXME" sections therein),
but the result does boot, and s2ram works.

Please note that DT/multi-platform support will be added later.

This series depends on my series "[PATCH 0/5] ARM: shmobile: pm domain
improvements and cleanups".

Thanks for your comments and suggestions!

Geert Uytterhoeven (11):
  ARM: shmobile: r8a7740: Add missing A3SP pm domain devices
  ARM: shmobile: r8a7740: Add missing A4S pm domain devices
  [WIP] ARM: shmobile: armadillo800eva legacy: Add missing A3SP pm
    domain devices
  ARM: shmobile: armadillo800eva legacy: Add missing A4S pm domain
    devices
  ARM: shmobile: r8a7740: Add A3RV pm domain support
  ARM: shmobile: r8a7740: Add A3SG pm domain support
  [WIP] ARM: shmobile: r8a7740/armadillo legacy: Add A4MP pm domain
    support
  [WIP] ARM: shmobile: r8a7740: Add D4 pm domain support
  ARM: shmobile: r8a7740/armadillo legacy: Add A4R pm domain support
  [WIP] ARM: shmobile: r8a7740: Add A4SU pm domain support
  [WIP] ARM: shmobile: r8a7740: Add A3SM pm domain support

 arch/arm/mach-shmobile/board-armadillo800eva.c |   11 ++++++++++-
 arch/arm/mach-shmobile/pm-r8a7740.c            |   25 ++++++++++++++++++++++++
 arch/arm/mach-shmobile/setup-r8a7740.c         |   11 +++++++++++
 3 files changed, 46 insertions(+), 1 deletion(-)

-- 
1.7.9.5

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

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

end of thread, other threads:[~2014-09-11  0:22 UTC | newest]

Thread overview: 45+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-29 13:50 [PATCH 00/11] ARM: shmobile: r8a7740/armadillo legacy prototype pm domain support Geert Uytterhoeven
2014-08-29 13:50 ` Geert Uytterhoeven
2014-08-29 13:50 ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 01/11] ARM: shmobile: r8a7740: Add missing A3SP pm domain devices Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 02/11] ARM: shmobile: r8a7740: Add missing A4S " Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 03/11] [WIP] ARM: shmobile: armadillo800eva legacy: Add missing A3SP " Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 04/11] ARM: shmobile: armadillo800eva legacy: Add missing A4S " Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 05/11] ARM: shmobile: r8a7740: Add A3RV pm domain support Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 06/11] ARM: shmobile: r8a7740: Add A3SG " Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 07/11] [WIP] ARM: shmobile: r8a7740/armadillo legacy: Add A4MP " Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 08/11] [WIP] ARM: shmobile: r8a7740: Add D4 " Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 09/11] ARM: shmobile: r8a7740/armadillo legacy: Add A4R " Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 10/11] [WIP] ARM: shmobile: r8a7740: Add A4SU " Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50 ` [PATCH 11/11] [WIP] ARM: shmobile: r8a7740: Add A3SM " Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-08-29 13:50   ` Geert Uytterhoeven
2014-09-09  2:26 ` [PATCH 00/11] ARM: shmobile: r8a7740/armadillo legacy prototype " Simon Horman
2014-09-09  2:26   ` Simon Horman
2014-09-09  2:26   ` Simon Horman
2014-09-09  9:48   ` Geert Uytterhoeven
2014-09-09  9:48     ` Geert Uytterhoeven
2014-09-09  9:48     ` Geert Uytterhoeven
2014-09-11  0:22     ` Simon Horman
2014-09-11  0:22       ` Simon Horman
2014-09-11  0:22       ` Simon Horman

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.