platform/x86: Move existing HP drivers to a new hp subdir
authorJorge Lopez <jorge.lopez2@hp.com>
Thu, 20 Oct 2022 20:10:28 +0000 (15:10 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 May 2023 16:32:42 +0000 (17:32 +0100)
commit1189b7f4954084a5cfb10ab48f4e41fc9c37b516
treedca7b135b1c5717d0ce82cf487e761057b933058
parentc9888aaed1a25a0d89495e7b525136eb7b8b4faf
platform/x86: Move existing HP drivers to a new hp subdir

[ Upstream commit 6e9b8992b122cb12688bd259fc99e67d1be234eb ]

The purpose of this patch is to provide a central location where all
HP related drivers are found. HP drivers will recide under
drivers/platform/x86/hp directory.

Introduce changes to Kconfig file to list all HP driver under "HP X86
Platform Specific Device Drivers" menu option. Additional changes
include update MAINTAINERS file to indicate hp related drivers new
path.

Signed-off-by: Jorge Lopez <jorge.lopez2@hp.com>
Link: https://lore.kernel.org/r/20221020201033.12790-2-jorge.lopez2@hp.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Stable-dep-of: decab2825c3e ("platform/x86: hp-wmi: add micmute to hp_wmi_keymap struct")
Signed-off-by: Sasha Levin <sashal@kernel.org>
MAINTAINERS
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/hp/Kconfig [new file with mode: 0644]
drivers/platform/x86/hp/Makefile [new file with mode: 0644]
drivers/platform/x86/hp/hp-wmi.c [moved from drivers/platform/x86/hp-wmi.c with 100% similarity]
drivers/platform/x86/hp/hp_accel.c [moved from drivers/platform/x86/hp_accel.c with 99% similarity]
drivers/platform/x86/hp/tc1100-wmi.c [moved from drivers/platform/x86/tc1100-wmi.c with 100% similarity]