]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2abf1100623bb49fe59f9de8f563b9972ec327d8
tree433e204ed379f23e671b15c37f900883533f4164
parent9079fd957b25538d10093d4e33d88369be27fe2d
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-pmc.c [deleted file]
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 [new file with mode: 0644]
drivers/platform/x86/amd/pmc.c [new file with mode: 0644]
drivers/platform/x86/amd_hsmp.c [deleted file]