diff options
author | Danilo Krummrich <dakr@redhat.com> | 2024-06-19 15:39:18 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-06-20 16:14:58 +0200 |
commit | 6b521fc111a2ad5ead39776960d3d2d289ce0722 (patch) | |
tree | 73ea1da425dd6e922df3474e46698345b198042d /MAINTAINERS | |
parent | 4ead6c37b04aa35943ea270f09db18ebb38e63ff (diff) | |
download | linux-stable-6b521fc111a2ad5ead39776960d3d2d289ce0722.tar.gz linux-stable-6b521fc111a2ad5ead39776960d3d2d289ce0722.tar.bz2 linux-stable-6b521fc111a2ad5ead39776960d3d2d289ce0722.zip |
MAINTAINERS: add Rust device abstractions to DRIVER CORE
Add missing file path of the Rust abstractions to the maintainers entry,
until we can move it to 'drivers/base/'.
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Link: https://lore.kernel.org/r/20240619133949.64638-2-dakr@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 19e4a21e574e..82c7bc2f181c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6714,6 +6714,7 @@ F: include/linux/fwnode.h F: include/linux/kobj* F: include/linux/property.h F: lib/kobj* +F: rust/kernel/device.rs DRIVERS FOR OMAP ADAPTIVE VOLTAGE SCALING (AVS) M: Nishanth Menon <nm@ti.com> |