diff options
author | Jorge Lopez <jorge.lopez2@hp.com> | 2022-10-20 15:10:28 -0500 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2022-11-16 08:48:19 +0100 |
commit | 6e9b8992b122cb12688bd259fc99e67d1be234eb (patch) | |
tree | 32fcb4d7f8c9d65338a9a9f3b8c9556c9aaf0091 /MAINTAINERS | |
parent | 26174aaee3832d681dcc0744b005021c7480a8f6 (diff) | |
download | linux-6e9b8992b122cb12688bd259fc99e67d1be234eb.tar.gz linux-6e9b8992b122cb12688bd259fc99e67d1be234eb.tar.bz2 linux-6e9b8992b122cb12688bd259fc99e67d1be234eb.zip |
platform/x86: Move existing HP drivers to a new hp subdir
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f8fa72d1452e..893c63e8beef 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9366,7 +9366,7 @@ F: drivers/net/wireless/intersil/hostap/ HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER L: platform-driver-x86@vger.kernel.org S: Orphan -F: drivers/platform/x86/tc1100-wmi.c +F: drivers/platform/x86/hp/tc1100-wmi.c HPET: High Precision Event Timers driver M: Clemens Ladisch <clemens@ladisch.de> @@ -11856,7 +11856,7 @@ M: Eric Piel <eric.piel@tremplin-utc.net> S: Maintained F: Documentation/misc-devices/lis3lv02d.rst F: drivers/misc/lis3lv02d/ -F: drivers/platform/x86/hp_accel.c +F: drivers/platform/x86/hp/hp_accel.c LIST KUNIT TEST M: David Gow <davidgow@google.com> |