
On Sun, 18 Apr 2021 22:13:36 -0500 Samuel Holland samuel@sholland.org wrote:
These drivers are sunxi platform-specific, and so are of interest to the sunxi maintainers.
Thanks, that seems to be in line with what other platforms do. CC:ing Lukasz for the clock tree and Anatolij for video.
In fact, as there is no PHY driver maintainer, drivers/phy/allwinner had no maintainer at all.
Signed-off-by: Samuel Holland samuel@sholland.org
Acked-by: Andre Przywara andre.przywara@arm.com
Cheers, Andre
MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS index c6dd9bf838..2d66831694 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 twarren@nvidia.com