soc: move SoC driver for the ARM Integrator
authorLinus Walleij <linus.walleij@linaro.org>
Fri, 24 Oct 2014 10:51:20 +0000 (12:51 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 13 Nov 2014 09:32:05 +0000 (10:32 +0100)
commitf956a785a282f6b5a3e7d59937548f8b7c04d1ac
tree62813b553257c642da747b406358532b0306930f
parentbcc397de5af74ed31f35c0ca4cbd9faadb775c2e
soc: move SoC driver for the ARM Integrator

This creates a new SoC bus driver for the ARM Integrator
family core modules to register the SoC bus and provide
sysfs info for the core module. We delete the corresponding
code from the Integrator machine and select this driver to
get a clean result.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/mach-integrator/Kconfig
arch/arm/mach-integrator/common.h
arch/arm/mach-integrator/core.c
arch/arm/mach-integrator/integrator_ap.c
arch/arm/mach-integrator/integrator_cp.c
drivers/soc/versatile/Kconfig
drivers/soc/versatile/Makefile
drivers/soc/versatile/soc-integrator.c [new file with mode: 0644]