All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: dt-bindings: Fix "st,syscfg" definition for STM32 pinctrl
@ 2016-09-13 13:28 ` Alexandre TORGUE
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre TORGUE @ 2016-09-13 13:28 UTC (permalink / raw)
  To: Maxime Coquelin, Linus Walleij, Rob Herring
  Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

"st,syscfg" entry was bad described.

Signed-off-by: Alexandre TORGUE <alexandre.torgue-qxv4g6HH51o@public.gmane.org>

diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
index a0eed99..f9753c4 100644
--- a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
@@ -16,7 +16,9 @@ Required properies:
    gpio-bank node (children).
  - interrupt-parent: phandle of the interrupt parent to which the external
    GPIO interrupts are forwarded to.
- - st,syscfg: phandle of the syscfg node used for IRQ mux selection.
+ - st,syscfg: Should be phandle/offset pair. The phandle to the syscon node
+   which includes IRQ mux selection register, and the offset of the IRQ mux
+   selection register.
  - pins-are-numbered: Specify the subnodes are using numbered pinmux to
    specify pins.
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] Documentation: dt-bindings: Fix "st, syscfg" definition for STM32 pinctrl
@ 2016-09-13 13:28 ` Alexandre TORGUE
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre TORGUE @ 2016-09-13 13:28 UTC (permalink / raw)
  To: linux-arm-kernel

"st,syscfg" entry was bad described.

Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>

diff --git a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
index a0eed99..f9753c4 100644
--- a/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
+++ b/Documentation/devicetree/bindings/pinctrl/st,stm32-pinctrl.txt
@@ -16,7 +16,9 @@ Required properies:
    gpio-bank node (children).
  - interrupt-parent: phandle of the interrupt parent to which the external
    GPIO interrupts are forwarded to.
- - st,syscfg: phandle of the syscfg node used for IRQ mux selection.
+ - st,syscfg: Should be phandle/offset pair. The phandle to the syscon node
+   which includes IRQ mux selection register, and the offset of the IRQ mux
+   selection register.
  - pins-are-numbered: Specify the subnodes are using numbered pinmux to
    specify pins.
 
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Documentation: dt-bindings: Fix "st,syscfg" definition for STM32 pinctrl
  2016-09-13 13:28 ` [PATCH] Documentation: dt-bindings: Fix "st, syscfg" " Alexandre TORGUE
@ 2016-09-13 20:59     ` Linus Walleij
  -1 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2016-09-13 20:59 UTC (permalink / raw)
  To: Alexandre TORGUE
  Cc: Maxime Coquelin, Rob Herring,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA

On Tue, Sep 13, 2016 at 3:28 PM, Alexandre TORGUE
<alexandre.torgue-qxv4g6HH51o@public.gmane.org> wrote:

> "st,syscfg" entry was bad described.
>
> Signed-off-by: Alexandre TORGUE <alexandre.torgue-qxv4g6HH51o@public.gmane.org>

Patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] Documentation: dt-bindings: Fix "st,syscfg" definition for STM32 pinctrl
@ 2016-09-13 20:59     ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2016-09-13 20:59 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Sep 13, 2016 at 3:28 PM, Alexandre TORGUE
<alexandre.torgue@st.com> wrote:

> "st,syscfg" entry was bad described.
>
> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>

Patch applied.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-13 20:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-13 13:28 [PATCH] Documentation: dt-bindings: Fix "st,syscfg" definition for STM32 pinctrl Alexandre TORGUE
2016-09-13 13:28 ` [PATCH] Documentation: dt-bindings: Fix "st, syscfg" " Alexandre TORGUE
     [not found] ` <1473773292-10225-1-git-send-email-alexandre.torgue-qxv4g6HH51o@public.gmane.org>
2016-09-13 20:59   ` [PATCH] Documentation: dt-bindings: Fix "st,syscfg" " Linus Walleij
2016-09-13 20:59     ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.