From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cam-admin0.cambridge.arm.com ([217.140.96.50]:32844 "EHLO cam-admin0.cambridge.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753600Ab3HWOUY (ORCPT ); Fri, 23 Aug 2013 10:20:24 -0400 Date: Fri, 23 Aug 2013 15:20:18 +0100 From: Mark Rutland Subject: Re: [PATCH 2/2] of: add vendor prefix for Microchip Technology Inc Message-ID: <20130823142018.GJ25856@e106331-lin.cambridge.arm.com> References: <1377165378-9589-1-git-send-email-larsi@wh2.tu-dresden.de> <1377165378-9589-2-git-send-email-larsi@wh2.tu-dresden.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377165378-9589-2-git-send-email-larsi@wh2.tu-dresden.de> Sender: devicetree-owner@vger.kernel.org To: Lars Poeschel Cc: "poeschel@lemonage.de" , "grant.likely@linaro.org" , "linus.walleij@linaro.org" , "rob.herring@calxeda.com" , Pawel Moll , "swarren@wwwdotorg.org" , "ian.campbell@citrix.com" , "rob@landley.net" , "arnd@arndb.de" , "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-gpio@vger.kernel.org" List-ID: On Thu, Aug 22, 2013 at 10:56:18AM +0100, Lars Poeschel wrote: > From: Lars Poeschel > > Trivial patch to add Microchip Technology Inc. to the list > of devicetree vendor prefixes. > > Signed-off-by: Lars Poeschel Acked-by: Mark Rutland > --- > 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 366ce9b..4cdfbe8 100644 > --- a/Documentation/devicetree/bindings/vendor-prefixes.txt > +++ b/Documentation/devicetree/bindings/vendor-prefixes.txt > @@ -36,6 +36,7 @@ linux Linux-specific binding > lsi LSI Corp. (LSI Logic) > marvell Marvell Technology Group Ltd. > maxim Maxim Integrated Products > +microchip Microchip Technology Inc. > mosaixtech Mosaix Technologies, Inc. > national National Semiconductor > nintendo Nintendo > -- > 1.7.10.4 > >