]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6572f6d9df3cbc5971a5649752a0afe5f11f1efa
tree62813b553257c642da747b406358532b0306930f
parent2582e48524d2fc3a08c7617e591eb41741963086
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]