From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viresh Kumar Subject: Re: [PATCH 02/14] ARM: SPEAr13xx: DT: Add spics gpio controller nodes Date: Thu, 15 Nov 2012 19:38:59 +0530 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: Linus Walleij 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 15 November 2012 19:36, Linus Walleij 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 :-) Its not that simple. You are required to Ack it, as we have added it in drivers/pinctrl/spear because we are controlling pins here :) -- viresh From mboxrd@z Thu Jan 1 00:00:00 1970 From: viresh.kumar@linaro.org (Viresh Kumar) Date: Thu, 15 Nov 2012 19:38:59 +0530 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 15 November 2012 19:36, Linus Walleij 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 :-) Its not that simple. You are required to Ack it, as we have added it in drivers/pinctrl/spear because we are controlling pins here :) -- viresh