OSDN Git Service

bus: vexpress-config: Merge vexpress-syscfg into vexpress-config
authorRob Herring <robh@kernel.org>
Wed, 29 Apr 2020 20:58:21 +0000 (15:58 -0500)
committerRob Herring <robh@kernel.org>
Wed, 13 May 2020 17:42:46 +0000 (12:42 -0500)
commitd06cfe3f123c50449a0c3ece21bc16668289c50f
tree76003a712dabab7c7db96d48ac91c98bc9f0370a
parent7b9d428e05197b589d5b770a791231cf972bd2ed
bus: vexpress-config: Merge vexpress-syscfg into vexpress-config

The only thing that vexpress-syscfg does is provide a regmap to
vexpress-config bus child devices. There's little reason to have 2
components for this. The current structure with initcall ordering
requirements makes turning these components into modules more difficult.

So let's start to simplify things and merge vexpress-syscfg into
vexpress-config. There's no functional change in this commit and it's
still separate components until subsequent commits.

Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Liviu Dudau <liviu.dudau@arm.com>
Signed-off-by: Rob Herring <robh@kernel.org>
arch/arm/mach-vexpress/Kconfig
drivers/bus/vexpress-config.c
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/vexpress-syscfg.c [deleted file]
include/linux/vexpress.h