summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2021-08-12 20:09:43 -0500
committerAndre Przywara <andre.przywara@arm.com>2022-04-04 23:23:50 +0100
commitb799eabc7ee3086a708297d2309ebfe0be9adb68 (patch)
tree9fd1b65c1ce262240ef6895394ee260ae5ae8daa /MAINTAINERS
parente4b6ebd3de982ae7185dbf689a030e73fd06e0d2 (diff)
sunxi: pinctrl: Create the driver skeleton
Create a do-nothing driver for each sunxi pin controller variant. Since only one driver can automatically bind to a DT node, since the GPIO driver already requires a manual binding process, and since the pinctrl driver needs access to some of the same information, refactor the GPIO driver to be bound by the pinctrl driver. This commit should cause no functional change. Signed-off-by: Samuel Holland <samuel@sholland.org> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 96582fc677..712c2b1979 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -520,6 +520,7 @@ F: arch/arm/mach-sunxi/
F: board/sunxi/
F: drivers/clk/sunxi/
F: drivers/phy/allwinner/
+F: drivers/pinctrl/sunxi/
F: drivers/video/sunxi/
ARM TEGRA