]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: uniphier: rework SMP code to support new System Bus binding
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Fri, 26 Feb 2016 07:16:08 +0000 (16:16 +0900)
committerArnd Bergmann <arnd@arndb.de>
Fri, 18 Mar 2016 16:36:37 +0000 (17:36 +0100)
commitf86df993eaad9228e73cf5bb16d5bfb7238290a4
tree1de7c97153af3e4551af439cf5abbc574d437a3d
parentf81ebddbe3738698a828450536028775006f81cd
ARM: uniphier: rework SMP code to support new System Bus binding

During the review process of the UniPhier System Bus driver
(drivers/bus/uniphier.c), the current binding of the System Bus
Controller turned out to be no good.  In order to use the driver,
some nodes in the device trees must be tweaked.  It would also have
impacts on the SMP code because the SMP related registers are
located in the System Bus Controller block.  This commit reworks
the smp_operations to support the new binding, but still supports
the old binding, too.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-uniphier/platsmp.c