]> git.itanic.dy.fi Git - linux-stable/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:36:48 +0000 (17:36 +0100)
commita832a43fdd95bc689bc23862326a114579aa025b
treebe2924fe50f144232733bbe6015663500f92a3aa
parentdf14d64b36b1046168541d32d47c815119cc0e46
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]