diff options
author | Sunil V L <[email protected]> | 2023-05-15 11:19:28 +0530 |
---|---|---|
committer | Palmer Dabbelt <[email protected]> | 2023-06-01 08:45:15 -0700 |
commit | cc9e654a7e81684091ade9c9d16d8a4e0b6cf53b (patch) | |
tree | 5568da390b62aae9fd6898867bb850f4b2238dbe | |
parent | 0b8e15ca008260cf28b354e27f3d2824f33a18b2 (diff) |
MAINTAINERS: Add entry for drivers/acpi/riscv
ACPI defines few RISC-V specific tables which need
parsing code added in drivers/acpi/riscv. Add maintainer
entries for this newly created folder.
Signed-off-by: Sunil V L <[email protected]>
Acked-by: Rafael J. Wysocki <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7e0b87d5aa2e..0d6ecb5a4107 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -412,6 +412,13 @@ L: [email protected] S: Maintained F: drivers/platform/x86/serial-multi-instantiate.c +ACPI FOR RISC-V (ACPI/riscv) +M: Sunil V L <[email protected]> +S: Maintained +F: drivers/acpi/riscv/ + ACPI PCC(Platform Communication Channel) MAILBOX DRIVER M: Sudeep Holla <[email protected]> |