ARM: mach-shmobile: Remove 3DG/SGX from sh7372 INTCS
authorMagnus Damm <damm@opensource.se>
Wed, 10 Aug 2011 05:45:30 +0000 (05:45 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 29 Aug 2011 07:13:10 +0000 (16:13 +0900)
commit4861da4feebe548a749c7f52c89a325839c3d281
tree59c17d0a850502f6d1ae036e5b3bc03b15c37d03
parent8a1c049aa9d31710dac5a794b47be5a081a886e4
ARM: mach-shmobile: Remove 3DG/SGX from sh7372 INTCS

This patch removes support for the SGX interrupt source in
the sh7372 INTCS controller.

The SGX hardware block included in sh7372 is already hooked
up to the ARM Cortex-A8 core using the INTCA controller,
so SGX users are encouraged to make use of that interrupt
source instead.

Removing support for the SGX interrupt source in INTCS
simplifies the sh7372 power management code by allowing
us to assume that only INTCA needs to be powered on to
operate the SGX hardware.

If the INTCS interrupt source would be kept then the kernel
would be forced to deal with additional dependencies that does
not follow the regular power domain hiearachy. With this
patch in place we can safely power down INTCS while the
SGX is operating.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/arm/mach-shmobile/intc-sh7372.c