* [PATCH 0/2] of: Add more vendor prefixes @ 2014-01-17 13:58 Florian Vaussard [not found] ` <1389967115-4513-1-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org> 0 siblings, 1 reply; 4+ messages in thread From: Florian Vaussard @ 2014-01-17 13:58 UTC (permalink / raw) To: devicetree-u79uwXL29TY76Z2rM5mHXA Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Rob Landley, Florian Vaussard Hello, Add the following vendor prefixes: - gumstix : Gumstix Inc - epfl : Ecole Polytechnique Fédérale de Lausanne Regards, Florian Florian Vaussard (2): of: add vendor prefix for Gumstix of: add vendor prefixe for EPFL Documentation/devicetree/bindings/vendor-prefixes.txt | 2 ++ 1 file changed, 2 insertions(+) -- 1.8.1.2 -- 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
[parent not found: <1389967115-4513-1-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org>]
* [PATCH 1/2] of: add vendor prefix for Gumstix [not found] ` <1389967115-4513-1-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org> @ 2014-01-17 13:58 ` Florian Vaussard [not found] ` <1389967115-4513-2-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org> 2014-01-17 13:58 ` [PATCH 2/2] of: add vendor prefixe for EPFL Florian Vaussard 1 sibling, 1 reply; 4+ messages in thread From: Florian Vaussard @ 2014-01-17 13:58 UTC (permalink / raw) To: devicetree-u79uwXL29TY76Z2rM5mHXA Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Rob Landley, Florian Vaussard Using "gumstix" for Gumstix Inc. Signed-off-by: Florian Vaussard <florian.vaussard-p8DiymsW2f8@public.gmane.org> --- 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 d98fa9a..e814d22 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -32,6 +32,7 @@ est ESTeem Wireless Modems fsl Freescale Semiconductor GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc. gef GE Fanuc Intelligent Platforms Embedded Systems, Inc. +gumstix Gumstix, Inc. hisilicon Hisilicon Limited. hp Hewlett Packard ibm International Business Machines (IBM) -- 1.8.1.2 -- 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
[parent not found: <1389967115-4513-2-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org>]
* Re: [PATCH 1/2] of: add vendor prefix for Gumstix [not found] ` <1389967115-4513-2-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org> @ 2014-01-17 22:08 ` Rob Herring 0 siblings, 0 replies; 4+ messages in thread From: Rob Herring @ 2014-01-17 22:08 UTC (permalink / raw) To: Florian Vaussard Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Rob Landley On Fri, Jan 17, 2014 at 7:58 AM, Florian Vaussard <florian.vaussard-p8DiymsW2f8@public.gmane.org> wrote: > Using "gumstix" for Gumstix Inc. > > Signed-off-by: Florian Vaussard <florian.vaussard-p8DiymsW2f8@public.gmane.org> > --- > Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + > 1 file changed, 1 insertion(+) Applied both patches. Thanks. Rob > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt > index d98fa9a..e814d22 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -32,6 +32,7 @@ est ESTeem Wireless Modems > fsl Freescale Semiconductor > GEFanuc GE Fanuc Intelligent Platforms Embedded Systems, Inc. > gef GE Fanuc Intelligent Platforms Embedded Systems, Inc. > +gumstix Gumstix, Inc. > hisilicon Hisilicon Limited. > hp Hewlett Packard > ibm International Business Machines (IBM) > -- > 1.8.1.2 > > -- > 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 -- 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 2/2] of: add vendor prefixe for EPFL [not found] ` <1389967115-4513-1-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org> 2014-01-17 13:58 ` [PATCH 1/2] of: add vendor prefix for Gumstix Florian Vaussard @ 2014-01-17 13:58 ` Florian Vaussard 1 sibling, 0 replies; 4+ messages in thread From: Florian Vaussard @ 2014-01-17 13:58 UTC (permalink / raw) To: devicetree-u79uwXL29TY76Z2rM5mHXA Cc: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala, Rob Landley, Florian Vaussard Using "epfl" for Ecole Polytechnique Fédérale de Lausanne. Signed-off-by: Florian Vaussard <florian.vaussard-p8DiymsW2f8@public.gmane.org> --- 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 e814d22..2cbd99a 100644 --- a/Documentation/devicetree/bindings/vendor-prefixes.txt +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt @@ -27,6 +27,7 @@ dallas Maxim Integrated Products (formerly Dallas Semiconductor) davicom DAVICOM Semiconductor, Inc. denx Denx Software Engineering emmicro EM Microelectronic +epfl Ecole Polytechnique Fédérale de Lausanne epson Seiko Epson Corp. est ESTeem Wireless Modems fsl Freescale Semiconductor -- 1.8.1.2 -- 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
end of thread, other threads:[~2014-01-17 22:08 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-01-17 13:58 [PATCH 0/2] of: Add more vendor prefixes Florian Vaussard [not found] ` <1389967115-4513-1-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org> 2014-01-17 13:58 ` [PATCH 1/2] of: add vendor prefix for Gumstix Florian Vaussard [not found] ` <1389967115-4513-2-git-send-email-florian.vaussard-p8DiymsW2f8@public.gmane.org> 2014-01-17 22:08 ` Rob Herring 2014-01-17 13:58 ` [PATCH 2/2] of: add vendor prefixe for EPFL Florian Vaussard
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).