]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/x86: intel_speed_select_if: Move to intel sub-directory
authorKate Hsuan <hpa@redhat.com>
Fri, 20 Aug 2021 11:04:51 +0000 (14:04 +0300)
committerHans de Goede <hdegoede@redhat.com>
Fri, 20 Aug 2021 18:11:22 +0000 (20:11 +0200)
Move Intel Speed Select interface driver to intel sub-directory to improve
readability and rename it from intel_speed_select_if to speed_select_if.

Signed-off-by: Kate Hsuan <hpa@redhat.com>
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210820110458.73018-14-andriy.shevchenko@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
12 files changed:
MAINTAINERS
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel/Kconfig
drivers/platform/x86/intel/Makefile
drivers/platform/x86/intel/speed_select_if/Kconfig [moved from drivers/platform/x86/intel_speed_select_if/Kconfig with 100% similarity]
drivers/platform/x86/intel/speed_select_if/Makefile [moved from drivers/platform/x86/intel_speed_select_if/Makefile with 100% similarity]
drivers/platform/x86/intel/speed_select_if/isst_if_common.c [moved from drivers/platform/x86/intel_speed_select_if/isst_if_common.c with 100% similarity]
drivers/platform/x86/intel/speed_select_if/isst_if_common.h [moved from drivers/platform/x86/intel_speed_select_if/isst_if_common.h with 100% similarity]
drivers/platform/x86/intel/speed_select_if/isst_if_mbox_msr.c [moved from drivers/platform/x86/intel_speed_select_if/isst_if_mbox_msr.c with 100% similarity]
drivers/platform/x86/intel/speed_select_if/isst_if_mbox_pci.c [moved from drivers/platform/x86/intel_speed_select_if/isst_if_mbox_pci.c with 100% similarity]
drivers/platform/x86/intel/speed_select_if/isst_if_mmio.c [moved from drivers/platform/x86/intel_speed_select_if/isst_if_mmio.c with 100% similarity]

index 5fe92c8e92146402775110d5b48b0f9f3cac565f..cf29f71548895839510a13f93bec4fbb74171327 100644 (file)
@@ -9538,7 +9538,7 @@ INTEL SPEED SELECT TECHNOLOGY
 M:     Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
 L:     platform-driver-x86@vger.kernel.org
 S:     Maintained
-F:     drivers/platform/x86/intel_speed_select_if/
+F:     drivers/platform/x86/intel/speed_select_if/
 F:     include/uapi/linux/isst_if.h
 F:     tools/power/x86/intel-speed-select/
 
index dc861ec59c3ac9dc38ba50d254e8e15e9f388b04..935116ef2df97246408b9954a7a6ad93c53c2a0d 100644 (file)
@@ -1110,8 +1110,6 @@ config INTEL_IPS
          functionality.  If in doubt, say Y here; it will only load on
          supported platforms.
 
-source "drivers/platform/x86/intel_speed_select_if/Kconfig"
-
 config INTEL_SCU_IPC
        bool
 
index dfc5cde88999c27f39b9a073a545838f304dc6af..dd3f1e683f0df1cd967ddc2755b3045b7221ede7 100644 (file)
@@ -120,7 +120,6 @@ obj-$(CONFIG_WIRELESS_HOTKEY)               += wireless-hotkey.o
 
 # Intel uncore drivers
 obj-$(CONFIG_INTEL_IPS)                                += intel_ips.o
-obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE)     += intel_speed_select_if/
 
 # Intel PMIC / PMC / P-Unit devices
 obj-$(CONFIG_INTEL_SCU_IPC)            += intel_scu_ipc.o
index 7e3eb4404f7bdc7ca55fedbd74182e5cdf4fe796..2622653af37a667412c930a7f316731adaf83ca9 100644 (file)
@@ -21,6 +21,7 @@ source "drivers/platform/x86/intel/int33fe/Kconfig"
 source "drivers/platform/x86/intel/int3472/Kconfig"
 source "drivers/platform/x86/intel/pmc/Kconfig"
 source "drivers/platform/x86/intel/pmt/Kconfig"
+source "drivers/platform/x86/intel/speed_select_if/Kconfig"
 source "drivers/platform/x86/intel/telemetry/Kconfig"
 
 config INTEL_BXTWC_PMIC_TMU
index 8080e850c1fb823b2bf5393e99354525e2d62d08..f5ac4a5f953f29ee9d31a5597a5ba67f4f3a49d2 100644 (file)
@@ -9,6 +9,7 @@ obj-$(CONFIG_INTEL_CHT_INT33FE)         += int33fe/
 obj-$(CONFIG_INTEL_SKL_INT3472)                += int3472/
 obj-$(CONFIG_INTEL_PMC_CORE)           += pmc/
 obj-$(CONFIG_INTEL_PMT_CLASS)          += pmt/
+obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += speed_select_if/
 obj-$(CONFIG_INTEL_TELEMETRY)          += telemetry/
 
 # Intel PMIC / PMC / P-Unit drivers