soc: tegra: Move powergate-bpmp driver to the genpd dir
authorUlf Hansson <ulf.hansson@linaro.org>
Wed, 5 Jul 2023 22:18:03 +0000 (00:18 +0200)
committerUlf Hansson <ulf.hansson@linaro.org>
Fri, 14 Jul 2023 08:40:56 +0000 (10:40 +0200)
commit27e0fef61ffd86306a768f086118c1139ef42b2e
tree6325e33c22f22a3d3379b1af948948e26ea1a11d
parentfd697e2160401530dfe43074bbdcbb7d63b87b60
soc: tegra: Move powergate-bpmp driver to the genpd dir

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

Note that, we leave the pmc driver in the soc directory for now, as it
looks like it may need some re-structuring before it's ready to be moved.

Cc: Thierry Reding <thierry.reding@gmail.com>
Cc: Jonathan Hunter <jonathanh@nvidia.com>
Cc: Mikko Perttunen <mperttunen@nvidia.com>
Cc: <linux-tegra@vger.kernel.org>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/genpd/Makefile
drivers/genpd/tegra/Makefile [new file with mode: 0644]
drivers/genpd/tegra/powergate-bpmp.c [new file with mode: 0644]
drivers/soc/tegra/Makefile
drivers/soc/tegra/powergate-bpmp.c [deleted file]