thermal/drivers/mediatek: Relocate driver to mediatek folder
authorBalsam CHIHI <bchihi@baylibre.com>
Thu, 9 Feb 2023 10:56:23 +0000 (11:56 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 15 Feb 2023 16:28:25 +0000 (17:28 +0100)
commitfad399ebdd67f602f306b524e6f62c3570943a48
tree60974b4a8d1551399f333566723a4fea4c50f252
parenta29cbd76aaf63f5493e962aa2fbaadcdc4615143
thermal/drivers/mediatek: Relocate driver to mediatek folder

Add MediaTek proprietary folder to upstream more thermal zone and cooler
drivers, relocate the original thermal controller driver to it, and rename it
as "auxadc_thermal.c" to show its purpose more clearly.

Signed-off-by: Balsam CHIHI <bchihi@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20230209105628.50294-2-bchihi@baylibre.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/thermal/Kconfig
drivers/thermal/Makefile
drivers/thermal/mediatek/Kconfig [new file with mode: 0644]
drivers/thermal/mediatek/Makefile [new file with mode: 0644]
drivers/thermal/mediatek/auxadc_thermal.c [new file with mode: 0644]
drivers/thermal/mtk_thermal.c [deleted file]