aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerge Semin <[email protected]>2022-09-09 22:36:21 +0300
committerDamien Le Moal <[email protected]>2022-09-17 01:40:35 +0900
commite7840a9aae6f791d8fef47c892821b1915d20747 (patch)
treee407a71663bf99fc6e2e07156035d3f25a77caef
parent9628711aa649e0134f567505290537460326ddc1 (diff)
MAINTAINERS: Add maintainers for DWC AHCI SATA driver
Add myself as a maintainer of the new DWC AHCI SATA driver and its DT-bindings schema. Signed-off-by: Serge Semin <[email protected]> Signed-off-by: Damien Le Moal <[email protected]>
-rw-r--r--MAINTAINERS9
1 files changed, 9 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8a5012ba6ff9..07be3c4330e9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -11551,6 +11551,15 @@ F: drivers/ata/ahci_platform.c
F: drivers/ata/libahci_platform.c
F: include/linux/ahci_platform.h
+LIBATA SATA AHCI SYNOPSYS DWC CONTROLLER DRIVER
+M: Serge Semin <[email protected]>
+S: Maintained
+T: git git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata.git
+F: Documentation/devicetree/bindings/ata/baikal,bt1-ahci.yaml
+F: Documentation/devicetree/bindings/ata/snps,dwc-ahci.yaml
+F: drivers/ata/ahci_dwc.c
+
LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
M: Mikael Pettersson <[email protected]>