]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: shmobile: R-Mobile: Move pm-rmobile to drivers/soc/renesas/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 29 Nov 2018 11:09:31 +0000 (12:09 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 30 Nov 2018 10:29:11 +0000 (11:29 +0100)
commit2ed29e15e4b2500ae78de658a18f4482e7ac288b
tree9e7d903b2ebeb7de59f4121f8f286faa7b994792
parent445aeb081bc7131c0dcb0818f0326a8dd5a14a14
ARM: shmobile: R-Mobile: Move pm-rmobile to drivers/soc/renesas/

The pm-rmobile driver is really a driver for the System Controller
(SYSC) found in R-Mobile SoCs.  An equivalent driver for R-Car SoCs is
already located under drivers/soc/renesas/.

Hence move the pm-rmobile driver from arch/arm/mach-shmobile/ to
drivers/soc/renesas/, and rename it to rmobile-sysc.

Enable compile-testing on non-ARM and non-R-Mobile SoCs.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/Kconfig
arch/arm/mach-shmobile/Makefile
drivers/soc/renesas/Kconfig
drivers/soc/renesas/Makefile
drivers/soc/renesas/rmobile-sysc.c [moved from arch/arm/mach-shmobile/pm-rmobile.c with 100% similarity]