summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Holland <[email protected]>2021-04-18 22:13:36 -0500
committerAndre Przywara <[email protected]>2021-05-31 00:39:54 +0100
commitf264e796c06d7ce6c039bfc7255390309cbc5191 (patch)
tree78b31e2edb1dd71cc55aecc4cac39c9723c6828e
parent6785434709b74b9a821a21e7228a4c9eb4843095 (diff)
MAINTAINERS: Add allwinner/sunxi driver directories
These drivers are sunxi platform-specific, and so are of interest to the sunxi maintainers. In fact, as there is no PHY driver maintainer, drivers/phy/allwinner had no maintainer at all. Signed-off-by: Samuel Holland <[email protected]> Acked-by: Andre Przywara <[email protected]> Signed-off-by: Andre Przywara <[email protected]>
-rw-r--r--MAINTAINERS3
1 files changed, 3 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 9f0c9f9f735..4d0441c1a24 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -478,6 +478,9 @@ F: arch/arm/cpu/armv7/sunxi/
F: arch/arm/include/asm/arch-sunxi/
F: arch/arm/mach-sunxi/
F: board/sunxi/
+F: drivers/clk/sunxi/
+F: drivers/phy/allwinner/
+F: drivers/video/sunxi/
ARM TEGRA
M: Tom Warren <[email protected]>