ARM: mach-shmobile: sh7372 A3SP support (v4)
authorMagnus Damm <damm@opensource.se>
Wed, 19 Oct 2011 21:52:41 +0000 (23:52 +0200)
committerRafael J. Wysocki <rjw@sisk.pl>
Fri, 21 Oct 2011 22:19:58 +0000 (00:19 +0200)
commitd93f5cdea968284f05aa9905ee9752874885a6fa
tree11d4eebb5a887aaab37f592f23ac8ca60fbc7e6a
parent4ca46ff3e0d8c234cb40ebb6457653b59584426c
ARM: mach-shmobile: sh7372 A3SP support (v4)

This change adds support for the sh7372 A3SP power domain.

The sh7372 A3SP hardware power domain contains a
wide range of I/O devices. The list of I/O devices
include SCIF serial ports, DMA Engine hardware,
SD and MMC controller hardware, USB controllers
and I2C master controllers.

This patch adds the A3SP low level code which
powers the hardware power domain on and off. It
also ties in platform devices to the pm domain
support code.

It is worth noting that the serial console is
hooked up to SCIFA0 on most sh7372 boards, and
the SCIFA0 port is included in the A3SP hardware
power domain. For this reason we cannot output
debug messages from the low level power control
code in the case of A3SP.

QoS support is needed in drivers before we can
enable the A3SP power control on the fly.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
arch/arm/mach-shmobile/board-ap4evb.c
arch/arm/mach-shmobile/board-mackerel.c
arch/arm/mach-shmobile/include/mach/sh7372.h
arch/arm/mach-shmobile/pm-sh7372.c
arch/arm/mach-shmobile/setup-sh7372.c
This page took 0.042977 seconds and 5 git commands to generate.