Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1253881

Re: [PATCH 1/3] devicetree: add vendor prefix for Aurora VLSI

From Rob Herring <robh+dt@kernel.org>
Newsgroups linux.kernel
Subject Re: [PATCH 1/3] devicetree: add vendor prefix for Aurora VLSI
Date 2015-10-22 16:40 +0200
Message-ID <qmpc6-5kr-23@gated-at.bofh.it> (permalink)
References <qmoJ4-4Fr-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Thu, Oct 22, 2015 at 9:02 AM, Mans Rullgard <mans@mansr.com> wrote:
> This adds the vendor prefix "aurora" for Aurora VLSI, Inc.
>
> Signed-off-by: Mans Rullgard <mans@mansr.com>

Acked-by: Rob Herring <robh@kernel.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 82d2ac9..380ce10 100644
> --- a/Documentation/devicetree/bindings/vendor-prefixes.txt
> +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
> @@ -30,6 +30,7 @@ artesyn       Artesyn Embedded Technologies Inc.
>  asahi-kasei    Asahi Kasei Corp.
>  atmel  Atmel Corporation
>  auo    AU Optronics Corporation
> +aurora Aurora VLSI, Inc.
>  avago  Avago Technologies
>  avic   Shanghai AVIC Optoelectronics Co., Ltd.
>  axis   Axis Communications AB
> --
> 2.5.3
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] devicetree: add vendor prefix for Aurora VLSI Mans Rullgard <mans@mansr.com> - 2015-10-22 16:10 +0200
  [PATCH 3/3] net: ethernet: add driver for Aurora VLSI NB8800 Ethernet controller Mans Rullgard <mans@mansr.com> - 2015-10-22 16:10 +0200
    Re: [PATCH 3/3] net: ethernet: add driver for Aurora VLSI NB8800  Ethernet controller David Miller <davem@davemloft.net> - 2015-10-22 16:30 +0200
      Re: [PATCH 3/3] net: ethernet: add driver for Aurora VLSI NB8800 Ethernet controller Måns Rullgård <mans@mansr.com> - 2015-10-22 19:20 +0200
    Re: [PATCH 3/3] net: ethernet: add driver for Aurora VLSI NB8800  Ethernet controller Florian Fainelli <f.fainelli@gmail.com> - 2015-10-23 02:40 +0200
      Re: [PATCH 3/3] net: ethernet: add driver for Aurora VLSI NB8800 Ethernet controller Måns Rullgård <mans@mansr.com> - 2015-10-23 17:30 +0200
        Re: [PATCH 3/3] net: ethernet: add driver for Aurora VLSI NB8800  Ethernet controller Florian Fainelli <f.fainelli@gmail.com> - 2015-10-23 19:40 +0200
          Re: [PATCH 3/3] net: ethernet: add driver for Aurora VLSI NB8800 Ethernet controller Måns Rullgård <mans@mansr.com> - 2015-10-24 17:50 +0200
  [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800 Ethernet controller Mans Rullgard <mans@mansr.com> - 2015-10-22 16:10 +0200
    Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800  Ethernet controller Rob Herring <robh+dt@kernel.org> - 2015-10-22 16:40 +0200
    Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800  Ethernet controller Marc Gonzalez <marc_gonzalez@sigmadesigns.com> - 2015-10-23 14:20 +0200
      Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800  Ethernet controller Rob Herring <robh+dt@kernel.org> - 2015-10-23 15:30 +0200
      Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800 Ethernet controller Måns Rullgård <mans@mansr.com> - 2015-10-23 15:50 +0200
        Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800  Ethernet controller Marc Gonzalez <marc_gonzalez@sigmadesigns.com> - 2015-10-23 16:00 +0200
          Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800 Ethernet controller Måns Rullgård <mans@mansr.com> - 2015-10-23 16:10 +0200
        Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800  Ethernet controller Marc Gonzalez <marc_gonzalez@sigmadesigns.com> - 2015-10-26 10:40 +0100
          Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800 Ethernet controller Måns Rullgård <mans@mansr.com> - 2015-10-26 13:10 +0100
            Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800  Ethernet controller Marc Gonzalez <marc_gonzalez@sigmadesigns.com> - 2015-10-26 14:30 +0100
              Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800 Ethernet controller Måns Rullgård <mans@mansr.com> - 2015-10-26 15:00 +0100
                Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800  Ethernet controller Marc Gonzalez <marc_gonzalez@sigmadesigns.com> - 2015-10-26 15:10 +0100
                Re: [PATCH 2/3] devicetree: add binding for Aurora VLSI NB8800 Ethernet controller Måns Rullgård <mans@mansr.com> - 2015-10-26 15:20 +0100
  Re: [PATCH 1/3] devicetree: add vendor prefix for Aurora VLSI Rob Herring <robh+dt@kernel.org> - 2015-10-22 16:40 +0200

csiph-web