aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/versatile/soc-integrator.c
Commit message (Collapse)AuthorAge
* soc: integrator: Add terminating entry for integrator_cm_matchAxel Lin2014-12-04
| | | | | | | | The of_device_id table is supposed to be zero-terminated. Signed-off-by: Axel Lin <axel.lin@ingics.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
* soc: move SoC driver for the ARM IntegratorLinus Walleij2014-11-13
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>