soc: bcm: Move power-domain drivers to the genpd dir
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 4 Jul 2023 22:36:24 +0000 (00:36 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 11 Jul 2023 13:30:09 +0000 (15:30 +0200)
commitaded002384c13a473af7d519e38ff59bf6056289
tree83af7b64abbd0b191450b7a0e6dce064219dff07
parent869b9dd3339a719d41c10870f9aaec39953edd86
soc: bcm: Move power-domain drivers to the genpd dir

To simplify with maintenance let's move the bcm power-domain drivers to the
new genpd directory. Going forward, patches are intended to be managed
through a separate git tree, according to MAINTAINERS.

While moving the drivers, we end up with a directory for bcm63xx that only
contains a Kconfig file, which seems a bit silly. Let's therefore also move
the Kconfig options into the Kconfig file a directory above, as it allows
us to drop the directory too.

Cc: Florian Fainelli <florian.fainelli@broadcom.com>
Cc: Ray Jui <rjui@broadcom.com>
Cc: Scott Branden <sbranden@broadcom.com>
Cc: <linux-mips@vger.kernel.org>
Cc: <linux-rpi-kernel@lists.infradead.org>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
MAINTAINERS
drivers/genpd/Makefile
drivers/genpd/bcm/Makefile [new file with mode: 0644]
drivers/genpd/bcm/bcm-pmb.c [moved from drivers/soc/bcm/bcm63xx/bcm-pmb.c with 100% similarity]
drivers/genpd/bcm/bcm2835-power.c [moved from drivers/soc/bcm/bcm2835-power.c with 100% similarity]
drivers/genpd/bcm/bcm63xx-power.c [moved from drivers/soc/bcm/bcm63xx/bcm63xx-power.c with 100% similarity]
drivers/genpd/bcm/raspberrypi-power.c [moved from drivers/soc/bcm/raspberrypi-power.c with 100% similarity]
drivers/soc/bcm/Kconfig
drivers/soc/bcm/Makefile
drivers/soc/bcm/bcm63xx/Kconfig [deleted file]
drivers/soc/bcm/bcm63xx/Makefile [deleted file]