]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
PM: AVS: rockchip-io: Move the driver to the rockchip specific drivers
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 6 Oct 2020 16:05:14 +0000 (18:05 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 16 Oct 2020 16:23:15 +0000 (18:23 +0200)
commite943c43b32ce15ef23cc6b4574567b045c96c23b
tree37fa11a2788f375c3629c4ca9e8d4050b6edf9a8
parent0b8417c14181595997091145342954332fa016cd
PM: AVS: rockchip-io: Move the driver to the rockchip specific drivers

The avs drivers are all SoC specific drivers that doesn't share any code.
Instead they are located in a directory, mostly to keep similar
functionality together. From a maintenance point of view, it makes better
sense to collect SoC specific drivers like these, into the SoC specific
directories.

Therefore, let's move the rockchip-io driver to the rockchip directory.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/power/avs/Kconfig
drivers/power/avs/Makefile
drivers/power/avs/rockchip-io-domain.c [deleted file]
drivers/soc/rockchip/Kconfig
drivers/soc/rockchip/Makefile
drivers/soc/rockchip/io-domain.c [new file with mode: 0644]