PM: AVS: smartreflex Move driver to soc specific drivers
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 6 Oct 2020 16:05:15 +0000 (18:05 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 16 Oct 2020 16:28:43 +0000 (18:28 +0200)
commitbca815d620544c27288abf4841e39922d694425c
treeb43cf9eac631a2a5323b56c62e1a1c32ef274a05
parente943c43b32ce15ef23cc6b4574567b045c96c23b
PM: AVS: smartreflex Move driver to soc 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 smartreflex driver for OMAP to the ti directory.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Reviewed-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
MAINTAINERS
arch/arm/plat-omap/Kconfig
drivers/power/avs/Kconfig
drivers/power/avs/Makefile
drivers/power/avs/smartreflex.c [deleted file]
drivers/soc/ti/Makefile
drivers/soc/ti/smartreflex.c [new file with mode: 0644]