]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4e43540c934355e6d56cdcf61f6fff2bb1c2114e
treedca7b135b1c5717d0ce82cf487e761057b933058
parentaf8995f6ed69d831d08deb44d671cdb1d8f8b360
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-wmi.c [deleted file]
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 [new file with mode: 0644]
drivers/platform/x86/hp/hp_accel.c [new file with mode: 0644]
drivers/platform/x86/hp/tc1100-wmi.c [new file with mode: 0644]
drivers/platform/x86/hp_accel.c [deleted file]
drivers/platform/x86/tc1100-wmi.c [deleted file]