platform/x86: intel_cht_int33fe: Move to its own subfolder
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 18 Jun 2021 12:55:16 +0000 (15:55 +0300)
committerHans de Goede <hdegoede@redhat.com>
Tue, 22 Jun 2021 09:32:30 +0000 (11:32 +0200)
commit72fbcac2f40e690e1a5584358750e546a2678c2c
tree43d69af9c08855fb599e65dc2e6ba53f15892b10
parent8bd836feb6cad6bd746da09a86bda0f5ee5c4b01
platform/x86: intel_cht_int33fe: Move to its own subfolder

Since we have started collecting Intel x86 specific drivers in their own
folder, move intel_cht_int33fe to its own subfolder there.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210618125516.53510-8-andriy.shevchenko@linux.intel.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/intel/Kconfig
drivers/platform/x86/intel/Makefile
drivers/platform/x86/intel/int33fe/Kconfig [new file with mode: 0644]
drivers/platform/x86/intel/int33fe/Makefile [new file with mode: 0644]
drivers/platform/x86/intel/int33fe/intel_cht_int33fe_common.c [moved from drivers/platform/x86/intel_cht_int33fe_common.c with 100% similarity]
drivers/platform/x86/intel/int33fe/intel_cht_int33fe_common.h [moved from drivers/platform/x86/intel_cht_int33fe_common.h with 100% similarity]
drivers/platform/x86/intel/int33fe/intel_cht_int33fe_microb.c [moved from drivers/platform/x86/intel_cht_int33fe_microb.c with 100% similarity]
drivers/platform/x86/intel/int33fe/intel_cht_int33fe_typec.c [moved from drivers/platform/x86/intel_cht_int33fe_typec.c with 100% similarity]