From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754190AbbJNP1g (ORCPT ); Wed, 14 Oct 2015 11:27:36 -0400 Received: from mail-ig0-f181.google.com ([209.85.213.181]:34034 "EHLO mail-ig0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752755AbbJNP1e (ORCPT ); Wed, 14 Oct 2015 11:27:34 -0400 Date: Wed, 14 Oct 2015 10:27:26 -0500 From: Michael Welling To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, Andrea Galbusera , devicetree@vger.kernel.org, Kumar Gala , Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , Jonathan Cameron , =?iso-8859-1?Q?S=F8ren?= Andersen Subject: Re: [PATCH 1/2] iio: adc: mcp320x: Deprecated compatible strings with no vendor prefix Message-ID: <20151014152726.GA29846@deathstar> References: <1444827279-23163-1-git-send-email-javier@osg.samsung.com> <1444827279-23163-2-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444827279-23163-2-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 14, 2015 at 02:54:38PM +0200, Javier Martinez Canillas wrote: > The Microchip Analog to Digital Converter (ADC) Device Tree binding > documents compatible strings with no vendor prefix. Since it should > compatible strings with also a vendor, add these to the binding doc > and mark the old ones as deprecated. > > The driver says that the device is from Microchip Technology which > is listed in Documentation/devicetree/bindings/vendor-prefixes.txt > so use the documented prefix. > > Signed-off-by: Javier Martinez Canillas > --- > > .../devicetree/bindings/iio/adc/mcp320x.txt | 30 +++++++++++++++------- > 1 file changed, 21 insertions(+), 9 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/mcp320x.txt b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt > index 2a1f3af30155..bcd3ac8e6e0c 100644 > --- a/Documentation/devicetree/bindings/iio/adc/mcp320x.txt > +++ b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt > @@ -10,16 +10,28 @@ must be specified. > Required properties: > - compatible: Must be one of the following, depending on the > model: > - "mcp3001" > - "mcp3002" > - "mcp3004" > - "mcp3008" > - "mcp3201" > - "mcp3202" > - "mcp3204" > - "mcp3208" > - "mcp3301" > + "mcp3001" (DEPRECATED) > + "mcp3002" (DEPRECATED) > + "mcp3004" (DEPRECATED) > + "mcp3008" (DEPRECATED) > + "mcp3201" (DEPRECATED) > + "mcp3202" (DEPRECATED) > + "mcp3204" (DEPRECATED) > + "mcp3208" (DEPRECATED) > + "mcp3301" (DEPRECATED) > > + "microchip,mcp3001" > + "microchip,mcp3002" > + "microchip,mcp3004" > + "microchip,mcp3008" > + "microchip,mcp3201" > + "microchip,mcp3202" > + "microchip,mcp3204" > + "microchip,mcp3208" > + "microchip,mcp3301" > + > + NOTE: The use of the compatibles with no vendor prefix > + is deprecated and only listed because old DT use them. > Acked-by: Michael Welling > Examples: > spi_controller { > -- > 2.4.3 > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Welling Subject: Re: [PATCH 1/2] iio: adc: mcp320x: Deprecated compatible strings with no vendor prefix Date: Wed, 14 Oct 2015 10:27:26 -0500 Message-ID: <20151014152726.GA29846@deathstar> References: <1444827279-23163-1-git-send-email-javier@osg.samsung.com> <1444827279-23163-2-git-send-email-javier@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1444827279-23163-2-git-send-email-javier-JPH+aEBZ4P+UEJcrhfAQsw@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Javier Martinez Canillas Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Andrea Galbusera , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Kumar Gala , Ian Campbell , Rob Herring , Pawel Moll , Mark Rutland , Jonathan Cameron , =?iso-8859-1?Q?S=F8ren?= Andersen List-Id: devicetree@vger.kernel.org On Wed, Oct 14, 2015 at 02:54:38PM +0200, Javier Martinez Canillas wrote: > The Microchip Analog to Digital Converter (ADC) Device Tree binding > documents compatible strings with no vendor prefix. Since it should > compatible strings with also a vendor, add these to the binding doc > and mark the old ones as deprecated. > > The driver says that the device is from Microchip Technology which > is listed in Documentation/devicetree/bindings/vendor-prefixes.txt > so use the documented prefix. > > Signed-off-by: Javier Martinez Canillas > --- > > .../devicetree/bindings/iio/adc/mcp320x.txt | 30 +++++++++++++++------- > 1 file changed, 21 insertions(+), 9 deletions(-) > > diff --git a/Documentation/devicetree/bindings/iio/adc/mcp320x.txt b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt > index 2a1f3af30155..bcd3ac8e6e0c 100644 > --- a/Documentation/devicetree/bindings/iio/adc/mcp320x.txt > +++ b/Documentation/devicetree/bindings/iio/adc/mcp320x.txt > @@ -10,16 +10,28 @@ must be specified. > Required properties: > - compatible: Must be one of the following, depending on the > model: > - "mcp3001" > - "mcp3002" > - "mcp3004" > - "mcp3008" > - "mcp3201" > - "mcp3202" > - "mcp3204" > - "mcp3208" > - "mcp3301" > + "mcp3001" (DEPRECATED) > + "mcp3002" (DEPRECATED) > + "mcp3004" (DEPRECATED) > + "mcp3008" (DEPRECATED) > + "mcp3201" (DEPRECATED) > + "mcp3202" (DEPRECATED) > + "mcp3204" (DEPRECATED) > + "mcp3208" (DEPRECATED) > + "mcp3301" (DEPRECATED) > > + "microchip,mcp3001" > + "microchip,mcp3002" > + "microchip,mcp3004" > + "microchip,mcp3008" > + "microchip,mcp3201" > + "microchip,mcp3202" > + "microchip,mcp3204" > + "microchip,mcp3208" > + "microchip,mcp3301" > + > + NOTE: The use of the compatibles with no vendor prefix > + is deprecated and only listed because old DT use them. > Acked-by: Michael Welling > Examples: > spi_controller { > -- > 2.4.3 > -- 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