platform/x86: Move AMD platform drivers to separate directory
authorShyam Sundar S K <Shyam-sundar.S-k@amd.com>
Wed, 8 Jun 2022 19:32:12 +0000 (01:02 +0530)
committerHans de Goede <hdegoede@redhat.com>
Wed, 22 Jun 2022 09:57:55 +0000 (11:57 +0200)
commitef233eafe5adc54ddc39a1b6cc483dddc744bf97
tree433e204ed379f23e671b15c37f900883533f4164
parent5b54b4d4b46348265bf1ceb001473f42c71d8e4a
platform/x86: Move AMD platform drivers to separate directory

Currently, AMD supported platform drivers are grouped under generic "x86"
folder structure. Move the current drivers (amd-pmc and amd_hsmp) to a
separate directory. This would also mean the newer driver submissions to
pdx86 subsystem in the future will also land in AMD specific directory.

Reviewed-by: Naveen Krishna Chatradhi <NaveenKrishna.Chatradhi@amd.com>
Tested-by: Suma Hegde <suma.hegde@amd.com>
Signed-off-by: Shyam Sundar S K <Shyam-sundar.S-k@amd.com>
Link: https://lore.kernel.org/r/20220608193212.2827257-1-Shyam-sundar.S-k@amd.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
MAINTAINERS
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/amd/Kconfig [new file with mode: 0644]
drivers/platform/x86/amd/Makefile [new file with mode: 0644]
drivers/platform/x86/amd/hsmp.c [moved from drivers/platform/x86/amd_hsmp.c with 100% similarity]
drivers/platform/x86/amd/pmc.c [moved from drivers/platform/x86/amd-pmc.c with 100% similarity]