From mboxrd@z Thu Jan 1 00:00:00 1970 From: tony@atomide.com (Tony Lindgren) Date: Tue, 13 Nov 2012 09:34:04 -0800 Subject: [PATCH v4 2/9] pinctrl: single: support gpio request and free In-Reply-To: References: <1352301582-12244-1-git-send-email-haojian.zhuang@gmail.com> <1352301582-12244-3-git-send-email-haojian.zhuang@gmail.com> <20121107222738.GR6801@atomide.com> Message-ID: <20121113173404.GA6801@atomide.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org * Linus Walleij [121113 05:09]: > On Wed, Nov 7, 2012 at 11:27 PM, Tony Lindgren wrote: > > * Haojian Zhuang [121107 07:21]: > >> Marvell's PXA/MMP silicon also match the behavior of pinctrl-single. > >> Each pin binds to one register. A lot of pins could be configured > >> as gpio. > >> > >> Now add these properties in below. > >> : > >> include "pinctrl-single,gpio" & "pinctrl,gpio-func" properties. > >> > >> pinctrl-single,gpio: > >> > >> pinctrl-single,gpio-func: > >> > >> pinctrl-single,gpio-ranges: phandle list of gpio range array > > > > This one looks OK to me now: > > > > Acked-by: Tony Lindgren > > > > So: > - Will this patch in isolation apply to my pinctrl tree? > - In that case, do you want me to apply it? > > Acked-by: Linus Walleij I guess the best way to go is if Linus applies this and the debugfs fix one into some immutable pinctrl branch that various SoC branches can pull in as needed. The generic pinconf patch still needs few updates. Regards, Tony