2016-12-02 15:33:09

by Nathan Sullivan

[permalink] [raw]
Subject: [PATCH] devicetree: add vendor prefix for National Instruments

Signed-off-by: Nathan Sullivan <[email protected]>
---
This is required by "gpio: mmio: add support for NI 169445 NAND GPIO"

Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index f0a48ea..d37df5f 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -187,6 +187,7 @@ netgear NETGEAR
netlogic Broadcom Corporation (formerly NetLogic Microsystems)
netxeon Shenzhen Netxeon Technology CO., LTD
newhaven Newhaven Display International
+ni National Instruments
nintendo Nintendo
nokia Nokia
nuvoton Nuvoton Technology Corporation
--
2.1.4


2016-12-09 21:04:08

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH] devicetree: add vendor prefix for National Instruments

On Fri, Dec 02, 2016 at 09:31:48AM -0600, Nathan Sullivan wrote:
> Signed-off-by: Nathan Sullivan <[email protected]>
> ---
> This is required by "gpio: mmio: add support for NI 169445 NAND GPIO"
>
> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 +
> 1 file changed, 1 insertion(+)

Applied, thanks.

Rob