From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Walleij Subject: Re: [PATCH 02/14] ARM: SPEAr13xx: DT: Add spics gpio controller nodes Date: Thu, 15 Nov 2012 15:06:32 +0100 Message-ID: References: <58a7d91cab20b924784fb5a09e16ca08e6f13318.1352608333.git.viresh.kumar@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Viresh Kumar Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, spear-devel-nkJGhpqTU55BDgjK7y7TUQ@public.gmane.org, Shiraz Hashim , arm-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, sr-ynQEQJNshbs@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On Tue, Nov 13, 2012 at 3:34 PM, Viresh Kumar wrote: > On Nov 13, 2012 7:38 PM, "Linus Walleij" wrote: >> On Sun, Nov 11, 2012 at 5:39 AM, Viresh Kumar >> wrote: >> > ahb { >> > + spics: spics@e0700000{ >> > + compatible = "st,spear-spics-gpio"; >> > + reg = <0xe0700000 0x1000>; >> > + st-spics,peripcfg-reg = <0x3b0>; >> > + st-spics,sw-enable-bit = <12>; >> > + st-spics,cs-value-bit = <11>; >> > + st-spics,cs-enable-mask = <3>; >> > + st-spics,cs-enable-shift = <8>; >> > + gpio-controller; >> > + #gpio-cells = <2>; >> > + }; >> > + >> >> Are these bindings documented? > > The main patch waiting for ur comments is 1/14. I seldom comment on individual DT bindings, I just want to know that they're there :-) Yours, Linus Walleij From mboxrd@z Thu Jan 1 00:00:00 1970 From: linus.walleij@linaro.org (Linus Walleij) Date: Thu, 15 Nov 2012 15:06:32 +0100 Subject: [PATCH 02/14] ARM: SPEAr13xx: DT: Add spics gpio controller nodes In-Reply-To: References: <58a7d91cab20b924784fb5a09e16ca08e6f13318.1352608333.git.viresh.kumar@linaro.org> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Nov 13, 2012 at 3:34 PM, Viresh Kumar wrote: > On Nov 13, 2012 7:38 PM, "Linus Walleij" wrote: >> On Sun, Nov 11, 2012 at 5:39 AM, Viresh Kumar >> wrote: >> > ahb { >> > + spics: spics at e0700000{ >> > + compatible = "st,spear-spics-gpio"; >> > + reg = <0xe0700000 0x1000>; >> > + st-spics,peripcfg-reg = <0x3b0>; >> > + st-spics,sw-enable-bit = <12>; >> > + st-spics,cs-value-bit = <11>; >> > + st-spics,cs-enable-mask = <3>; >> > + st-spics,cs-enable-shift = <8>; >> > + gpio-controller; >> > + #gpio-cells = <2>; >> > + }; >> > + >> >> Are these bindings documented? > > The main patch waiting for ur comments is 1/14. I seldom comment on individual DT bindings, I just want to know that they're there :-) Yours, Linus Walleij