linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 resend 2] dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/
@ 2020-05-05 13:36 Geert Uytterhoeven
  2020-05-05 17:38 ` Brian Norris
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-05-05 13:36 UTC (permalink / raw)
  To: David S . Miller, Rob Herring
  Cc: Brian Norris, Marcel Holtmann, Rajat Jain, netdev, devicetree,
	linux-kernel, Geert Uytterhoeven

The standard DT property name is "interrupt-names".

Fixes: fd913ef7ce619467 ("Bluetooth: btusb: Add out-of-band wakeup support")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Rob Herring <robh@kernel.org>
---
v4:
  - Add Acked-by,

v3:
  - New.
---
 Documentation/devicetree/bindings/net/btusb.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/net/btusb.txt b/Documentation/devicetree/bindings/net/btusb.txt
index b1ad6ee68e909318..c51dd99dc0d3cb73 100644
--- a/Documentation/devicetree/bindings/net/btusb.txt
+++ b/Documentation/devicetree/bindings/net/btusb.txt
@@ -38,7 +38,7 @@ Following example uses irq pin number 3 of gpio0 for out of band wake-on-bt:
 	compatible = "usb1286,204e";
 	reg = <1>;
 	interrupt-parent = <&gpio0>;
-	interrupt-name = "wakeup";
+	interrupt-names = "wakeup";
 	interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
     };
 };
-- 
2.17.1


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

* Re: [PATCH v4 resend 2] dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/
  2020-05-05 13:36 [PATCH v4 resend 2] dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/ Geert Uytterhoeven
@ 2020-05-05 17:38 ` Brian Norris
  2020-05-06 18:48   ` Rajat Jain
  0 siblings, 1 reply; 3+ messages in thread
From: Brian Norris @ 2020-05-05 17:38 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: David S . Miller, Rob Herring, Marcel Holtmann, Rajat Jain,
	<netdev@vger.kernel.org>,
	devicetree, Linux Kernel

On Tue, May 5, 2020 at 6:36 AM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> The standard DT property name is "interrupt-names".
>
> Fixes: fd913ef7ce619467 ("Bluetooth: btusb: Add out-of-band wakeup support")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Rob Herring <robh@kernel.org>

If it matters:

Reviewed-by: Brian Norris <briannorris@chromium.org>

We're definitely using the plural ("interrupt-names") not the
singular, so this was just a typo.

Brian

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

* Re: [PATCH v4 resend 2] dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/
  2020-05-05 17:38 ` Brian Norris
@ 2020-05-06 18:48   ` Rajat Jain
  0 siblings, 0 replies; 3+ messages in thread
From: Rajat Jain @ 2020-05-06 18:48 UTC (permalink / raw)
  To: Brian Norris
  Cc: Geert Uytterhoeven, David S . Miller, Rob Herring,
	Marcel Holtmann, <netdev@vger.kernel.org>,
	devicetree, Linux Kernel

On Tue, May 5, 2020 at 10:38 AM Brian Norris <briannorris@chromium.org> wrote:
>
> On Tue, May 5, 2020 at 6:36 AM Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
> >
> > The standard DT property name is "interrupt-names".
> >
> > Fixes: fd913ef7ce619467 ("Bluetooth: btusb: Add out-of-band wakeup support")
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > Acked-by: Rob Herring <robh@kernel.org>
>
> If it matters:
>
> Reviewed-by: Brian Norris <briannorris@chromium.org>
Acked-by: Rajat Jain <rajatja@google.com>
>
> We're definitely using the plural ("interrupt-names") not the
> singular, so this was just a typo.
>
> Brian

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

end of thread, other threads:[~2020-05-06 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-05 13:36 [PATCH v4 resend 2] dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/ Geert Uytterhoeven
2020-05-05 17:38 ` Brian Norris
2020-05-06 18:48   ` Rajat Jain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).