[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v9 10/10] hw/fsi: Update MAINTAINER list
From: |
Ninad Palsule |
Subject: |
[PATCH v9 10/10] hw/fsi: Update MAINTAINER list |
Date: |
Tue, 9 Jan 2024 16:23:33 -0600 |
Added maintainer for IBM FSI model
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Ninad Palsule <ninad@linux.ibm.com>
---
MAINTAINERS | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 00ec1f7eca..79f97a3fb9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3569,6 +3569,14 @@ F: tests/qtest/adm1272-test.c
F: tests/qtest/max34451-test.c
F: tests/qtest/isl_pmbus_vr-test.c
+FSI
+M: Ninad Palsule <ninad@linux.ibm.com>
+S: Maintained
+F: hw/fsi/*
+F: include/hw/fsi/*
+F: docs/specs/fsi.rst
+F: tests/qtest/fsi-test.c
+
Firmware schema specifications
M: Philippe Mathieu-Daudé <philmd@linaro.org>
R: Daniel P. Berrange <berrange@redhat.com>
--
2.39.2
- [PATCH v9 00/10] Introduce model for IBM's FSI, Ninad Palsule, 2024/01/09
- [PATCH v9 01/10] hw/fsi: Introduce IBM's Local bus, Ninad Palsule, 2024/01/09
- [PATCH v9 08/10] hw/fsi: Added qtest, Ninad Palsule, 2024/01/09
- [PATCH v9 05/10] hw/fsi: Introduce IBM's FSI master, Ninad Palsule, 2024/01/09
- [PATCH v9 02/10] hw/fsi: Introduce IBM's FSI Bus, Ninad Palsule, 2024/01/09
- [PATCH v9 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave,scratchpad, Ninad Palsule, 2024/01/09
- [PATCH v9 10/10] hw/fsi: Update MAINTAINER list,
Ninad Palsule <=
- [PATCH v9 06/10] hw/fsi: Aspeed APB2OPB interface, Ninad Palsule, 2024/01/09
- [PATCH v9 04/10] hw/fsi: IBM's On-chip Peripheral Bus, Ninad Palsule, 2024/01/09
- [PATCH v9 09/10] hw/fsi: Added FSI documentation, Ninad Palsule, 2024/01/09
- [PATCH v9 07/10] hw/arm: Hook up FSI module in AST2600, Ninad Palsule, 2024/01/09