]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit37ba6578da5732847867c968cc92eeef94d37300
treeb43cf9eac631a2a5323b56c62e1a1c32ef274a05
parent0135a233818e75a1d7ed3d5c1351e3678a5f7f60
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]