[PATCH] MAINTAINERS: Add pin control bindings defs to Pin Control Subsystem

Geert Uytterhoeven posted 1 patch 3 years, 10 months ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add pin control bindings defs to Pin Control Subsystem
Posted by Geert Uytterhoeven 3 years, 10 months ago
While the section for the Pin Control Subsystem covers Device Tree
binding documents, it currently lacks DT binding definitions.
Add the latter.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 37936d5af08e2f4e..2d31121ade3d81a9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15711,6 +15711,7 @@ T:	git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
 F:	Documentation/devicetree/bindings/pinctrl/
 F:	Documentation/driver-api/pin-control.rst
 F:	drivers/pinctrl/
+F:	include/dt-bindings/pinctrl/
 F:	include/linux/pinctrl/
 
 PIN CONTROLLER - AMD
-- 
2.25.1
Re: [PATCH] MAINTAINERS: Add pin control bindings defs to Pin Control Subsystem
Posted by Linus Walleij 3 years, 10 months ago
On Wed, Jun 15, 2022 at 4:08 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> While the section for the Pin Control Subsystem covers Device Tree
> binding documents, it currently lacks DT binding definitions.
> Add the latter.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Already got an identical patch from Lukas Bulwahn but thanks anyway!

Yours,
Linus Walleij